puppeteer
Advanced tools
Comparing version 23.9.0 to 23.10.0
@@ -21,11 +21,15 @@ /** | ||
*/ | ||
defaultArgs: (options?: PuppeteerCore.BrowserLaunchArgumentOptions) => string[], | ||
defaultArgs: (options?: PuppeteerCore.LaunchOptions) => string[], | ||
/** | ||
* @public | ||
*/ | ||
executablePath: (channel?: PuppeteerCore.ChromeReleaseChannel) => string, | ||
executablePath: { | ||
(channel: PuppeteerCore.ChromeReleaseChannel): string; | ||
(options: PuppeteerCore.LaunchOptions): string; | ||
(): string; | ||
}, | ||
/** | ||
* @public | ||
*/ | ||
launch: (options?: PuppeteerCore.PuppeteerLaunchOptions) => Promise<PuppeteerCore.Browser>, | ||
launch: (options?: PuppeteerCore.LaunchOptions) => Promise<PuppeteerCore.Browser>, | ||
/** | ||
@@ -32,0 +36,0 @@ * @public |
@@ -26,9 +26,19 @@ "use strict"; | ||
}; | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
var __importStar = (this && this.__importStar) || (function () { | ||
var ownKeys = function(o) { | ||
ownKeys = Object.getOwnPropertyNames || function (o) { | ||
var ar = []; | ||
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; | ||
return ar; | ||
}; | ||
return ownKeys(o); | ||
}; | ||
return function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
})(); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -35,0 +45,0 @@ exports.trimCache = exports.launch = exports.executablePath = exports.defaultArgs = exports.connect = void 0; |
@@ -21,11 +21,15 @@ /** | ||
*/ | ||
defaultArgs: (options?: PuppeteerCore.BrowserLaunchArgumentOptions) => string[], | ||
defaultArgs: (options?: PuppeteerCore.LaunchOptions) => string[], | ||
/** | ||
* @public | ||
*/ | ||
executablePath: (channel?: PuppeteerCore.ChromeReleaseChannel) => string, | ||
executablePath: { | ||
(channel: PuppeteerCore.ChromeReleaseChannel): string; | ||
(options: PuppeteerCore.LaunchOptions): string; | ||
(): string; | ||
}, | ||
/** | ||
* @public | ||
*/ | ||
launch: (options?: PuppeteerCore.PuppeteerLaunchOptions) => Promise<PuppeteerCore.Browser>, | ||
launch: (options?: PuppeteerCore.LaunchOptions) => Promise<PuppeteerCore.Browser>, | ||
/** | ||
@@ -32,0 +36,0 @@ * @public |
{ | ||
"name": "puppeteer", | ||
"version": "23.9.0", | ||
"version": "23.10.0", | ||
"description": "A high-level API to control headless Chrome over the DevTools Protocol", | ||
@@ -126,7 +126,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@puppeteer/browsers": "2.4.1", | ||
"@puppeteer/browsers": "2.5.0", | ||
"chromium-bidi": "0.8.0", | ||
"cosmiconfig": "^9.0.0", | ||
"devtools-protocol": "0.0.1367902", | ||
"puppeteer-core": "23.9.0", | ||
"puppeteer-core": "23.10.0", | ||
"typed-query-selector": "^2.12.0" | ||
@@ -133,0 +133,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
358031
9493
+ Added@puppeteer/browsers@2.5.0(transitive)
+ Addedpuppeteer-core@23.10.0(transitive)
- Removed@puppeteer/browsers@2.4.1(transitive)
- Removedpuppeteer-core@23.9.0(transitive)
Updated@puppeteer/browsers@2.5.0
Updatedpuppeteer-core@23.10.0