@openfin/node-adapter 44.101.3 → 44.101.5

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.
@@ -17158,7 +17158,7 @@ class NodeEnvironment extends BaseEnvironment {
17158
17158
  };
17159
17159
  }
17160
17160
  getAdapterVersionSync() {
17161
- return "44.101.3";
17161
+ return "44.101.5";
17162
17162
  }
17163
17163
  observeBounds(element, onChange) {
17164
17164
  throw new Error('Method not implemented.');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/node-adapter",
3
- "version": "44.101.3",
3
+ "version": "44.101.5",
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": "44.101.3"
23
+ "@openfin/core": "44.101.5"
24
24
  },
25
25
  "scripts": {
26
26
  "prebuild": "rimraf ./out",