@skrillex1224/playwright-toolkit 2.1.133 → 2.1.134

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
@@ -341,6 +341,7 @@ export interface LiveViewModule {
341
341
  export interface CaptchaMonitorOptions {
342
342
  domSelector?: string;
343
343
  urlPattern?: string;
344
+ titlePattern?: string | RegExp;
344
345
  onDetected?: () => Promise<void>;
345
346
  }
346
347
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skrillex1224/playwright-toolkit",
3
- "version": "2.1.133",
3
+ "version": "2.1.134",
4
4
  "description": "一个在 Apify/Crawlee Actor 中启用实时截图视图的实用工具库。",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",