webdriver-bidi-protocol 0.3.2 → 0.3.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.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.3.2"
2
+ ".": "0.3.3"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.3](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/compare/webdriver-bidi-protocol-v0.3.2...webdriver-bidi-protocol-v0.3.3) (2025-09-25)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * correctly re-export mapping ([#259](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/issues/259)) ([dc18802](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/commit/dc188026fc8869c6ac73297dea1681ea509656a0))
9
+ * re-generate types based on specifciation updates ([#261](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/issues/261)) ([0c0ea74](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/commit/0c0ea744335453d18e459522b094de6be616f4ff))
10
+
3
11
  ## [0.3.2](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/compare/webdriver-bidi-protocol-v0.3.1...webdriver-bidi-protocol-v0.3.2) (2025-09-24)
4
12
 
5
13
 
package/out/index.d.ts CHANGED
@@ -9,7 +9,7 @@ import * as BidiBluetooth from './gen/web-bluetooth.js';
9
9
  export * from './gen/main.js';
10
10
  export * from './gen/permissions.js';
11
11
  export * from './gen/web-bluetooth.js';
12
- export type {CommandMapping} from './gen/mapping.d.ts';
12
+ export type {CommandMapping} from './gen/mapping.js';
13
13
  type ExternalSpecCommand<T> = {
14
14
  id: Bidi.JsUint;
15
15
  } & T;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webdriver-bidi-protocol",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
package/src/index.ts CHANGED
@@ -12,7 +12,7 @@ export * from './gen/main.js';
12
12
  export * from './gen/permissions.js';
13
13
  export * from './gen/web-bluetooth.js';
14
14
 
15
- export type {CommandMapping} from './gen/mapping.d.ts';
15
+ export type {CommandMapping} from './gen/mapping.js';
16
16
 
17
17
  type ExternalSpecCommand<T> = {
18
18
  // id is defined by the main WebDriver BiDi spec and extension specs do