@wdio/shared-store-service 8.3.3 → 8.3.8

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.
@@ -1,2 +1,2 @@
1
- export {};
1
+ declare const esmModule: Promise<typeof import("../index.js")>;
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cjs/index.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cjs/index.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS,uCAAwB,CAAA"}
@@ -1,5 +1,4 @@
1
1
  "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
2
  const esmModule = import('../index.js');
4
3
  exports.setValue = async function (key, value) {
5
4
  const m = await esmModule;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/shared-store-service",
3
- "version": "8.3.3",
3
+ "version": "8.3.8",
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",
@@ -43,10 +43,10 @@
43
43
  "@wdio/types": "8.3.0",
44
44
  "got": "^12.1.0",
45
45
  "polka": "^0.5.2",
46
- "webdriverio": "8.3.3"
46
+ "webdriverio": "8.3.8"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "8b37675b136de127078446f892097869db4935d7"
51
+ "gitHead": "a32ecf2abb9202d532fb98b7c23ceed9dbb2f6ee"
52
52
  }