@skrillex1224/playwright-toolkit 2.1.163 → 2.1.165

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.
package/index.d.ts CHANGED
@@ -303,6 +303,7 @@ export interface GetPlaywrightCrawlerOptionsInput {
303
303
  enable: boolean;
304
304
  };
305
305
  runInHeadfulMode?: boolean;
306
+ debugMode?: boolean;
306
307
  isRunningOnApify?: boolean;
307
308
  launcher?: any;
308
309
  preNavigationHooks?: CrawlerNavigationHook[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skrillex1224/playwright-toolkit",
3
- "version": "2.1.163",
3
+ "version": "2.1.165",
4
4
  "description": "一个在 Apify/Crawlee Actor 中启用实时截图视图的实用工具库。",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",