@openfin/node-adapter 45.100.55 → 45.100.56

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.
@@ -17105,7 +17105,7 @@ class NodeEnvironment extends BaseEnvironment {
17105
17105
  };
17106
17106
  }
17107
17107
  getAdapterVersionSync() {
17108
- return "45.100.55";
17108
+ return "45.100.56";
17109
17109
  }
17110
17110
  observeBounds(element, onChange) {
17111
17111
  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.55",
3
+ "version": "45.100.56",
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
  "lodash": "^4.17.21",
21
21
  "ws": "^7.5.10",
22
22
  "tslib": "2.8.1",
23
- "@openfin/core": "45.100.55"
23
+ "@openfin/core": "45.100.56"
24
24
  },
25
25
  "scripts": {
26
26
  "prebuild": "rimraf ./out",