@crawlee/puppeteer 4.0.0-beta.97 → 4.0.0-beta.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -316,7 +316,6 @@ export interface SaveSnapshotOptions {
316
316
  */
317
317
  export declare function saveSnapshot(page: Page, options?: SaveSnapshotOptions): Promise<void>;
318
318
  export declare function closeCookieModals(page: Page): Promise<void>;
319
- /** @internal */
320
319
  export interface PuppeteerContextUtils {
321
320
  /**
322
321
  * Injects a JavaScript file into current `page`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/puppeteer",
3
- "version": "4.0.0-beta.97",
3
+ "version": "4.0.0-beta.99",
4
4
  "description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.",
5
5
  "engines": {
6
6
  "node": ">=22.0.0"
@@ -48,11 +48,11 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@apify/datastructures": "^2.0.3",
51
- "@crawlee/browser": "4.0.0-beta.97",
52
- "@crawlee/browser-pool": "4.0.0-beta.97",
53
- "@crawlee/core": "4.0.0-beta.97",
54
- "@crawlee/types": "4.0.0-beta.97",
55
- "@crawlee/utils": "4.0.0-beta.97",
51
+ "@crawlee/browser": "4.0.0-beta.99",
52
+ "@crawlee/browser-pool": "4.0.0-beta.99",
53
+ "@crawlee/core": "4.0.0-beta.99",
54
+ "@crawlee/types": "4.0.0-beta.99",
55
+ "@crawlee/utils": "4.0.0-beta.99",
56
56
  "cheerio": "^1.0.0",
57
57
  "devtools-protocol": "*",
58
58
  "idcac-playwright": "^0.2.0",
@@ -79,5 +79,5 @@
79
79
  }
80
80
  }
81
81
  },
82
- "gitHead": "43008dd43f4832d083353ba1b731c0b4607c9cfa"
82
+ "gitHead": "ad2748380941842bb10cff100f4b4caad92049e3"
83
83
  }