webdriverio 8.40.2 → 8.40.3

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.
@@ -34,5 +34,5 @@
34
34
  * @type protocol
35
35
  *
36
36
  */
37
- export declare function url(this: WebdriverIO.Browser, path: string): Promise<string>;
37
+ export declare function url(this: WebdriverIO.Browser, path: string): Promise<string | void>;
38
38
  //# sourceMappingURL=url.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"url.d.ts","sourceRoot":"","sources":["../../../src/commands/browser/url.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,wBAAsB,GAAG,CACrB,IAAI,EAAE,WAAW,CAAC,OAAO,EACzB,IAAI,EAAE,MAAM,mBAoBf"}
1
+ {"version":3,"file":"url.d.ts","sourceRoot":"","sources":["../../../src/commands/browser/url.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,wBAAsB,GAAG,CACrB,IAAI,EAAE,WAAW,CAAC,OAAO,EACzB,IAAI,EAAE,MAAM,0BAoBf"}
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.40.2",
4
+ "version": "8.40.3",
5
5
  "homepage": "https://webdriver.io",
6
6
  "author": "Christian Bromann <mail@bromann.dev>",
7
7
  "license": "MIT",
@@ -68,18 +68,18 @@
68
68
  "got": "^12.6.0"
69
69
  },
70
70
  "dependencies": {
71
- "@types/node": "^20.1.0",
72
- "@wdio/config": "8.40.2",
71
+ "@types/node": "^22.2.0",
72
+ "@wdio/config": "8.40.3",
73
73
  "@wdio/logger": "8.38.0",
74
- "@wdio/protocols": "8.38.0",
75
- "@wdio/repl": "8.24.12",
76
- "@wdio/types": "8.39.0",
77
- "@wdio/utils": "8.40.2",
74
+ "@wdio/protocols": "8.40.3",
75
+ "@wdio/repl": "8.40.3",
76
+ "@wdio/types": "8.40.3",
77
+ "@wdio/utils": "8.40.3",
78
78
  "archiver": "^7.0.0",
79
79
  "aria-query": "^5.0.0",
80
80
  "css-shorthand-properties": "^1.1.1",
81
81
  "css-value": "^0.0.1",
82
- "devtools-protocol": "^0.0.1335233",
82
+ "devtools-protocol": "^0.0.1340018",
83
83
  "grapheme-splitter": "^1.0.2",
84
84
  "import-meta-resolve": "^4.0.0",
85
85
  "is-plain-obj": "^4.1.0",
@@ -92,7 +92,7 @@
92
92
  "resq": "^1.9.1",
93
93
  "rgb2hex": "0.2.5",
94
94
  "serialize-error": "^11.0.1",
95
- "webdriver": "8.40.2"
95
+ "webdriver": "8.40.3"
96
96
  },
97
97
  "peerDependencies": {
98
98
  "devtools": "^8.14.0"
@@ -102,5 +102,5 @@
102
102
  "optional": true
103
103
  }
104
104
  },
105
- "gitHead": "4cade71f6be0b8c53c48918b9a6da37a6ad21835"
105
+ "gitHead": "c25074cf89bf620cfe18909cd7dbdad8de8e722d"
106
106
  }