@wdio/shared-store-service 9.7.0 → 9.7.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.
- package/build/index.js +2 -2
- package/package.json +4 -4
package/build/index.js
CHANGED
|
@@ -255,11 +255,11 @@ var SharedStoreService = class {
|
|
|
255
255
|
};
|
|
256
256
|
|
|
257
257
|
// src/index.ts
|
|
258
|
-
var
|
|
258
|
+
var index_default = SharedStoreService;
|
|
259
259
|
var launcher = SharedStoreLauncher;
|
|
260
260
|
export {
|
|
261
261
|
addValueToPool,
|
|
262
|
-
|
|
262
|
+
index_default as default,
|
|
263
263
|
getValue,
|
|
264
264
|
getValueFromPool,
|
|
265
265
|
launcher,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/shared-store-service",
|
|
3
|
-
"version": "9.7.
|
|
3
|
+
"version": "9.7.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",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"@wdio/logger": "9.4.4",
|
|
41
41
|
"@wdio/types": "9.6.3",
|
|
42
42
|
"polka": "^0.5.2",
|
|
43
|
-
"webdriverio": "9.7.
|
|
43
|
+
"webdriverio": "9.7.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@wdio/globals": "9.7.
|
|
46
|
+
"@wdio/globals": "9.7.2"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "63ac0e07bef1ac9e9075bbef24bd9c9340085bdc"
|
|
52
52
|
}
|