From 51a32ff02beacb766fcc3a1dd299a50066df312d Mon Sep 17 00:00:00 2001 From: Shahnawaz Date: Mon, 14 Sep 2026 14:15:36 +0530 Subject: [PATCH 1/3] changes for doc update --- README.md | 2 +- lib/cfg/node-tunnel-config-v3-latest.json | 6 ++++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9f1e409..d49cbc8 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ View results on your TestMu AI dashboard. ### Local testing with TestMu AI Tunnel -To test locally hosted apps, set up the TestMu AI tunnel. OS-specific guides: +To test locally hosted apps, set up the TestMu AI tunnel. See the [Browser Cloud Tunnel documentation](https://www.testmuai.com/support/docs/browser-cloud-tunnel/) for the full reference, or jump to an OS-specific guide: - [Local Testing on Windows](https://www.testmuai.com/support/docs/local-testing-for-windows/) - [Local Testing on macOS](https://www.testmuai.com/support/docs/local-testing-for-macos/) diff --git a/lib/cfg/node-tunnel-config-v3-latest.json b/lib/cfg/node-tunnel-config-v3-latest.json index e6fcb4b..5d15447 100644 --- a/lib/cfg/node-tunnel-config-v3-latest.json +++ b/lib/cfg/node-tunnel-config-v3-latest.json @@ -76,7 +76,7 @@ }, "AuthUrl": "https://accounts.lambdatest.com/api/user/token/auth", "logEnable": true, - "latest": "4.0.12", + "latest": "4.0.14", "supportedVersions": [ "1.0.0", @@ -125,6 +125,8 @@ "4.0.9", "4.0.10", "4.0.11", - "4.0.12" + "4.0.12", + "4.0.13", + "4.0.14" ] } diff --git a/package-lock.json b/package-lock.json index bfb1b02..4352cfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lambdatest/node-tunnel", - "version": "4.0.13", + "version": "4.0.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@lambdatest/node-tunnel", - "version": "4.0.13", + "version": "4.0.14", "license": "ISC", "dependencies": { "axios": "^1.6.2", diff --git a/package.json b/package.json index 134ffb1..219c171 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lambdatest/node-tunnel", - "version": "4.0.13", + "version": "4.0.14", "description": "Nodejs bindings for LambdaTest Tunnel", "main": "index.js", "files": [ From c2ec23725ba472f5d6f7972747b2ae9e8af84917 Mon Sep 17 00:00:00 2001 From: Shahnawaz Date: Mon, 14 Sep 2026 16:10:40 +0530 Subject: [PATCH 2/3] docs: add TestMu AI documentation links to npm README (TE-28506) Adds the doc link from the TE-28506 package sheet to the README that ships to npm, and bumps the package version so the change reaches the npm page. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d49cbc8..281615a 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,9 @@ With TestMu AI (Formerly LambdaTest), you can programmatically start, manage, an ### Setup -Clone and install dependencies: +Install the package in your project: ```bash -git clone https://github.com/LambdaTest/node-tunnel && cd node-tunnel npm install @lambdatest/node-tunnel ``` @@ -77,7 +76,7 @@ View results on your TestMu AI dashboard. ### Local testing with TestMu AI Tunnel -To test locally hosted apps, set up the TestMu AI tunnel. See the [Browser Cloud Tunnel documentation](https://www.testmuai.com/support/docs/browser-cloud-tunnel/) for the full reference, or jump to an OS-specific guide: +To test locally hosted apps, set up the TestMu AI tunnel. See the [Browser Cloud Tunnel documentation](https://www.testmuai.com/support/docs/browser-cloud-tunnel/?utm_source=github&utm_medium=referral) for the full reference, or jump to an OS-specific guide: - [Local Testing on Windows](https://www.testmuai.com/support/docs/local-testing-for-windows/) - [Local Testing on macOS](https://www.testmuai.com/support/docs/local-testing-for-macos/) From f7a227212a5413b45d845485280370c583bd12ce Mon Sep 17 00:00:00 2001 From: Shahnawaz Date: Tue, 15 Sep 2026 13:19:00 +0530 Subject: [PATCH 3/3] docs: point to testing-locally-hosted-pages per review (TE-28506) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 281615a..6099cfa 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ View results on your TestMu AI dashboard. ### Local testing with TestMu AI Tunnel -To test locally hosted apps, set up the TestMu AI tunnel. See the [Browser Cloud Tunnel documentation](https://www.testmuai.com/support/docs/browser-cloud-tunnel/?utm_source=github&utm_medium=referral) for the full reference, or jump to an OS-specific guide: +To test locally hosted apps, set up the TestMu AI tunnel. See the [Testing locally hosted pages](https://www.testmuai.com/support/docs/testing-locally-hosted-pages/?utm_source=github&utm_medium=referral) for the full reference, or jump to an OS-specific guide: - [Local Testing on Windows](https://www.testmuai.com/support/docs/local-testing-for-windows/) - [Local Testing on macOS](https://www.testmuai.com/support/docs/local-testing-for-macos/)