@openfin/node-adapter 45.100.103 → 45.100.105
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
|
@@ -16653,8 +16653,14 @@ _ChromeBrowserActionsImpl_wire = new WeakMap(), _ChromeBrowserActionsImpl_state
|
|
|
16653
16653
|
* Client-side handle for the chrome-browser feature on the current window.
|
|
16654
16654
|
*
|
|
16655
16655
|
* The window must have been created with `chromeBrowser: true` for these APIs to do
|
|
16656
|
-
* anything meaningful
|
|
16656
|
+
* anything meaningful. From a view or a non
|
|
16657
16657
|
* chrome-browser window, calls into `Actions` will resolve to empty results.
|
|
16658
|
+
*
|
|
16659
|
+
* Enabling the `chromeBrowser` window option changes how the runtime manages content,
|
|
16660
|
+
* and standard OpenFin content behavior is not guaranteed.
|
|
16661
|
+
*
|
|
16662
|
+
* @internal
|
|
16663
|
+
* @experimental This API may change or be removed without notice.
|
|
16658
16664
|
*/
|
|
16659
16665
|
class ChromeBrowserModule {
|
|
16660
16666
|
constructor(wire, isWindow) {
|
|
@@ -17441,7 +17447,7 @@ class NodeEnvironment extends BaseEnvironment {
|
|
|
17441
17447
|
};
|
|
17442
17448
|
}
|
|
17443
17449
|
getAdapterVersionSync() {
|
|
17444
|
-
return "45.100.
|
|
17450
|
+
return "45.100.105";
|
|
17445
17451
|
}
|
|
17446
17452
|
observeBounds(element, onChange) {
|
|
17447
17453
|
throw new Error('Method not implemented.');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfin/node-adapter",
|
|
3
|
-
"version": "45.100.
|
|
3
|
+
"version": "45.100.105",
|
|
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": "45.100.
|
|
23
|
+
"@openfin/core": "45.100.105"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"prebuild": "rimraf ./out",
|