From 15a70d60a79816c32203274efaee5a60024a40cf Mon Sep 17 00:00:00 2001 From: mohamedmamdouh22 Date: Tue, 10 Feb 2026 11:39:46 +0200 Subject: [PATCH 1/2] chore: update intuned-browser dependency to version 0.1.14 across multiple Python examples --- python-examples/auth-with-email-otp/pyproject.toml | 2 +- python-examples/auth-with-secret-otp/pyproject.toml | 2 +- python-examples/browser-sdk-showcase/pyproject.toml | 2 +- python-examples/browser-use/pyproject.toml | 2 +- python-examples/bs4/pyproject.toml | 2 +- python-examples/captcha-solving-auth/pyproject.toml | 2 +- python-examples/cdp-connection/pyproject.toml | 2 +- python-examples/computer-use/pyproject.toml | 2 +- python-examples/crawl4ai/pyproject.toml | 2 +- python-examples/e-commerce-auth-scrapingcourse/pyproject.toml | 2 +- python-examples/e-commerce-nested/pyproject.toml | 2 +- python-examples/e-commerce-scrapingcourse/pyproject.toml | 2 +- python-examples/e-commerce-shopify/pyproject.toml | 2 +- python-examples/ehr-integration/pyproject.toml | 2 +- python-examples/firecrawl/pyproject.toml | 2 +- python-examples/hybrid-automation/pyproject.toml | 2 +- python-examples/native-crawler/pyproject.toml | 2 +- python-examples/network-interception/pyproject.toml | 2 +- python-examples/playwright-basics/pyproject.toml | 2 +- python-examples/quick-recipes/pyproject.toml | 2 +- python-examples/rpa-auth-example/pyproject.toml | 2 +- python-examples/rpa-example/pyproject.toml | 2 +- python-examples/rpa-forms-example/pyproject.toml | 2 +- python-examples/scrapy/pyproject.toml | 2 +- python-examples/setup-hooks/pyproject.toml | 2 +- python-examples/stagehand/pyproject.toml | 2 +- python-examples/starter-auth/pyproject.toml | 2 +- python-examples/starter/pyproject.toml | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/python-examples/auth-with-email-otp/pyproject.toml b/python-examples/auth-with-email-otp/pyproject.toml index eac12ba..2072c18 100644 --- a/python-examples/auth-with-email-otp/pyproject.toml +++ b/python-examples/auth-with-email-otp/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "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 596bb1c..df49fc6 100644 --- a/python-examples/auth-with-secret-otp/pyproject.toml +++ b/python-examples/auth-with-secret-otp/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "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 b79394f..4fb6002 100644 --- a/python-examples/browser-sdk-showcase/pyproject.toml +++ b/python-examples/browser-sdk-showcase/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/browser-use/pyproject.toml b/python-examples/browser-use/pyproject.toml index fed8353..332fa68 100644 --- a/python-examples/browser-use/pyproject.toml +++ b/python-examples/browser-use/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", "browser-use==0.11.2", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/bs4/pyproject.toml b/python-examples/bs4/pyproject.toml index cc054cc..8944d81 100644 --- a/python-examples/bs4/pyproject.toml +++ b/python-examples/bs4/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "beautifulsoup4==4.14.3", "pydantic>=2.12.5", ] diff --git a/python-examples/captcha-solving-auth/pyproject.toml b/python-examples/captcha-solving-auth/pyproject.toml index b44412e..f6a2f04 100644 --- a/python-examples/captcha-solving-auth/pyproject.toml +++ b/python-examples/captcha-solving-auth/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56.0", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/cdp-connection/pyproject.toml b/python-examples/cdp-connection/pyproject.toml index 9bc0a19..aa5475c 100644 --- a/python-examples/cdp-connection/pyproject.toml +++ b/python-examples/cdp-connection/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "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 4b69013..bdff20d 100644 --- a/python-examples/computer-use/pyproject.toml +++ b/python-examples/computer-use/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "anthropic~=0.75.0", "python-dateutil~=2.9.0", "httpx~=0.28.1", diff --git a/python-examples/crawl4ai/pyproject.toml b/python-examples/crawl4ai/pyproject.toml index 888e1b1..f827dc1 100644 --- a/python-examples/crawl4ai/pyproject.toml +++ b/python-examples/crawl4ai/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "crawl4ai @ git+https://github.com/izzat5233/crawl4ai.git", ] diff --git a/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml b/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml index b5ea888..6a85647 100644 --- a/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-auth-scrapingcourse/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "pydantic==2.10.6", ] diff --git a/python-examples/e-commerce-nested/pyproject.toml b/python-examples/e-commerce-nested/pyproject.toml index 4881236..2c3fc7a 100644 --- a/python-examples/e-commerce-nested/pyproject.toml +++ b/python-examples/e-commerce-nested/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "pydantic>=2.12.5", ] diff --git a/python-examples/e-commerce-scrapingcourse/pyproject.toml b/python-examples/e-commerce-scrapingcourse/pyproject.toml index cb270f2..84a35cc 100644 --- a/python-examples/e-commerce-scrapingcourse/pyproject.toml +++ b/python-examples/e-commerce-scrapingcourse/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "pydantic==2.10.6", ] diff --git a/python-examples/e-commerce-shopify/pyproject.toml b/python-examples/e-commerce-shopify/pyproject.toml index b23bdd2..604a24f 100644 --- a/python-examples/e-commerce-shopify/pyproject.toml +++ b/python-examples/e-commerce-shopify/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/ehr-integration/pyproject.toml b/python-examples/ehr-integration/pyproject.toml index 277cba3..6701e92 100644 --- a/python-examples/ehr-integration/pyproject.toml +++ b/python-examples/ehr-integration/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/firecrawl/pyproject.toml b/python-examples/firecrawl/pyproject.toml index 82803c7..26040f1 100644 --- a/python-examples/firecrawl/pyproject.toml +++ b/python-examples/firecrawl/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "crawl4ai @ git+https://github.com/izzat5233/crawl4ai.git", "pytz>=2024.1", "tavily-python>=0.5.0", diff --git a/python-examples/hybrid-automation/pyproject.toml b/python-examples/hybrid-automation/pyproject.toml index 35ebc64..afe5000 100644 --- a/python-examples/hybrid-automation/pyproject.toml +++ b/python-examples/hybrid-automation/pyproject.toml @@ -20,7 +20,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "anthropic~=0.75.0", "openai~=1.0", "python-dateutil~=2.9.0", diff --git a/python-examples/native-crawler/pyproject.toml b/python-examples/native-crawler/pyproject.toml index 320f6a3..5e62ef7 100644 --- a/python-examples/native-crawler/pyproject.toml +++ b/python-examples/native-crawler/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/network-interception/pyproject.toml b/python-examples/network-interception/pyproject.toml index fb09d95..21eda66 100644 --- a/python-examples/network-interception/pyproject.toml +++ b/python-examples/network-interception/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "pydantic>=2.12.5", ] diff --git a/python-examples/playwright-basics/pyproject.toml b/python-examples/playwright-basics/pyproject.toml index 277cba3..6701e92 100644 --- a/python-examples/playwright-basics/pyproject.toml +++ b/python-examples/playwright-basics/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/quick-recipes/pyproject.toml b/python-examples/quick-recipes/pyproject.toml index 277cba3..6701e92 100644 --- a/python-examples/quick-recipes/pyproject.toml +++ b/python-examples/quick-recipes/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/rpa-auth-example/pyproject.toml b/python-examples/rpa-auth-example/pyproject.toml index c5a2fa6..ae16e86 100644 --- a/python-examples/rpa-auth-example/pyproject.toml +++ b/python-examples/rpa-auth-example/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "pydantic[email]==2.10.6", ] diff --git a/python-examples/rpa-example/pyproject.toml b/python-examples/rpa-example/pyproject.toml index 2d9594d..ea89a40 100644 --- a/python-examples/rpa-example/pyproject.toml +++ b/python-examples/rpa-example/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "pydantic[email]==2.10.6", ] diff --git a/python-examples/rpa-forms-example/pyproject.toml b/python-examples/rpa-forms-example/pyproject.toml index a49fb4b..dbd04f6 100644 --- a/python-examples/rpa-forms-example/pyproject.toml +++ b/python-examples/rpa-forms-example/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", "stagehand==0.5.3", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] diff --git a/python-examples/scrapy/pyproject.toml b/python-examples/scrapy/pyproject.toml index 138a9c3..13b3a58 100644 --- a/python-examples/scrapy/pyproject.toml +++ b/python-examples/scrapy/pyproject.toml @@ -17,7 +17,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "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 0f13ea1..5d06d71 100644 --- a/python-examples/setup-hooks/pyproject.toml +++ b/python-examples/setup-hooks/pyproject.toml @@ -15,7 +15,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "pydantic>=2.0.0", ] diff --git a/python-examples/stagehand/pyproject.toml b/python-examples/stagehand/pyproject.toml index 5b1d1ca..64a3a62 100644 --- a/python-examples/stagehand/pyproject.toml +++ b/python-examples/stagehand/pyproject.toml @@ -20,7 +20,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "anthropic~=0.75.0", "python-dateutil~=2.9.0", "httpx~=0.28.1", diff --git a/python-examples/starter-auth/pyproject.toml b/python-examples/starter-auth/pyproject.toml index c5a2fa6..ae16e86 100644 --- a/python-examples/starter-auth/pyproject.toml +++ b/python-examples/starter-auth/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", "pydantic[email]==2.10.6", ] diff --git a/python-examples/starter/pyproject.toml b/python-examples/starter/pyproject.toml index 277cba3..6701e92 100644 --- a/python-examples/starter/pyproject.toml +++ b/python-examples/starter/pyproject.toml @@ -16,7 +16,7 @@ keywords = [ dependencies = [ "playwright==1.56", "intuned-runtime==1.3.18", - "intuned-browser==0.1.13", + "intuned-browser==0.1.14", ] [tool.uv] From fde4570f6df207760081a5441e692face499f899 Mon Sep 17 00:00:00 2001 From: mohamedmamdouh22 Date: Tue, 10 Feb 2026 11:43:07 +0200 Subject: [PATCH 2/2] chore: update @intuned/browser dependency to version 0.1.10 across multiple TypeScript examples --- typescript-examples/auth-with-email-otp/package.json | 2 +- typescript-examples/auth-with-secret-otp/package.json | 2 +- typescript-examples/browser-sdk-showcase/package.json | 2 +- typescript-examples/captcha-solving-auth/package.json | 2 +- typescript-examples/captcha-solving-basic/package.json | 2 +- typescript-examples/cdp-connection/package.json | 2 +- typescript-examples/computer-use/package.json | 2 +- typescript-examples/e-commerce-auth-scrapingcourse/package.json | 2 +- typescript-examples/e-commerce-nested/package.json | 2 +- typescript-examples/e-commerce-scrapingcourse/package.json | 2 +- typescript-examples/e-commerce-shopify/package.json | 2 +- typescript-examples/ehr-integration/package.json | 2 +- typescript-examples/hybrid-automation/package.json | 2 +- typescript-examples/jsdom/package.json | 2 +- typescript-examples/native-crawler/package.json | 2 +- typescript-examples/network-interception/package.json | 2 +- typescript-examples/playwright-basics/package.json | 2 +- typescript-examples/quick-recipes/package.json | 2 +- typescript-examples/rpa-auth-example/package.json | 2 +- typescript-examples/rpa-example/package.json | 2 +- typescript-examples/rpa-forms-example/package.json | 2 +- typescript-examples/setup-hooks/package.json | 2 +- typescript-examples/stagehand/package.json | 2 +- typescript-examples/starter-auth/package.json | 2 +- typescript-examples/starter/package.json | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/typescript-examples/auth-with-email-otp/package.json b/typescript-examples/auth-with-email-otp/package.json index 70d0a1c..d0d5555 100644 --- a/typescript-examples/auth-with-email-otp/package.json +++ b/typescript-examples/auth-with-email-otp/package.json @@ -14,7 +14,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0", diff --git a/typescript-examples/auth-with-secret-otp/package.json b/typescript-examples/auth-with-secret-otp/package.json index 34144f6..8d4e7dd 100644 --- a/typescript-examples/auth-with-secret-otp/package.json +++ b/typescript-examples/auth-with-secret-otp/package.json @@ -14,7 +14,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0", diff --git a/typescript-examples/browser-sdk-showcase/package.json b/typescript-examples/browser-sdk-showcase/package.json index 47bd5a7..1d0a3e9 100644 --- a/typescript-examples/browser-sdk-showcase/package.json +++ b/typescript-examples/browser-sdk-showcase/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "@intuned/runtime": "1.3.18", - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@types/node": "^20.10.3", "playwright": "~1.56.0" } diff --git a/typescript-examples/captcha-solving-auth/package.json b/typescript-examples/captcha-solving-auth/package.json index 75ddd06..90de53b 100644 --- a/typescript-examples/captcha-solving-auth/package.json +++ b/typescript-examples/captcha-solving-auth/package.json @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0" diff --git a/typescript-examples/captcha-solving-basic/package.json b/typescript-examples/captcha-solving-basic/package.json index d033a4f..3b012c3 100644 --- a/typescript-examples/captcha-solving-basic/package.json +++ b/typescript-examples/captcha-solving-basic/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "@intuned/runtime": "1.3.18", - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@types/node": "^20.10.3", "playwright": "~1.56.0" } diff --git a/typescript-examples/cdp-connection/package.json b/typescript-examples/cdp-connection/package.json index d18843c..ce205af 100644 --- a/typescript-examples/cdp-connection/package.json +++ b/typescript-examples/cdp-connection/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0", diff --git a/typescript-examples/computer-use/package.json b/typescript-examples/computer-use/package.json index 3beb4ab..2ab3f47 100644 --- a/typescript-examples/computer-use/package.json +++ b/typescript-examples/computer-use/package.json @@ -18,7 +18,7 @@ "dependencies": { "@anthropic-ai/sdk": "^0.71.2", "@browserbasehq/stagehand": "3.0.6", - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "luxon": "^3.7.2", diff --git a/typescript-examples/e-commerce-auth-scrapingcourse/package.json b/typescript-examples/e-commerce-auth-scrapingcourse/package.json index 56aed9b..39a9a6c 100644 --- a/typescript-examples/e-commerce-auth-scrapingcourse/package.json +++ b/typescript-examples/e-commerce-auth-scrapingcourse/package.json @@ -15,7 +15,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0", diff --git a/typescript-examples/e-commerce-nested/package.json b/typescript-examples/e-commerce-nested/package.json index f4ea39e..d325bfe 100644 --- a/typescript-examples/e-commerce-nested/package.json +++ b/typescript-examples/e-commerce-nested/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0", diff --git a/typescript-examples/e-commerce-scrapingcourse/package.json b/typescript-examples/e-commerce-scrapingcourse/package.json index 25c6fb9..622ea98 100644 --- a/typescript-examples/e-commerce-scrapingcourse/package.json +++ b/typescript-examples/e-commerce-scrapingcourse/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0", diff --git a/typescript-examples/e-commerce-shopify/package.json b/typescript-examples/e-commerce-shopify/package.json index 56dd640..e4e3236 100644 --- a/typescript-examples/e-commerce-shopify/package.json +++ b/typescript-examples/e-commerce-shopify/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0", diff --git a/typescript-examples/ehr-integration/package.json b/typescript-examples/ehr-integration/package.json index 2087d67..97c2752 100644 --- a/typescript-examples/ehr-integration/package.json +++ b/typescript-examples/ehr-integration/package.json @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0" diff --git a/typescript-examples/hybrid-automation/package.json b/typescript-examples/hybrid-automation/package.json index 6206621..6251b67 100644 --- a/typescript-examples/hybrid-automation/package.json +++ b/typescript-examples/hybrid-automation/package.json @@ -19,7 +19,7 @@ "license": "ISC", "dependencies": { "@browserbasehq/stagehand": "3.0.6", - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0", diff --git a/typescript-examples/jsdom/package.json b/typescript-examples/jsdom/package.json index 206660f..277fa4f 100644 --- a/typescript-examples/jsdom/package.json +++ b/typescript-examples/jsdom/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "jsdom": "^26.1.0", diff --git a/typescript-examples/native-crawler/package.json b/typescript-examples/native-crawler/package.json index 3141702..30f908f 100644 --- a/typescript-examples/native-crawler/package.json +++ b/typescript-examples/native-crawler/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "@intuned/runtime": "1.3.18", - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@types/node": "^20.10.3", "playwright": "~1.56.0" }, diff --git a/typescript-examples/network-interception/package.json b/typescript-examples/network-interception/package.json index 236da32..391c5eb 100644 --- a/typescript-examples/network-interception/package.json +++ b/typescript-examples/network-interception/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0", diff --git a/typescript-examples/playwright-basics/package.json b/typescript-examples/playwright-basics/package.json index 47bd5a7..1d0a3e9 100644 --- a/typescript-examples/playwright-basics/package.json +++ b/typescript-examples/playwright-basics/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "@intuned/runtime": "1.3.18", - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@types/node": "^20.10.3", "playwright": "~1.56.0" } diff --git a/typescript-examples/quick-recipes/package.json b/typescript-examples/quick-recipes/package.json index 47bd5a7..1d0a3e9 100644 --- a/typescript-examples/quick-recipes/package.json +++ b/typescript-examples/quick-recipes/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "@intuned/runtime": "1.3.18", - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@types/node": "^20.10.3", "playwright": "~1.56.0" } diff --git a/typescript-examples/rpa-auth-example/package.json b/typescript-examples/rpa-auth-example/package.json index 34d06bb..3cf1e37 100644 --- a/typescript-examples/rpa-auth-example/package.json +++ b/typescript-examples/rpa-auth-example/package.json @@ -15,7 +15,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0", diff --git a/typescript-examples/rpa-example/package.json b/typescript-examples/rpa-example/package.json index ec53c82..9aafab3 100644 --- a/typescript-examples/rpa-example/package.json +++ b/typescript-examples/rpa-example/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0", diff --git a/typescript-examples/rpa-forms-example/package.json b/typescript-examples/rpa-forms-example/package.json index 8dda6df..4751c79 100644 --- a/typescript-examples/rpa-forms-example/package.json +++ b/typescript-examples/rpa-forms-example/package.json @@ -19,7 +19,7 @@ "license": "ISC", "dependencies": { "@browserbasehq/stagehand": "^3.0.6", - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0", diff --git a/typescript-examples/setup-hooks/package.json b/typescript-examples/setup-hooks/package.json index 9415f0f..22d25fc 100644 --- a/typescript-examples/setup-hooks/package.json +++ b/typescript-examples/setup-hooks/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0", diff --git a/typescript-examples/stagehand/package.json b/typescript-examples/stagehand/package.json index 9c9c3d9..157f570 100644 --- a/typescript-examples/stagehand/package.json +++ b/typescript-examples/stagehand/package.json @@ -16,7 +16,7 @@ "license": "ISC", "dependencies": { "@browserbasehq/stagehand": "3.0.6", - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0", diff --git a/typescript-examples/starter-auth/package.json b/typescript-examples/starter-auth/package.json index e610734..03cba64 100644 --- a/typescript-examples/starter-auth/package.json +++ b/typescript-examples/starter-auth/package.json @@ -15,7 +15,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0", diff --git a/typescript-examples/starter/package.json b/typescript-examples/starter/package.json index 2087d67..97c2752 100644 --- a/typescript-examples/starter/package.json +++ b/typescript-examples/starter/package.json @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/browser": "0.1.9", + "@intuned/browser": "0.1.10", "@intuned/runtime": "1.3.18", "@types/node": "^20.10.3", "playwright": "~1.56.0"