@openfin/node-adapter 46.100.22 → 46.100.23
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 +1 -2
- package/package.json +2 -2
package/out/node-adapter.js
CHANGED
|
@@ -6522,7 +6522,6 @@ class System extends EmitterBase {
|
|
|
6522
6522
|
* @experimental
|
|
6523
6523
|
* @remarks Supports protocols http/s and fin/s, and also a local path.
|
|
6524
6524
|
*
|
|
6525
|
-
* Note: This API is Windows only.
|
|
6526
6525
|
*
|
|
6527
6526
|
* @example
|
|
6528
6527
|
*
|
|
@@ -17414,7 +17413,7 @@ class NodeEnvironment extends BaseEnvironment {
|
|
|
17414
17413
|
};
|
|
17415
17414
|
}
|
|
17416
17415
|
getAdapterVersionSync() {
|
|
17417
|
-
return "46.100.
|
|
17416
|
+
return "46.100.23";
|
|
17418
17417
|
}
|
|
17419
17418
|
observeBounds(element, onChange) {
|
|
17420
17419
|
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.23",
|
|
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.23"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"prebuild": "rimraf ./out",
|