@skrillex1224/playwright-toolkit 2.1.60 → 2.1.61

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
@@ -347,7 +347,7 @@ export interface SseInterceptOnEndCallback {
347
347
  }
348
348
 
349
349
  export interface SseInterceptOnTimeoutCallback {
350
- (error: InitialTimeoutError | OverallTimeoutError, reject: (reason?: any) => void): void;
350
+ (error: Error, reject: (reason?: any) => void): void;
351
351
  }
352
352
 
353
353
  export interface SseInterceptOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skrillex1224/playwright-toolkit",
3
- "version": "2.1.60",
3
+ "version": "2.1.61",
4
4
  "description": "一个在 Apify/Crawlee Actor 中启用实时截图视图的实用工具库。",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",