@openfin/node-adapter 46.100.35 → 46.100.36
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.
- package/out/node-adapter.js +8 -2
- package/package.json +2 -2
package/out/node-adapter.js
CHANGED
|
@@ -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
|
|
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.
|
|
17422
|
+
return "46.100.36";
|
|
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.
|
|
3
|
+
"version": "46.100.36",
|
|
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.
|
|
23
|
+
"@openfin/core": "46.100.36"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"prebuild": "rimraf ./out",
|