@wdio/globals 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.
Files changed (2) hide show
  1. package/build/index.cjs +3 -3
  2. package/package.json +3 -3
package/build/index.cjs CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  $: () => $,
25
25
  $$: () => $$,
26
26
  _setGlobal: () => _setGlobal,
@@ -29,7 +29,7 @@ __export(src_exports, {
29
29
  expect: () => expect,
30
30
  multiremotebrowser: () => multiremotebrowser
31
31
  });
32
- module.exports = __toCommonJS(src_exports);
32
+ module.exports = __toCommonJS(index_exports);
33
33
  var globals = globalThis._wdioGlobals = globalThis._wdioGlobals || /* @__PURE__ */ new Map();
34
34
  var GLOBALS_ERROR_MESSAGE = `No browser instance registered. Don't import @wdio/globals outside of the WDIO testrunner context. Or you have two two different "@wdio/globals" packages installed.`;
35
35
  function proxyHandler(key) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/globals",
3
- "version": "9.7.0",
3
+ "version": "9.7.2",
4
4
  "description": "A helper utility for importing global variables directly",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-globals",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "optionalDependencies": {
43
43
  "expect-webdriverio": "^5.0.1",
44
- "webdriverio": "9.7.0"
44
+ "webdriverio": "9.7.2"
45
45
  },
46
- "gitHead": "70cb2125312bca46758b8dae35eac88fcc6cf8f1"
46
+ "gitHead": "63ac0e07bef1ac9e9075bbef24bd9c9340085bdc"
47
47
  }