@skrillex1224/playwright-toolkit 2.1.126 → 2.1.128

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
@@ -409,6 +409,7 @@ export interface UtilsModule {
409
409
  export interface ShareLinkCaptureOptions {
410
410
  share: {
411
411
  mode?: 'dom' | 'response';
412
+ /** 允许空串 '',但不允许 undefined/null */
412
413
  prefix: string;
413
414
  xurl?: Array<string | string[]>;
414
415
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skrillex1224/playwright-toolkit",
3
- "version": "2.1.126",
3
+ "version": "2.1.128",
4
4
  "description": "一个在 Apify/Crawlee Actor 中启用实时截图视图的实用工具库。",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",