@wdio/globals 8.20.3 → 8.20.5

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.d.ts +2 -2
  2. package/package.json +3 -3
package/build/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- /// <reference types="./standalone.js" />
2
- /// <reference types="types.js" />
1
+ /// <reference path="../types.d.ts" />
2
+
3
3
  type SupportedGlobals = 'browser' | 'driver' | 'multiremotebrowser' | '$' | '$$' | 'expect';
4
4
  declare global {
5
5
  var _wdioGlobals: Map<SupportedGlobals, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/globals",
3
- "version": "8.20.3",
3
+ "version": "8.20.5",
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",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "optionalDependencies": {
45
45
  "expect-webdriverio": "^4.2.5",
46
- "webdriverio": "8.20.3"
46
+ "webdriverio": "8.20.4"
47
47
  },
48
- "gitHead": "963b578edcfd5636994662122ebac35b0bd641f1"
48
+ "gitHead": "36fab3b7b4768fef4a14c2e50448210d140ceb75"
49
49
  }