@skrillex1224/playwright-toolkit 2.0.98 → 2.0.99

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 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -101,6 +101,7 @@ export interface StealthModule {
101
101
  getStealthLaunchArgs(): string[];
102
102
  getAdvancedStealthArgs(): string[];
103
103
  setChinaTimezone(context: BrowserContext): Promise<void>;
104
+ getTlsFingerprintOptions(): Record<string, any>;
104
105
  }
105
106
 
106
107
  // =============================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skrillex1224/playwright-toolkit",
3
- "version": "2.0.98",
3
+ "version": "2.0.99",
4
4
  "description": "一个在 Apify/Crawlee Actor 中启用实时截图视图的实用工具库。",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",