From 8ac83a75f5c3a74ad26978f17e1a2592f0edf31f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 16:56:18 +0000 Subject: [PATCH] Update dependency @intuned/runtime to v1.3.16 --- 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-basic-example/package.json | 2 +- typescript-examples/e-commerce-auth-scrapingcourse/package.json | 2 +- typescript-examples/e-commerce-scrapingcourse/package.json | 2 +- typescript-examples/e-commerece-category/package.json | 2 +- typescript-examples/ehr-integration-ts/package.json | 2 +- typescript-examples/empty-auth/package.json | 2 +- typescript-examples/empty/package.json | 2 +- typescript-examples/jsdom-example/package.json | 2 +- typescript-examples/native-crawler/package.json | 2 +- typescript-examples/network-interception/package.json | 2 +- typescript-examples/playwright-basics-ts/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 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/typescript-examples/auth-with-email-otp/package.json b/typescript-examples/auth-with-email-otp/package.json index 28c57a07..ca524c36 100644 --- a/typescript-examples/auth-with-email-otp/package.json +++ b/typescript-examples/auth-with-email-otp/package.json @@ -15,7 +15,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.8", - "@intuned/runtime": "1.3.14", + "@intuned/runtime": "1.3.16", "@types/node": "^20.10.3", "playwright": "~1.56.0", "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 154c57e7..b2bc3acb 100644 --- a/typescript-examples/auth-with-secret-otp/package.json +++ b/typescript-examples/auth-with-secret-otp/package.json @@ -15,7 +15,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.8", - "@intuned/runtime": "1.3.14", + "@intuned/runtime": "1.3.16", "@types/node": "^20.10.3", "playwright": "~1.56.0", "zod": "^3.22.4", diff --git a/typescript-examples/browser-sdk-showcase/package.json b/typescript-examples/browser-sdk-showcase/package.json index 1fbb9eee..6cb2ded4 100644 --- a/typescript-examples/browser-sdk-showcase/package.json +++ b/typescript-examples/browser-sdk-showcase/package.json @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/runtime": "1.3.14", + "@intuned/runtime": "1.3.16", "@intuned/browser": "0.1.8", "@types/node": "^20.10.3", "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 825d0079..8e590179 100644 --- a/typescript-examples/captcha-solving-basic-example/package.json +++ b/typescript-examples/captcha-solving-basic-example/package.json @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/runtime": "1.3.15", + "@intuned/runtime": "1.3.16", "@intuned/browser": "0.1.8", "@types/node": "^20.10.3", "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 312c3702..ef3b5da4 100644 --- a/typescript-examples/e-commerce-auth-scrapingcourse/package.json +++ b/typescript-examples/e-commerce-auth-scrapingcourse/package.json @@ -16,7 +16,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.8", - "@intuned/runtime": "1.3.15", + "@intuned/runtime": "1.3.16", "@types/node": "^20.10.3", "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 ff1844ed..f29d8389 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.16","@types/node":"^20.10.3","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 3af0885a..2d41d41e 100644 --- a/typescript-examples/e-commerece-category/package.json +++ b/typescript-examples/e-commerece-category/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.8", - "@intuned/runtime": "1.3.14", + "@intuned/runtime": "1.3.16", "@types/node": "^20.10.3", "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 4193a7af..41b0cf11 100644 --- a/typescript-examples/ehr-integration-ts/package.json +++ b/typescript-examples/ehr-integration-ts/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.8", - "@intuned/runtime": "1.3.15", + "@intuned/runtime": "1.3.16", "@types/node": "^20.10.3", "playwright": "~1.56.0" } diff --git a/typescript-examples/empty-auth/package.json b/typescript-examples/empty-auth/package.json index b82b7cb1..d029a8f0 100644 --- a/typescript-examples/empty-auth/package.json +++ b/typescript-examples/empty-auth/package.json @@ -16,7 +16,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.8", - "@intuned/runtime": "1.3.14", + "@intuned/runtime": "1.3.16", "@types/node": "^20.10.3", "playwright": "~1.56.0", "zod": "^3.22.4" diff --git a/typescript-examples/empty/package.json b/typescript-examples/empty/package.json index 488fc8c9..41b0cf11 100644 --- a/typescript-examples/empty/package.json +++ b/typescript-examples/empty/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.8", - "@intuned/runtime": "1.3.14", + "@intuned/runtime": "1.3.16", "@types/node": "^20.10.3", "playwright": "~1.56.0" } diff --git a/typescript-examples/jsdom-example/package.json b/typescript-examples/jsdom-example/package.json index 0f03b8f5..7d6ab59e 100644 --- a/typescript-examples/jsdom-example/package.json +++ b/typescript-examples/jsdom-example/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.8", - "@intuned/runtime": "1.3.15", + "@intuned/runtime": "1.3.16", "@types/node": "^20.10.3", "jsdom": "^27.3.0", "playwright": "~1.56.0", diff --git a/typescript-examples/native-crawler/package.json b/typescript-examples/native-crawler/package.json index f3f6cb23..4700787a 100644 --- a/typescript-examples/native-crawler/package.json +++ b/typescript-examples/native-crawler/package.json @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/runtime": "1.3.14", + "@intuned/runtime": "1.3.16", "@intuned/browser": "0.1.8", "@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 4608b63b..8a4167aa 100644 --- a/typescript-examples/network-interception/package.json +++ b/typescript-examples/network-interception/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.8", - "@intuned/runtime": "1.3.14", + "@intuned/runtime": "1.3.16", "@types/node": "^20.10.3", "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 1fbb9eee..6cb2ded4 100644 --- a/typescript-examples/playwright-basics-ts/package.json +++ b/typescript-examples/playwright-basics-ts/package.json @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/runtime": "1.3.14", + "@intuned/runtime": "1.3.16", "@intuned/browser": "0.1.8", "@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 1fbb9eee..6cb2ded4 100644 --- a/typescript-examples/quick-recipes/package.json +++ b/typescript-examples/quick-recipes/package.json @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "dependencies": { - "@intuned/runtime": "1.3.14", + "@intuned/runtime": "1.3.16", "@intuned/browser": "0.1.8", "@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 65ddcbf7..2976a607 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.16","@types/node":"^20.10.3","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 d3ba13b3..afbace60 100644 --- a/typescript-examples/rpa-example/package.json +++ b/typescript-examples/rpa-example/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "@intuned/browser": "0.1.8", - "@intuned/runtime": "1.3.15", + "@intuned/runtime": "1.3.16", "@types/node": "^20.10.3", "playwright": "~1.56.0", "zod": "^3.22.4"