wdio-lambdatest-service-sdk 5.1.0 → 5.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -66,7 +66,7 @@ From the **repo root** (or from inside `android-sample` / `ios-sample` if you pr
66
66
  # From repo root – install SDK as dev dependency
67
67
  npm install ./wdio-lambdatest-service --save-dev
68
68
  # or, if the SDK is published:
69
- # npm install wdio-lambdatest-service --save-dev
69
+ npm install wdio-lambdatest-service
70
70
  ```
71
71
 
72
72
  ### 3. Set LambdaTest Credentials
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wdio-lambdatest-service-sdk",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "description": "WebdriverIO service and CLI for LambdaTest Appium & browser automation",
5
5
  "main": "index.js",
6
6
  "repository": {