@wdio/shared-store-service 7.18.1 → 7.19.2

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
@@ -43,7 +43,7 @@ Just add `shared-store` to services list and the `sharedStore` object will be ac
43
43
 
44
44
  ```js
45
45
  // wdio.conf.js
46
- export.config = {
46
+ exports.config
47
47
  // ...
48
48
  services: ['shared-store'],
49
49
  // ...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/shared-store-service",
3
- "version": "7.18.1",
3
+ "version": "7.19.2",
4
4
  "description": "A WebdriverIO service to exchange data across processes",
5
5
  "author": "Mykola Grybyk <mykola.grybyk@gmail.com>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-shared-store-service",
@@ -24,15 +24,15 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@polka/parse": "^1.0.0-next.0",
27
- "@wdio/logger": "7.17.3",
28
- "@wdio/types": "7.18.0",
27
+ "@wdio/logger": "7.19.0",
28
+ "@wdio/types": "7.19.1",
29
29
  "got": "^11.0.2",
30
30
  "polka": "^0.5.2",
31
- "webdriverio": "7.18.1"
31
+ "webdriverio": "7.19.2"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
36
  "types": "./build/index.d.ts",
37
- "gitHead": "92f073f8d54b51ff7473d2318fcec9927608c7ca"
37
+ "gitHead": "71fb35a12db8691194b346ab5abd2acf84829385"
38
38
  }