diff --git a/README.md b/README.md index 9f1e409..6099cfa 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. OS-specific guides: +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/) 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": [