@openfin/node-adapter 46.100.61 → 46.100.63
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 -1
- package/package.json +3 -3
package/out/node-adapter.js
CHANGED
|
@@ -17459,7 +17459,7 @@ class NodeEnvironment extends BaseEnvironment {
|
|
|
17459
17459
|
};
|
|
17460
17460
|
}
|
|
17461
17461
|
getAdapterVersionSync() {
|
|
17462
|
-
return "46.100.
|
|
17462
|
+
return "46.100.63";
|
|
17463
17463
|
}
|
|
17464
17464
|
observeBounds(element, onChange) {
|
|
17465
17465
|
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.63",
|
|
4
4
|
"description": "See README.md",
|
|
5
5
|
"main": "out/node-adapter.js",
|
|
6
6
|
"types": "out/node-adapter.d.ts",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@types/node": "^20.14.2",
|
|
20
20
|
"es-toolkit": "^1.39.3",
|
|
21
|
-
"ws": "^7.5.
|
|
21
|
+
"ws": "^7.5.11",
|
|
22
22
|
"tslib": "2.8.1",
|
|
23
|
-
"@openfin/core": "46.100.
|
|
23
|
+
"@openfin/core": "46.100.63"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"prebuild": "rimraf ./out",
|