diff --git a/python-examples/auth-with-email-otp/pyproject.toml b/python-examples/auth-with-email-otp/pyproject.toml index 67e519a4..71ee18fd 100644 --- a/python-examples/auth-with-email-otp/pyproject.toml +++ b/python-examples/auth-with-email-otp/pyproject.toml @@ -17,7 +17,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "pydantic[email]==2.10.6", "resend>=2.0.0", diff --git a/python-examples/auth-with-secret-otp/pyproject.toml b/python-examples/auth-with-secret-otp/pyproject.toml index 96c4a8ae..cc4bdfc5 100644 --- a/python-examples/auth-with-secret-otp/pyproject.toml +++ b/python-examples/auth-with-secret-otp/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "pydantic[email]==2.10.6", "pyotp==2.9.0", diff --git a/python-examples/browser-sdk-showcase/pyproject.toml b/python-examples/browser-sdk-showcase/pyproject.toml index c5bf7371..4aeb77f9 100644 --- a/python-examples/browser-sdk-showcase/pyproject.toml +++ b/python-examples/browser-sdk-showcase/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", ] diff --git a/python-examples/browser-use/pyproject.toml b/python-examples/browser-use/pyproject.toml index ca0bc032..067297f4 100644 --- a/python-examples/browser-use/pyproject.toml +++ b/python-examples/browser-use/pyproject.toml @@ -19,7 +19,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "browser-use==0.11.2", "intuned-browser==0.1.18", ] diff --git a/python-examples/bs4/pyproject.toml b/python-examples/bs4/pyproject.toml index c7f34dac..b8b72c92 100644 --- a/python-examples/bs4/pyproject.toml +++ b/python-examples/bs4/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "beautifulsoup4==4.14.3", "pydantic>=2.12.5", diff --git a/python-examples/captcha-in-login/pyproject.toml b/python-examples/captcha-in-login/pyproject.toml index 621ff1f7..183a927a 100644 --- a/python-examples/captcha-in-login/pyproject.toml +++ b/python-examples/captcha-in-login/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", ] diff --git a/python-examples/captcha-solving-basic/pyproject.toml b/python-examples/captcha-solving-basic/pyproject.toml index 318fcad1..d44f7e88 100644 --- a/python-examples/captcha-solving-basic/pyproject.toml +++ b/python-examples/captcha-solving-basic/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", ] diff --git a/python-examples/cdp-connection/pyproject.toml b/python-examples/cdp-connection/pyproject.toml index abbe7107..4e7b8bbc 100644 --- a/python-examples/cdp-connection/pyproject.toml +++ b/python-examples/cdp-connection/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "httpx==0.28.1", "pydantic>=2.0.0", diff --git a/python-examples/computer-use/pyproject.toml b/python-examples/computer-use/pyproject.toml index 3d4cbba6..651a3acf 100644 --- a/python-examples/computer-use/pyproject.toml +++ b/python-examples/computer-use/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "anthropic~=0.75.0", "python-dateutil~=2.9.0", diff --git a/python-examples/crawl4ai/pyproject.toml b/python-examples/crawl4ai/pyproject.toml index c4e56f42..513f1871 100644 --- a/python-examples/crawl4ai/pyproject.toml +++ b/python-examples/crawl4ai/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "crawl4ai==0.8.6", ] diff --git a/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml b/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml index ef64c635..a3db61c3 100644 --- a/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "pydantic==2.10.6", ] diff --git a/python-examples/e-commerce-nested/pyproject.toml b/python-examples/e-commerce-nested/pyproject.toml index d88fc800..e06b9e80 100644 --- a/python-examples/e-commerce-nested/pyproject.toml +++ b/python-examples/e-commerce-nested/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "pydantic>=2.12.5", ] diff --git a/python-examples/e-commerce-scrapingcourse/pyproject.toml b/python-examples/e-commerce-scrapingcourse/pyproject.toml index 10fd0204..26461559 100644 --- a/python-examples/e-commerce-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-scrapingcourse/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "pydantic==2.10.6", ] diff --git a/python-examples/e-commerce-shopify/pyproject.toml b/python-examples/e-commerce-shopify/pyproject.toml index 296f33a5..8f88b1ec 100644 --- a/python-examples/e-commerce-shopify/pyproject.toml +++ b/python-examples/e-commerce-shopify/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", ] diff --git a/python-examples/firecrawl/pyproject.toml b/python-examples/firecrawl/pyproject.toml index 6cd43f4e..85cb7087 100644 --- a/python-examples/firecrawl/pyproject.toml +++ b/python-examples/firecrawl/pyproject.toml @@ -17,7 +17,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "crawl4ai==0.8.6", "pytz>=2024.1", diff --git a/python-examples/hybrid-automation/pyproject.toml b/python-examples/hybrid-automation/pyproject.toml index 36399013..a13c510a 100644 --- a/python-examples/hybrid-automation/pyproject.toml +++ b/python-examples/hybrid-automation/pyproject.toml @@ -19,7 +19,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "anthropic~=0.75.0", "openai~=1.0", diff --git a/python-examples/native-crawler/pyproject.toml b/python-examples/native-crawler/pyproject.toml index 0a6a4d0d..417e281c 100644 --- a/python-examples/native-crawler/pyproject.toml +++ b/python-examples/native-crawler/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", ] diff --git a/python-examples/network-interception/pyproject.toml b/python-examples/network-interception/pyproject.toml index e8c0bdc0..2a4e4242 100644 --- a/python-examples/network-interception/pyproject.toml +++ b/python-examples/network-interception/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "pydantic>=2.12.5", ] diff --git a/python-examples/playwright-basics/pyproject.toml b/python-examples/playwright-basics/pyproject.toml index 9e9bfff5..b6264a68 100644 --- a/python-examples/playwright-basics/pyproject.toml +++ b/python-examples/playwright-basics/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", ] diff --git a/python-examples/quick-recipes/pyproject.toml b/python-examples/quick-recipes/pyproject.toml index 9e9bfff5..b6264a68 100644 --- a/python-examples/quick-recipes/pyproject.toml +++ b/python-examples/quick-recipes/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", ] diff --git a/python-examples/rpa-auth-example/pyproject.toml b/python-examples/rpa-auth-example/pyproject.toml index 10f20e9a..77993f06 100644 --- a/python-examples/rpa-auth-example/pyproject.toml +++ b/python-examples/rpa-auth-example/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "pydantic[email]==2.10.6", ] diff --git a/python-examples/rpa-example/pyproject.toml b/python-examples/rpa-example/pyproject.toml index 24411623..2888fe0f 100644 --- a/python-examples/rpa-example/pyproject.toml +++ b/python-examples/rpa-example/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "pydantic[email]==2.10.6", ] diff --git a/python-examples/rpa-forms-example/pyproject.toml b/python-examples/rpa-forms-example/pyproject.toml index 0e063f3b..66b21aee 100644 --- a/python-examples/rpa-forms-example/pyproject.toml +++ b/python-examples/rpa-forms-example/pyproject.toml @@ -19,7 +19,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "stagehand==3.5.0", "intuned-browser==0.1.18", ] diff --git a/python-examples/scrapy/pyproject.toml b/python-examples/scrapy/pyproject.toml index cbee8e1b..15f4144e 100644 --- a/python-examples/scrapy/pyproject.toml +++ b/python-examples/scrapy/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "pydantic>=2.10.6", "scrapy>=2.13.4", diff --git a/python-examples/setup-hooks/pyproject.toml b/python-examples/setup-hooks/pyproject.toml index cae63a4b..9a9d7ee8 100644 --- a/python-examples/setup-hooks/pyproject.toml +++ b/python-examples/setup-hooks/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "pydantic>=2.0.0", ] diff --git a/python-examples/stagehand/pyproject.toml b/python-examples/stagehand/pyproject.toml index 0b95de0b..1d150f7b 100644 --- a/python-examples/stagehand/pyproject.toml +++ b/python-examples/stagehand/pyproject.toml @@ -19,7 +19,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "anthropic~=0.75.0", "python-dateutil~=2.9.0", diff --git a/python-examples/starter-auth/pyproject.toml b/python-examples/starter-auth/pyproject.toml index 10f20e9a..77993f06 100644 --- a/python-examples/starter-auth/pyproject.toml +++ b/python-examples/starter-auth/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "pydantic[email]==2.10.6", ] diff --git a/python-examples/starter-crawl4ai/pyproject.toml b/python-examples/starter-crawl4ai/pyproject.toml index c4e56f42..513f1871 100644 --- a/python-examples/starter-crawl4ai/pyproject.toml +++ b/python-examples/starter-crawl4ai/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "crawl4ai==0.8.6", ] diff --git a/python-examples/starter-network-interception/pyproject.toml b/python-examples/starter-network-interception/pyproject.toml index 24380c4e..d65bba94 100644 --- a/python-examples/starter-network-interception/pyproject.toml +++ b/python-examples/starter-network-interception/pyproject.toml @@ -17,7 +17,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", ] diff --git a/python-examples/starter-rpa/pyproject.toml b/python-examples/starter-rpa/pyproject.toml index f8fefde7..c3218510 100644 --- a/python-examples/starter-rpa/pyproject.toml +++ b/python-examples/starter-rpa/pyproject.toml @@ -17,7 +17,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", ] diff --git a/python-examples/starter-scrapy/pyproject.toml b/python-examples/starter-scrapy/pyproject.toml index 8800b5f0..fcbe6c65 100644 --- a/python-examples/starter-scrapy/pyproject.toml +++ b/python-examples/starter-scrapy/pyproject.toml @@ -17,7 +17,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "scrapy>=2.13.4", ] diff --git a/python-examples/starter-shopify/pyproject.toml b/python-examples/starter-shopify/pyproject.toml index 97b6579a..7411ee51 100644 --- a/python-examples/starter-shopify/pyproject.toml +++ b/python-examples/starter-shopify/pyproject.toml @@ -17,7 +17,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", ] diff --git a/python-examples/starter-stagehand/pyproject.toml b/python-examples/starter-stagehand/pyproject.toml index e4810460..25de968f 100644 --- a/python-examples/starter-stagehand/pyproject.toml +++ b/python-examples/starter-stagehand/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", "anthropic~=0.75.0", "python-dateutil~=2.9.0", diff --git a/python-examples/starter/pyproject.toml b/python-examples/starter/pyproject.toml index 9e9bfff5..b6264a68 100644 --- a/python-examples/starter/pyproject.toml +++ b/python-examples/starter/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ ] dependencies = [ "playwright==1.61.0", - "intuned-runtime==1.3.37", + "intuned-runtime==1.3.38", "intuned-browser==0.1.18", ] diff --git a/typescript-examples/auth-with-email-otp/package.json b/typescript-examples/auth-with-email-otp/package.json index 3d719844..80fec9ad 100644 --- a/typescript-examples/auth-with-email-otp/package.json +++ b/typescript-examples/auth-with-email-otp/package.json @@ -16,7 +16,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1", "resend": "^6.6.0", diff --git a/typescript-examples/auth-with-secret-otp/package.json b/typescript-examples/auth-with-secret-otp/package.json index 771a355c..a4e1fd0a 100644 --- a/typescript-examples/auth-with-secret-otp/package.json +++ b/typescript-examples/auth-with-secret-otp/package.json @@ -16,7 +16,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "otplib": "^12.0.1", "playwright": "~1.61.1", diff --git a/typescript-examples/browser-sdk-showcase/package.json b/typescript-examples/browser-sdk-showcase/package.json index 46ef8b2d..338fd25b 100644 --- a/typescript-examples/browser-sdk-showcase/package.json +++ b/typescript-examples/browser-sdk-showcase/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1" } diff --git a/typescript-examples/captcha-in-login/package.json b/typescript-examples/captcha-in-login/package.json index b34b0800..7f9bc226 100644 --- a/typescript-examples/captcha-in-login/package.json +++ b/typescript-examples/captcha-in-login/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1" } diff --git a/typescript-examples/captcha-solving-basic/package.json b/typescript-examples/captcha-solving-basic/package.json index a6fb83d8..95fb1eb1 100644 --- a/typescript-examples/captcha-solving-basic/package.json +++ b/typescript-examples/captcha-solving-basic/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1" } diff --git a/typescript-examples/cdp-connection/package.json b/typescript-examples/cdp-connection/package.json index e0d1bdc8..e890d3d2 100644 --- a/typescript-examples/cdp-connection/package.json +++ b/typescript-examples/cdp-connection/package.json @@ -12,7 +12,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1", "zod": "^3.22.4" diff --git a/typescript-examples/computer-use/package.json b/typescript-examples/computer-use/package.json index 7c5be5b2..92dea7c7 100644 --- a/typescript-examples/computer-use/package.json +++ b/typescript-examples/computer-use/package.json @@ -20,7 +20,7 @@ "@anthropic-ai/sdk": "^0.71.2", "@browserbasehq/stagehand": "3.0.8", "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "luxon": "^3.7.2", "openai": "^6.10.0", diff --git a/typescript-examples/e-commerce-auth-scrapingcourse/package.json b/typescript-examples/e-commerce-auth-scrapingcourse/package.json index 03642bf4..e3dabec2 100644 --- a/typescript-examples/e-commerce-auth-scrapingcourse/package.json +++ b/typescript-examples/e-commerce-auth-scrapingcourse/package.json @@ -17,7 +17,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1", "zod": "^3.22.4" diff --git a/typescript-examples/e-commerce-nested/package.json b/typescript-examples/e-commerce-nested/package.json index 20ed1a5e..7b730060 100644 --- a/typescript-examples/e-commerce-nested/package.json +++ b/typescript-examples/e-commerce-nested/package.json @@ -12,7 +12,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1", "zod": "^3.22.4" diff --git a/typescript-examples/e-commerce-scrapingcourse/package.json b/typescript-examples/e-commerce-scrapingcourse/package.json index 31d2026e..6fca631a 100644 --- a/typescript-examples/e-commerce-scrapingcourse/package.json +++ b/typescript-examples/e-commerce-scrapingcourse/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1", "zod": "^3.22.4" diff --git a/typescript-examples/e-commerce-shopify/package.json b/typescript-examples/e-commerce-shopify/package.json index bffbd064..9a7972fd 100644 --- a/typescript-examples/e-commerce-shopify/package.json +++ b/typescript-examples/e-commerce-shopify/package.json @@ -12,7 +12,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1", "zod": "^3.22.4" diff --git a/typescript-examples/hybrid-automation/package.json b/typescript-examples/hybrid-automation/package.json index a1653c5c..dd368d5d 100644 --- a/typescript-examples/hybrid-automation/package.json +++ b/typescript-examples/hybrid-automation/package.json @@ -21,7 +21,7 @@ "dependencies": { "@browserbasehq/stagehand": "3.0.8", "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1", "zod": "3.25.67" diff --git a/typescript-examples/jsdom/package.json b/typescript-examples/jsdom/package.json index 56e3fddb..2c8f8285 100644 --- a/typescript-examples/jsdom/package.json +++ b/typescript-examples/jsdom/package.json @@ -12,7 +12,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "jsdom": "^26.1.0", "playwright": "~1.61.1", diff --git a/typescript-examples/native-crawler/package.json b/typescript-examples/native-crawler/package.json index 4ae5b6d2..6d37a372 100644 --- a/typescript-examples/native-crawler/package.json +++ b/typescript-examples/native-crawler/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1" }, diff --git a/typescript-examples/network-interception/package.json b/typescript-examples/network-interception/package.json index 1ba2473d..8da0a059 100644 --- a/typescript-examples/network-interception/package.json +++ b/typescript-examples/network-interception/package.json @@ -12,7 +12,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1", "zod": "^3.22.4" diff --git a/typescript-examples/playwright-basics/package.json b/typescript-examples/playwright-basics/package.json index 46ef8b2d..338fd25b 100644 --- a/typescript-examples/playwright-basics/package.json +++ b/typescript-examples/playwright-basics/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1" } diff --git a/typescript-examples/quick-recipes/package.json b/typescript-examples/quick-recipes/package.json index 46ef8b2d..338fd25b 100644 --- a/typescript-examples/quick-recipes/package.json +++ b/typescript-examples/quick-recipes/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1" } diff --git a/typescript-examples/rpa-auth-example/package.json b/typescript-examples/rpa-auth-example/package.json index 5103d2be..fa43bb90 100644 --- a/typescript-examples/rpa-auth-example/package.json +++ b/typescript-examples/rpa-auth-example/package.json @@ -17,7 +17,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1", "zod": "^3.22.4" diff --git a/typescript-examples/rpa-example/package.json b/typescript-examples/rpa-example/package.json index d622a2bc..a409261d 100644 --- a/typescript-examples/rpa-example/package.json +++ b/typescript-examples/rpa-example/package.json @@ -12,7 +12,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1", "zod": "^3.22.4" diff --git a/typescript-examples/rpa-forms-example/package.json b/typescript-examples/rpa-forms-example/package.json index 9c32695e..6ca54952 100644 --- a/typescript-examples/rpa-forms-example/package.json +++ b/typescript-examples/rpa-forms-example/package.json @@ -21,7 +21,7 @@ "dependencies": { "@browserbasehq/stagehand": "3.0.8", "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1", "zod": "3.25.67" diff --git a/typescript-examples/setup-hooks/package.json b/typescript-examples/setup-hooks/package.json index 82580866..24512875 100644 --- a/typescript-examples/setup-hooks/package.json +++ b/typescript-examples/setup-hooks/package.json @@ -12,7 +12,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1", "zod": "^3.22.4" diff --git a/typescript-examples/stagehand/package.json b/typescript-examples/stagehand/package.json index 4a9dd98c..c1625a38 100644 --- a/typescript-examples/stagehand/package.json +++ b/typescript-examples/stagehand/package.json @@ -18,7 +18,7 @@ "dependencies": { "@browserbasehq/stagehand": "3.0.8", "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1", "zod": "3.25.67" diff --git a/typescript-examples/starter-auth/package.json b/typescript-examples/starter-auth/package.json index 59a67537..80a77c33 100644 --- a/typescript-examples/starter-auth/package.json +++ b/typescript-examples/starter-auth/package.json @@ -17,7 +17,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1", "zod": "^3.22.4" diff --git a/typescript-examples/starter-jsdom/package.json b/typescript-examples/starter-jsdom/package.json index 08b226da..d1d924e1 100644 --- a/typescript-examples/starter-jsdom/package.json +++ b/typescript-examples/starter-jsdom/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "jsdom": "^26.1.0", "playwright": "~1.61.1" diff --git a/typescript-examples/starter-network-interception/package.json b/typescript-examples/starter-network-interception/package.json index db3e9245..65ea6546 100644 --- a/typescript-examples/starter-network-interception/package.json +++ b/typescript-examples/starter-network-interception/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1" } diff --git a/typescript-examples/starter-rpa/package.json b/typescript-examples/starter-rpa/package.json index ecf72742..1f17f633 100644 --- a/typescript-examples/starter-rpa/package.json +++ b/typescript-examples/starter-rpa/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1" } diff --git a/typescript-examples/starter-shopify/package.json b/typescript-examples/starter-shopify/package.json index e46eddf9..9dac9dd4 100644 --- a/typescript-examples/starter-shopify/package.json +++ b/typescript-examples/starter-shopify/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1" } diff --git a/typescript-examples/starter-stagehand/package.json b/typescript-examples/starter-stagehand/package.json index f3b1de6e..822c8463 100644 --- a/typescript-examples/starter-stagehand/package.json +++ b/typescript-examples/starter-stagehand/package.json @@ -13,7 +13,7 @@ "@ai-sdk/openai": "^2.0.0", "@browserbasehq/stagehand": "3.0.8", "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1", "zod": "3.25.67" diff --git a/typescript-examples/starter/package.json b/typescript-examples/starter/package.json index 46ef8b2d..338fd25b 100644 --- a/typescript-examples/starter/package.json +++ b/typescript-examples/starter/package.json @@ -14,7 +14,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.16", - "@intuned/runtime": "1.3.34", + "@intuned/runtime": "1.3.35", "@types/node": "^20.10.3", "playwright": "~1.61.1" }