@skrillex1224/playwright-toolkit 2.1.211 → 2.1.213

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
@@ -493,7 +493,7 @@ export interface ScreenshotWatermarkifyOptions {
493
493
  prompt?: string;
494
494
  /** 实际提交给 AI / 搜索页的 query;Prompt 字段优先展示它。 */
495
495
  query?: string;
496
- /** 默认会在同一浏览器上下文中访问 http://myip.ipip.net 补充 IP/Loc。 */
496
+ /** 默认会在同一浏览器上下文中访问 https://myip.ipip.net/json 补充 IP/Loc。 */
497
497
  ipLookup?: boolean;
498
498
  /** 内置 IP/Loc 查询超时,默认 10000ms。 */
499
499
  ipLookupTimeoutMs?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skrillex1224/playwright-toolkit",
3
- "version": "2.1.211",
3
+ "version": "2.1.213",
4
4
  "description": "一个在 Apify/Crawlee Actor 中启用实时截图视图的实用工具库。",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -52,7 +52,6 @@
52
52
  "got-scraping": "^4.1.3",
53
53
  "picomatch": "^4.0.3",
54
54
  "serialize-error": "^12.0.0",
55
- "sharp": "^0.34.5",
56
55
  "uuid": "^13.0.0"
57
56
  },
58
57
  "peerDependencies": {