@crawlee/browser 4.0.0-beta.104 → 4.0.0-beta.105

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.
@@ -306,6 +306,8 @@ export declare abstract class BrowserCrawler<Page extends CommonPage = CommonPag
306
306
  retryOnBlocked: import("ow").BooleanPredicate & import("ow").BasePredicate<boolean | undefined>;
307
307
  // @ts-ignore optional peer dependency or compatibility with es2022
308
308
  respectRobotsTxtFile: import("ow").AnyPredicate<boolean | object>;
309
+ // @ts-ignore optional peer dependency or compatibility with es2022
310
+ transactionalStorage: import("ow").BasePredicate<boolean | Partial<import("@crawlee/basic").StorageWritePolicy> | undefined>;
309
311
  // @ts-ignore optional peer dependency or compatibility with es2022
310
312
  onSkippedRequest: import("ow").Predicate<Function> & import("ow").BasePredicate<Function | undefined>;
311
313
  // @ts-ignore optional peer dependency or compatibility with es2022
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/browser",
3
- "version": "4.0.0-beta.104",
3
+ "version": "4.0.0-beta.105",
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,10 +48,10 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@apify/timeout": "^0.4.4",
51
- "@crawlee/basic": "4.0.0-beta.104",
52
- "@crawlee/browser-pool": "4.0.0-beta.104",
53
- "@crawlee/types": "4.0.0-beta.104",
54
- "@crawlee/utils": "4.0.0-beta.104",
51
+ "@crawlee/basic": "4.0.0-beta.105",
52
+ "@crawlee/browser-pool": "4.0.0-beta.105",
53
+ "@crawlee/types": "4.0.0-beta.105",
54
+ "@crawlee/utils": "4.0.0-beta.105",
55
55
  "ow": "^2.0.0",
56
56
  "tslib": "^2.8.1",
57
57
  "type-fest": "^4.41.0"
@@ -75,5 +75,5 @@
75
75
  }
76
76
  }
77
77
  },
78
- "gitHead": "1c761e689e56ac06b67fc4f1dc091f693e024d12"
78
+ "gitHead": "26073a822c7699ac487931383a39192bc3daae7a"
79
79
  }