@skrillex1224/playwright-toolkit 2.1.136 → 2.1.138

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
@@ -318,8 +318,6 @@ export interface InterceptionSetupOptions {
318
318
  directDomains?: string[];
319
319
  /** 直连配置(参考 blockingConfig) */
320
320
  directConfig?: DirectExtensionConfig;
321
- /** 是否启用拦截处理(false 时始终 continue) */
322
- enable?: boolean | (() => boolean);
323
321
  /** 资源屏蔽配置 */
324
322
  blockingConfig?: BlockingConfig;
325
323
  /** 直连失败时是否回退到代理(默认 true) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skrillex1224/playwright-toolkit",
3
- "version": "2.1.136",
3
+ "version": "2.1.138",
4
4
  "description": "一个在 Apify/Crawlee Actor 中启用实时截图视图的实用工具库。",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",