webdriver-bidi-protocol 0.2.4 → 0.2.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,3 +1,3 @@
1
1
  {
2
- ".": "0.2.4"
2
+ ".": "0.2.5"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.5](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/compare/webdriver-bidi-protocol-v0.2.4...webdriver-bidi-protocol-v0.2.5) (2025-08-08)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * re-generate types based on specifciation updates ([#213](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/issues/213)) ([eb37bb4](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/commit/eb37bb4fb84ec00e23fe9bfa58dbb250abd2f040))
9
+
3
10
  ## [0.2.4](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/compare/webdriver-bidi-protocol-v0.2.3...webdriver-bidi-protocol-v0.2.4) (2025-08-01)
4
11
 
5
12
 
package/out/gen/main.d.ts CHANGED
@@ -1534,7 +1534,7 @@ export declare namespace Network {
1534
1534
  }
1535
1535
  export declare namespace Network {
1536
1536
  type SetExtraHeadersParameters = {
1537
- headers: [Network.Header, ...Network.Header[]];
1537
+ headers: [...Network.Header[]];
1538
1538
  contexts?: [
1539
1539
  BrowsingContext.BrowsingContext,
1540
1540
  ...BrowsingContext.BrowsingContext[],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webdriver-bidi-protocol",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
@@ -25,6 +25,6 @@
25
25
  "parse5": "^8.0.0",
26
26
  "prettier": "3.6.2",
27
27
  "tsd": "0.32.0",
28
- "typescript": "5.8.3"
28
+ "typescript": "5.9.2"
29
29
  }
30
30
  }
package/src/gen/main.ts CHANGED
@@ -1536,7 +1536,7 @@ export namespace Network {
1536
1536
  }
1537
1537
  export namespace Network {
1538
1538
  export type SetExtraHeadersParameters = {
1539
- headers: [Network.Header, ...Network.Header[]];
1539
+ headers: [...Network.Header[]];
1540
1540
  contexts?: [
1541
1541
  BrowsingContext.BrowsingContext,
1542
1542
  ...BrowsingContext.BrowsingContext[],