@skrillex1224/playwright-toolkit 2.0.55 → 2.0.56

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -156,7 +156,7 @@ export interface FullPageScreenshotOptions {
156
156
  }
157
157
 
158
158
  export interface UtilsModule {
159
- parseSseStream(sseText: string): unknown[];
159
+ parseSseStream(sseText: string): unknown;
160
160
  parseCookies(cookieString: string, domain: string): ParsedCookie[];
161
161
  fullPageScreenshot(page: Page, options?: FullPageScreenshotOptions): Promise<string>;
162
162
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skrillex1224/playwright-toolkit",
3
- "version": "2.0.55",
3
+ "version": "2.0.56",
4
4
  "description": "一个在 Apify/Crawlee Actor 中启用实时截图视图的实用工具库。",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",