webdriver 8.0.0-alpha.412 → 8.0.0-alpha.505

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.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import type { Options } from '@wdio/types';
2
2
  import command from './command.js';
3
3
  import { DEFAULTS } from './constants.js';
4
- import { getPrototype } from './utils.js';
4
+ import { getPrototype, getEnvironmentVars } from './utils.js';
5
5
  import type { Client, AttachOptions } from './types';
6
6
  export default class WebDriver {
7
7
  static newSession(options: Options.WebDriver, modifier?: (...args: any[]) => any, userPrototype?: {}, customCommandWrapper?: (...args: any[]) => any): Promise<Client>;
@@ -22,6 +22,6 @@ export default class WebDriver {
22
22
  /**
23
23
  * Helper methods consumed by webdriverio package
24
24
  */
25
- export { getPrototype, DEFAULTS, command };
25
+ export { getPrototype, DEFAULTS, command, getEnvironmentVars };
26
26
  export * from './types.js';
27
27
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,OAAO,EAAgB,MAAM,aAAa,CAAA;AAExD,OAAO,OAAO,MAAM,cAAc,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACzC,OAAO,EACoB,YAAY,EACtC,MAAM,YAAY,CAAA;AACnB,OAAO,KAAK,EAAE,MAAM,EAAE,aAAa,EAAgB,MAAM,SAAS,CAAA;AAIlE,MAAM,CAAC,OAAO,OAAO,SAAS;WACb,UAAU,CACnB,OAAO,EAAE,OAAO,CAAC,SAAS,EAC1B,QAAQ,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EAClC,aAAa,KAAK,EAClB,oBAAoB,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,GAC/C,OAAO,CAAC,MAAM,CAAC;IAoDlB;;OAEG;IACH,MAAM,CAAC,eAAe,CAClB,OAAO,CAAC,EAAE,aAAa,EACvB,QAAQ,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EAClC,aAAa,KAAK,EAClB,cAAc,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,GACzC,MAAM;IAwBT;;;;;;MAME;WACW,aAAa,CAAE,QAAQ,EAAE,MAAM;IAW5C,MAAM,KAAK,SAAS,qBAEnB;CACJ;AAED;;GAEG;AACH,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,CAAA;AAC1C,cAAc,YAAY,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,OAAO,EAAgB,MAAM,aAAa,CAAA;AAExD,OAAO,OAAO,MAAM,cAAc,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACzC,OAAO,EAAyB,YAAY,EAAE,kBAAkB,EAAsB,MAAM,YAAY,CAAA;AACxG,OAAO,KAAK,EAAE,MAAM,EAAE,aAAa,EAAgB,MAAM,SAAS,CAAA;AAIlE,MAAM,CAAC,OAAO,OAAO,SAAS;WACb,UAAU,CACnB,OAAO,EAAE,OAAO,CAAC,SAAS,EAC1B,QAAQ,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EAClC,aAAa,KAAK,EAClB,oBAAoB,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,GAC/C,OAAO,CAAC,MAAM,CAAC;IAoDlB;;OAEG;IACH,MAAM,CAAC,eAAe,CAClB,OAAO,CAAC,EAAE,aAAa,EACvB,QAAQ,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EAClC,aAAa,KAAK,EAClB,cAAc,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,GACzC,MAAM;IAwBT;;;;;;MAME;WACW,aAAa,CAAE,QAAQ,EAAE,MAAM;IAW5C,MAAM,KAAK,SAAS,qBAEnB;CACJ;AAED;;GAEG;AACH,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,kBAAkB,EAAE,CAAA;AAC9D,cAAc,YAAY,CAAA"}
package/build/index.js CHANGED
@@ -94,5 +94,5 @@ export default class WebDriver {
94
94
  /**
95
95
  * Helper methods consumed by webdriverio package
96
96
  */
97
- export { getPrototype, DEFAULTS, command };
97
+ export { getPrototype, DEFAULTS, command, getEnvironmentVars };
98
98
  export * from './types.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webdriver",
3
- "version": "8.0.0-alpha.412+a2bc7ec67",
3
+ "version": "8.0.0-alpha.505+c16286903",
4
4
  "description": "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/webdriver",
@@ -39,15 +39,15 @@
39
39
  "dependencies": {
40
40
  "@types/node": "^18.0.0",
41
41
  "@types/ws": "^8.5.3",
42
- "@wdio/config": "8.0.0-alpha.412+a2bc7ec67",
43
- "@wdio/logger": "8.0.0-alpha.412+a2bc7ec67",
44
- "@wdio/protocols": "8.0.0-alpha.412+a2bc7ec67",
45
- "@wdio/types": "8.0.0-alpha.412+a2bc7ec67",
46
- "@wdio/utils": "8.0.0-alpha.412+a2bc7ec67",
42
+ "@wdio/config": "8.0.0-alpha.505+c16286903",
43
+ "@wdio/logger": "8.0.0-alpha.505+c16286903",
44
+ "@wdio/protocols": "8.0.0-alpha.505+c16286903",
45
+ "@wdio/types": "8.0.0-alpha.505+c16286903",
46
+ "@wdio/utils": "8.0.0-alpha.505+c16286903",
47
47
  "got": "^12.1.0",
48
- "ky": "^0.31.1",
48
+ "ky": "^0.32.1",
49
49
  "lodash.merge": "^4.6.2",
50
50
  "ws": "^8.8.0"
51
51
  },
52
- "gitHead": "a2bc7ec67e2a5fe000e539f44b0ea97f6e08ccbd"
52
+ "gitHead": "c16286903354336371e6ff325fea25dd94d032b8"
53
53
  }