webdriver-bidi-protocol 0.1.5 → 0.1.6

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.1.5"
2
+ ".": "0.1.6"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.6](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/compare/webdriver-bidi-protocol-v0.1.5...webdriver-bidi-protocol-v0.1.6) (2025-01-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * re-generate types based on specifciation updates ([#108](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/issues/108)) ([00199dc](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/commit/00199dc6e53e35cb12e1e67ce441a2d06f87e9ae))
9
+
3
10
  ## [0.1.5](https://github.com/GoogleChromeLabs/webdriver-bidi-protocol/compare/webdriver-bidi-protocol-v0.1.4...webdriver-bidi-protocol-v0.1.5) (2025-01-19)
4
11
 
5
12
 
package/out/gen/main.d.ts CHANGED
@@ -1813,6 +1813,7 @@ export declare namespace Script {
1813
1813
  BrowsingContext.BrowsingContext,
1814
1814
  ...BrowsingContext.BrowsingContext[],
1815
1815
  ];
1816
+ userContexts?: [Browser.UserContext, ...Browser.UserContext[]];
1816
1817
  sandbox?: string;
1817
1818
  };
1818
1819
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webdriver-bidi-protocol",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
package/src/gen/main.ts CHANGED
@@ -1817,6 +1817,7 @@ export namespace Script {
1817
1817
  BrowsingContext.BrowsingContext,
1818
1818
  ...BrowsingContext.BrowsingContext[],
1819
1819
  ];
1820
+ userContexts?: [Browser.UserContext, ...Browser.UserContext[]];
1820
1821
  sandbox?: string;
1821
1822
  };
1822
1823
  }