@openfin/node-adapter 46.100.35 → 46.100.37

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.
@@ -16625,8 +16625,14 @@ _ChromeBrowserActionsImpl_wire = new WeakMap(), _ChromeBrowserActionsImpl_state
16625
16625
  * Client-side handle for the chrome-browser feature on the current window.
16626
16626
  *
16627
16627
  * The window must have been created with `chromeBrowser: true` for these APIs to do
16628
- * anything meaningful — there is no separate `init()` step. From a view or a non
16628
+ * anything meaningful. From a view or a non
16629
16629
  * chrome-browser window, calls into `Actions` will resolve to empty results.
16630
+ *
16631
+ * Enabling the `chromeBrowser` window option changes how the runtime manages content,
16632
+ * and standard OpenFin content behavior is not guaranteed.
16633
+ *
16634
+ * @internal
16635
+ * @experimental This API may change or be removed without notice.
16630
16636
  */
16631
16637
  class ChromeBrowserModule {
16632
16638
  constructor(wire, isWindow) {
@@ -17413,7 +17419,7 @@ class NodeEnvironment extends BaseEnvironment {
17413
17419
  };
17414
17420
  }
17415
17421
  getAdapterVersionSync() {
17416
- return "46.100.35";
17422
+ return "46.100.37";
17417
17423
  }
17418
17424
  observeBounds(element, onChange) {
17419
17425
  throw new Error('Method not implemented.');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/node-adapter",
3
- "version": "46.100.35",
3
+ "version": "46.100.37",
4
4
  "description": "See README.md",
5
5
  "main": "out/node-adapter.js",
6
6
  "types": "out/node-adapter.d.ts",
@@ -20,7 +20,7 @@
20
20
  "es-toolkit": "^1.39.3",
21
21
  "ws": "^7.5.10",
22
22
  "tslib": "2.8.1",
23
- "@openfin/core": "46.100.35"
23
+ "@openfin/core": "46.100.37"
24
24
  },
25
25
  "scripts": {
26
26
  "prebuild": "rimraf ./out",