diff --git a/typescript-examples/auth-with-email-otp/package.json b/typescript-examples/auth-with-email-otp/package.json index 28c57a07..8619b0ae 100644 --- a/typescript-examples/auth-with-email-otp/package.json +++ b/typescript-examples/auth-with-email-otp/package.json @@ -19,6 +19,6 @@ "@types/node": "^20.10.3", "playwright": "~1.56.0", "resend": "^6.6.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } \ No newline at end of file diff --git a/typescript-examples/auth-with-secret-otp/package.json b/typescript-examples/auth-with-secret-otp/package.json index 154c57e7..ff9435b1 100644 --- a/typescript-examples/auth-with-secret-otp/package.json +++ b/typescript-examples/auth-with-secret-otp/package.json @@ -18,7 +18,7 @@ "@intuned/runtime": "1.3.14", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4", + "zod": "^4.0.0", "otplib": "^12.0.1" } } diff --git a/typescript-examples/computer-use/package.json b/typescript-examples/computer-use/package.json index b932a2a4..c436fdd7 100644 --- a/typescript-examples/computer-use/package.json +++ b/typescript-examples/computer-use/package.json @@ -25,6 +25,6 @@ "openai": "^6.10.0", "playwright": "~1.56.0", "sharp": "^0.34.5", - "zod": "3.25.67" + "zod": "4.3.5" } } diff --git a/typescript-examples/e-commerce-auth-scrapingcourse/package.json b/typescript-examples/e-commerce-auth-scrapingcourse/package.json index 312c3702..79c8f135 100644 --- a/typescript-examples/e-commerce-auth-scrapingcourse/package.json +++ b/typescript-examples/e-commerce-auth-scrapingcourse/package.json @@ -19,6 +19,6 @@ "@intuned/runtime": "1.3.15", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } diff --git a/typescript-examples/e-commerce-scrapingcourse/package.json b/typescript-examples/e-commerce-scrapingcourse/package.json index ff1844ed..d6e7c939 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":"^20.10.3","playwright":"~1.56.0","zod":"^4.0.0"}} diff --git a/typescript-examples/e-commerece-category/package.json b/typescript-examples/e-commerece-category/package.json index 3af0885a..10a6c968 100644 --- a/typescript-examples/e-commerece-category/package.json +++ b/typescript-examples/e-commerece-category/package.json @@ -14,6 +14,6 @@ "@intuned/runtime": "1.3.14", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } diff --git a/typescript-examples/e-commerece-shopify/package.json b/typescript-examples/e-commerece-shopify/package.json index 724e0e79..0e126262 100644 --- a/typescript-examples/e-commerece-shopify/package.json +++ b/typescript-examples/e-commerece-shopify/package.json @@ -14,6 +14,6 @@ "@intuned/runtime": "^1.3.15", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } diff --git a/typescript-examples/empty-auth/package.json b/typescript-examples/empty-auth/package.json index b82b7cb1..0e686f3c 100644 --- a/typescript-examples/empty-auth/package.json +++ b/typescript-examples/empty-auth/package.json @@ -19,6 +19,6 @@ "@intuned/runtime": "1.3.14", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } diff --git a/typescript-examples/hybrid-automation/package.json b/typescript-examples/hybrid-automation/package.json index bbcd9f28..f87b9c7f 100644 --- a/typescript-examples/hybrid-automation/package.json +++ b/typescript-examples/hybrid-automation/package.json @@ -23,6 +23,6 @@ "@intuned/runtime": "^1.3.15", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "3.25.67" + "zod": "4.3.5" } } diff --git a/typescript-examples/jsdom-example/package.json b/typescript-examples/jsdom-example/package.json index 0f03b8f5..13c248ef 100644 --- a/typescript-examples/jsdom-example/package.json +++ b/typescript-examples/jsdom-example/package.json @@ -15,6 +15,6 @@ "@types/node": "^20.10.3", "jsdom": "^27.3.0", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } \ No newline at end of file diff --git a/typescript-examples/network-interception/package.json b/typescript-examples/network-interception/package.json index 4608b63b..894f1d6d 100644 --- a/typescript-examples/network-interception/package.json +++ b/typescript-examples/network-interception/package.json @@ -14,6 +14,6 @@ "@intuned/runtime": "1.3.14", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } diff --git a/typescript-examples/rpa-auth-example/package.json b/typescript-examples/rpa-auth-example/package.json index 65ddcbf7..8c36d4b9 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":"^20.10.3","playwright":"~1.56.0","zod":"^4.0.0"}} diff --git a/typescript-examples/rpa-example/package.json b/typescript-examples/rpa-example/package.json index d3ba13b3..d55a2208 100644 --- a/typescript-examples/rpa-example/package.json +++ b/typescript-examples/rpa-example/package.json @@ -14,6 +14,6 @@ "@intuned/runtime": "1.3.15", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "^3.22.4" + "zod": "^4.0.0" } } diff --git a/typescript-examples/stagehand/package.json b/typescript-examples/stagehand/package.json index a40f3dda..5d702f41 100644 --- a/typescript-examples/stagehand/package.json +++ b/typescript-examples/stagehand/package.json @@ -20,6 +20,6 @@ "@intuned/runtime": "^1.3.15", "@types/node": "^20.10.3", "playwright": "~1.56.0", - "zod": "3.25.67" + "zod": "4.3.5" } }