diff --git a/typescript-examples/auth-with-email-otp/package.json b/typescript-examples/auth-with-email-otp/package.json index 28c57a0..24e9c98 100644 --- a/typescript-examples/auth-with-email-otp/package.json +++ b/typescript-examples/auth-with-email-otp/package.json @@ -16,7 +16,7 @@ "dependencies": { "@intuned/browser": "0.1.8", "@intuned/runtime": "1.3.14", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "resend": "^6.6.0", "zod": "^3.22.4" diff --git a/typescript-examples/auth-with-secret-otp/package.json b/typescript-examples/auth-with-secret-otp/package.json index 154c57e..38cdba1 100644 --- a/typescript-examples/auth-with-secret-otp/package.json +++ b/typescript-examples/auth-with-secret-otp/package.json @@ -16,7 +16,7 @@ "dependencies": { "@intuned/browser": "0.1.8", "@intuned/runtime": "1.3.14", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "^3.22.4", "otplib": "^12.0.1" diff --git a/typescript-examples/browser-sdk-showcase/package.json b/typescript-examples/browser-sdk-showcase/package.json index 1fbb9ee..168b84c 100644 --- a/typescript-examples/browser-sdk-showcase/package.json +++ b/typescript-examples/browser-sdk-showcase/package.json @@ -14,7 +14,7 @@ "dependencies": { "@intuned/runtime": "1.3.14", "@intuned/browser": "0.1.8", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0" } } diff --git a/typescript-examples/captcha-solving-auth-example/package.json b/typescript-examples/captcha-solving-auth-example/package.json index c52805a..37b782f 100644 --- a/typescript-examples/captcha-solving-auth-example/package.json +++ b/typescript-examples/captcha-solving-auth-example/package.json @@ -14,7 +14,7 @@ "dependencies": { "@intuned/browser": "0.1.8", "@intuned/runtime": "^1.3.15", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0" } } diff --git a/typescript-examples/captcha-solving-basic-example/package.json b/typescript-examples/captcha-solving-basic-example/package.json index 825d007..9b96839 100644 --- a/typescript-examples/captcha-solving-basic-example/package.json +++ b/typescript-examples/captcha-solving-basic-example/package.json @@ -14,7 +14,7 @@ "dependencies": { "@intuned/runtime": "1.3.15", "@intuned/browser": "0.1.8", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0" } } diff --git a/typescript-examples/computer-use/package.json b/typescript-examples/computer-use/package.json index b932a2a..29e0370 100644 --- a/typescript-examples/computer-use/package.json +++ b/typescript-examples/computer-use/package.json @@ -20,7 +20,7 @@ "@browserbasehq/stagehand": "3.0.6", "@intuned/browser": "0.1.8", "@intuned/runtime": "^1.3.15", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "luxon": "^3.7.2", "openai": "^6.10.0", "playwright": "~1.56.0", diff --git a/typescript-examples/e-commerce-auth-scrapingcourse/package.json b/typescript-examples/e-commerce-auth-scrapingcourse/package.json index 312c370..a209984 100644 --- a/typescript-examples/e-commerce-auth-scrapingcourse/package.json +++ b/typescript-examples/e-commerce-auth-scrapingcourse/package.json @@ -17,7 +17,7 @@ "dependencies": { "@intuned/browser": "0.1.8", "@intuned/runtime": "1.3.15", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "^3.22.4" } diff --git a/typescript-examples/e-commerce-scrapingcourse/package.json b/typescript-examples/e-commerce-scrapingcourse/package.json index ff1844e..36d826b 100644 --- a/typescript-examples/e-commerce-scrapingcourse/package.json +++ b/typescript-examples/e-commerce-scrapingcourse/package.json @@ -1 +1 @@ -{"name":"ecommerce","version":"1.0.0","description":"E-commerce automation that extracts product details from a list of products","tags":[],"scripts":{"intuned":"intuned"},"author":"","license":"ISC","dependencies":{"@intuned/browser":"0.1.8","@intuned/runtime":"1.3.15","@types/node":"^20.10.3","playwright":"~1.56.0","zod":"^3.22.4"}} +{"name":"ecommerce","version":"1.0.0","description":"E-commerce automation that extracts product details from a list of products","tags":[],"scripts":{"intuned":"intuned"},"author":"","license":"ISC","dependencies":{"@intuned/browser":"0.1.8","@intuned/runtime":"1.3.15","@types/node":"^24.0.0","playwright":"~1.56.0","zod":"^3.22.4"}} diff --git a/typescript-examples/e-commerece-category/package.json b/typescript-examples/e-commerece-category/package.json index 3af0885..394b84d 100644 --- a/typescript-examples/e-commerece-category/package.json +++ b/typescript-examples/e-commerece-category/package.json @@ -12,7 +12,7 @@ "dependencies": { "@intuned/browser": "0.1.8", "@intuned/runtime": "1.3.14", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "^3.22.4" } diff --git a/typescript-examples/e-commerece-shopify/package.json b/typescript-examples/e-commerece-shopify/package.json index 724e0e7..c0dea77 100644 --- a/typescript-examples/e-commerece-shopify/package.json +++ b/typescript-examples/e-commerece-shopify/package.json @@ -12,7 +12,7 @@ "dependencies": { "@intuned/browser": "0.1.8", "@intuned/runtime": "^1.3.15", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "^3.22.4" } diff --git a/typescript-examples/ehr-integration-ts/package.json b/typescript-examples/ehr-integration-ts/package.json index 4193a7a..bdc2902 100644 --- a/typescript-examples/ehr-integration-ts/package.json +++ b/typescript-examples/ehr-integration-ts/package.json @@ -14,7 +14,7 @@ "dependencies": { "@intuned/browser": "0.1.8", "@intuned/runtime": "1.3.15", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0" } } diff --git a/typescript-examples/empty-auth/package.json b/typescript-examples/empty-auth/package.json index b82b7cb..cabea82 100644 --- a/typescript-examples/empty-auth/package.json +++ b/typescript-examples/empty-auth/package.json @@ -17,7 +17,7 @@ "dependencies": { "@intuned/browser": "0.1.8", "@intuned/runtime": "1.3.14", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "^3.22.4" } diff --git a/typescript-examples/empty/package.json b/typescript-examples/empty/package.json index 488fc8c..3aac053 100644 --- a/typescript-examples/empty/package.json +++ b/typescript-examples/empty/package.json @@ -14,7 +14,7 @@ "dependencies": { "@intuned/browser": "0.1.8", "@intuned/runtime": "1.3.14", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0" } } diff --git a/typescript-examples/hybrid-automation/package.json b/typescript-examples/hybrid-automation/package.json index bbcd9f2..da8df1d 100644 --- a/typescript-examples/hybrid-automation/package.json +++ b/typescript-examples/hybrid-automation/package.json @@ -21,7 +21,7 @@ "@browserbasehq/stagehand": "3.0.6", "@intuned/browser": "0.1.8", "@intuned/runtime": "^1.3.15", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "3.25.67" } diff --git a/typescript-examples/jsdom-example/package.json b/typescript-examples/jsdom-example/package.json index 0f03b8f..596ade3 100644 --- a/typescript-examples/jsdom-example/package.json +++ b/typescript-examples/jsdom-example/package.json @@ -12,7 +12,7 @@ "dependencies": { "@intuned/browser": "0.1.8", "@intuned/runtime": "1.3.15", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "jsdom": "^27.3.0", "playwright": "~1.56.0", "zod": "^3.22.4" diff --git a/typescript-examples/native-crawler/package.json b/typescript-examples/native-crawler/package.json index f3f6cb2..6dde47c 100644 --- a/typescript-examples/native-crawler/package.json +++ b/typescript-examples/native-crawler/package.json @@ -14,7 +14,7 @@ "dependencies": { "@intuned/runtime": "1.3.14", "@intuned/browser": "0.1.8", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" diff --git a/typescript-examples/network-interception/package.json b/typescript-examples/network-interception/package.json index 4608b63..30322ac 100644 --- a/typescript-examples/network-interception/package.json +++ b/typescript-examples/network-interception/package.json @@ -12,7 +12,7 @@ "dependencies": { "@intuned/browser": "0.1.8", "@intuned/runtime": "1.3.14", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "^3.22.4" } diff --git a/typescript-examples/playwright-basics-ts/package.json b/typescript-examples/playwright-basics-ts/package.json index 1fbb9ee..168b84c 100644 --- a/typescript-examples/playwright-basics-ts/package.json +++ b/typescript-examples/playwright-basics-ts/package.json @@ -14,7 +14,7 @@ "dependencies": { "@intuned/runtime": "1.3.14", "@intuned/browser": "0.1.8", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0" } } diff --git a/typescript-examples/quick-recipes/package.json b/typescript-examples/quick-recipes/package.json index 1fbb9ee..168b84c 100644 --- a/typescript-examples/quick-recipes/package.json +++ b/typescript-examples/quick-recipes/package.json @@ -14,7 +14,7 @@ "dependencies": { "@intuned/runtime": "1.3.14", "@intuned/browser": "0.1.8", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0" } } diff --git a/typescript-examples/rpa-auth-example/package.json b/typescript-examples/rpa-auth-example/package.json index 65ddcbf..c005fb8 100644 --- a/typescript-examples/rpa-auth-example/package.json +++ b/typescript-examples/rpa-auth-example/package.json @@ -1 +1 @@ -{"name":"book-consultations-with-auth","version":"1.0.0","description":"Credentials based booking automation to book a consultation with a consultant and list the consultations","main":"index.js","tags":["intuned-browser-sdk","intuned-auth-sessions","intuned-auth-sessions-credentials","Authenticated"],"scripts":{"intuned":"intuned"},"author":"","license":"ISC","dependencies":{"@intuned/browser":"0.1.8","@intuned/runtime":"1.3.15","@types/node":"^20.10.3","playwright":"~1.56.0","zod":"^3.22.4"}} +{"name":"book-consultations-with-auth","version":"1.0.0","description":"Credentials based booking automation to book a consultation with a consultant and list the consultations","main":"index.js","tags":["intuned-browser-sdk","intuned-auth-sessions","intuned-auth-sessions-credentials","Authenticated"],"scripts":{"intuned":"intuned"},"author":"","license":"ISC","dependencies":{"@intuned/browser":"0.1.8","@intuned/runtime":"1.3.15","@types/node":"^24.0.0","playwright":"~1.56.0","zod":"^3.22.4"}} diff --git a/typescript-examples/rpa-example/package.json b/typescript-examples/rpa-example/package.json index d3ba13b..87bc9d8 100644 --- a/typescript-examples/rpa-example/package.json +++ b/typescript-examples/rpa-example/package.json @@ -12,7 +12,7 @@ "dependencies": { "@intuned/browser": "0.1.8", "@intuned/runtime": "1.3.15", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "^3.22.4" } diff --git a/typescript-examples/stagehand/package.json b/typescript-examples/stagehand/package.json index a40f3dd..a241129 100644 --- a/typescript-examples/stagehand/package.json +++ b/typescript-examples/stagehand/package.json @@ -18,7 +18,7 @@ "@browserbasehq/stagehand": "3.0.6", "@intuned/browser": "0.1.8", "@intuned/runtime": "^1.3.15", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "3.25.67" }