diff --git a/src/Puppeteer.CDPSession.Command.js b/src/Puppeteer.CDPSession.Command.js index e4f53df..7b6b0e8 100644 --- a/src/Puppeteer.CDPSession.Command.js +++ b/src/Puppeteer.CDPSession.Command.js @@ -1,6 +1,6 @@ -import { CDPSession } from 'puppeteer-core/src/puppeteer-core.js' +import { CDPSession } from 'puppeteer' -/** @typedef {import("puppeteer-core").ProtocolMapping.Commands} Commands */ +/** @typedef {import("puppeteer").ProtocolMapping.Commands} Commands */ /** @type {(_: Commands[T]['paramsType'][0]) => (_: T) => (_: CDPSession) => () => Promise} */ export const send = p => cmd => cdp => () => {