webdriverio 8.3.2 → 8.3.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.
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAqC,MAAM,aAAa,CAAA;AAoC7E,eAAO,MAAM,WAAW,wCAAwC,CAAA;AAEhE,eAAO,MAAM,aAAa,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,WAAW,GAAG,OAAO,CAAC,UAAU,CA8RtF,CAAA;AAED,eAAO,MAAM,uBAAuB,UAA0E,CAAA;AAE9G,eAAO,MAAM,uBAAuB;;;;;CAKnC,CAAA;AAED,eAAO,MAAM,mBAAmB,2BAA2B,CAAA;AAC3D,eAAO,MAAM,aAAa,QAAQ,CAAA;AAClC,eAAO,MAAM,aAAa,UAAU,CAAA;AAEpC,eAAO,MAAM,YAAY,UAKxB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,GAAG;IACZ;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0DG,CAAA"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAqC,MAAM,aAAa,CAAA;AAkC7E,eAAO,MAAM,WAAW,wCAAwC,CAAA;AAEhE,eAAO,MAAM,aAAa,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,WAAW,GAAG,OAAO,CAAC,UAAU,CAgStF,CAAA;AAED,eAAO,MAAM,uBAAuB,UAA0E,CAAA;AAE9G,eAAO,MAAM,uBAAuB;;;;;CAKnC,CAAA;AAED,eAAO,MAAM,mBAAmB,2BAA2B,CAAA;AAC3D,eAAO,MAAM,aAAa,QAAQ,CAAA;AAClC,eAAO,MAAM,aAAa,UAAU,CAAA;AAEpC,eAAO,MAAM,YAAY,UAKxB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,GAAG;IACZ;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0DG,CAAA"}
@@ -2,8 +2,6 @@ import { fileURLToPath } from 'node:url';
2
2
  import { dirname, resolve } from 'node:path';
3
3
  import { createRequire } from 'node:module';
4
4
  import { UNICODE_CHARACTERS } from '@wdio/utils';
5
- const __dirname = dirname(fileURLToPath(import.meta.url));
6
- const require = createRequire(import.meta.url);
7
5
  var SupportedAutomationProtocols;
8
6
  (function (SupportedAutomationProtocols) {
9
7
  SupportedAutomationProtocols["webdriver"] = "webdriver";
@@ -52,6 +50,8 @@ export const WDIO_DEFAULTS = {
52
50
  throw new Error(`Currently only "webdriver" and "devtools" is supproted as automationProtocol, you set "${param}"`);
53
51
  }
54
52
  try {
53
+ const __dirname = dirname(fileURLToPath(import.meta.url));
54
+ const require = createRequire(import.meta.url);
55
55
  const id = param === SupportedAutomationProtocols.stub
56
56
  ? resolve(__dirname, '..', 'build', param)
57
57
  : param;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "webdriverio",
3
3
  "description": "Next-gen browser and mobile automation test framework for Node.js",
4
- "version": "8.3.2",
4
+ "version": "8.3.5",
5
5
  "homepage": "https://webdriver.io",
6
6
  "author": "Christian Bromann <mail@bromann.dev>",
7
7
  "license": "MIT",
@@ -69,7 +69,7 @@
69
69
  "@types/node": "^18.0.0",
70
70
  "@wdio/config": "8.3.2",
71
71
  "@wdio/logger": "8.1.0",
72
- "@wdio/protocols": "8.2.0",
72
+ "@wdio/protocols": "8.3.5",
73
73
  "@wdio/repl": "8.1.0",
74
74
  "@wdio/types": "8.3.0",
75
75
  "@wdio/utils": "8.3.0",
@@ -77,20 +77,20 @@
77
77
  "aria-query": "^5.0.0",
78
78
  "css-shorthand-properties": "^1.1.1",
79
79
  "css-value": "^0.0.1",
80
- "devtools": "8.3.2",
81
- "devtools-protocol": "^0.0.1094867",
80
+ "devtools": "8.3.5",
81
+ "devtools-protocol": "^0.0.1101329",
82
82
  "grapheme-splitter": "^1.0.2",
83
83
  "import-meta-resolve": "^2.1.0",
84
84
  "is-plain-obj": "^4.1.0",
85
85
  "lodash.clonedeep": "^4.5.0",
86
86
  "lodash.zip": "^4.2.0",
87
87
  "minimatch": "^6.1.4",
88
- "puppeteer-core": "19.6.0",
88
+ "puppeteer-core": "19.6.3",
89
89
  "query-selector-shadow-dom": "^1.0.0",
90
90
  "resq": "^1.9.1",
91
91
  "rgb2hex": "0.2.5",
92
92
  "serialize-error": "^8.0.0",
93
- "webdriver": "8.3.2"
93
+ "webdriver": "8.3.5"
94
94
  },
95
- "gitHead": "5bf1ad9398ce6a4cc810b331944612d105cdc92e"
95
+ "gitHead": "cc6deb72e7c4f064074ca8a2e101da7c08db8b4b"
96
96
  }