@wdio/browserstack-service 7.16.9 → 7.16.13

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 +5 -5
package/README.md CHANGED
@@ -75,7 +75,7 @@ Default: `{}`
75
75
 
76
76
  ## Known Issues
77
77
 
78
- - It's more of how webdriverio desigend the multi-process model. It is extremely hard if not impossible to reliable transfer localIdentifier to child-processes. We recommend to use it without the identifier at this moment, which will create an account-wide local tunnel.
78
+ - At the moment, it is challenging, if not impossible, to transfer localIdentifier to child-processes reliably because of how webdriverio designed their multi-process model. We recommend using this service without an identifier, which will create an account-wide local tunnel.
79
79
 
80
80
  ----
81
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/browserstack-service",
3
- "version": "7.16.9",
3
+ "version": "7.16.13",
4
4
  "description": "WebdriverIO service for better Browserstack integration",
5
5
  "author": "Adam Bjerstedt <abjerstedt@gmail.com>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browserstack-service",
@@ -23,12 +23,12 @@
23
23
  "url": "https://github.com/webdriverio/webdriverio/issues"
24
24
  },
25
25
  "dependencies": {
26
- "@types/node": "^16.11.1",
26
+ "@types/node": "^17.0.4",
27
27
  "@wdio/logger": "7.16.0",
28
- "@wdio/types": "7.16.3",
28
+ "@wdio/types": "7.16.13",
29
29
  "browserstack-local": "^1.4.5",
30
30
  "got": "^11.0.2",
31
- "webdriverio": "7.16.9"
31
+ "webdriverio": "7.16.13"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@wdio/cli": "^7.0.0"
@@ -37,5 +37,5 @@
37
37
  "access": "public"
38
38
  },
39
39
  "types": "./build/index.d.ts",
40
- "gitHead": "6bde2017b37bd3bf80feb3ebb0f9b7df89ce0c7f"
40
+ "gitHead": "a0079123fa5207523e8386e6e5100df0bf2f84ef"
41
41
  }