@openfin/node-adapter 43.102.1 → 43.102.2

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.
@@ -18394,7 +18394,7 @@ class NodeEnvironment extends BaseEnvironment_1 {
18394
18394
  };
18395
18395
  }
18396
18396
  getAdapterVersionSync() {
18397
- return "43.102.1";
18397
+ return "43.102.2";
18398
18398
  }
18399
18399
  observeBounds(element, onChange) {
18400
18400
  throw new Error('Method not implemented.');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/node-adapter",
3
- "version": "43.102.1",
3
+ "version": "43.102.2",
4
4
  "description": "See README.md",
5
5
  "main": "out/node-adapter.js",
6
6
  "types": "out/node-adapter.d.ts",
@@ -12,9 +12,9 @@
12
12
  "build": "rollup --config",
13
13
  "dev": "npm run build -- --environment MODE:development",
14
14
  "watch": "rollup --config --watch --environment MODE:development",
15
- "ci:prepublish": "of-npm prepublish",
16
- "ci:postpublish": "of-npm postpublish",
17
- "ci:publish": "npm publish",
15
+ "ci:prepack": "of-npm prepack",
16
+ "ci:pack": "npm pack",
17
+ "ci:postpack": "of-npm postpack",
18
18
  "version:update": "of-npm version --allow-same-version '$RMAJOR.$RMINOR.$RPATCH'"
19
19
  },
20
20
  "files": [
@@ -24,7 +24,7 @@
24
24
  "author": "OpenFin",
25
25
  "dependencies": {
26
26
  "@types/node": "^20.14.2",
27
- "@openfin/core": "43.102.1",
27
+ "@openfin/core": "43.102.2",
28
28
  "lodash": "^4.17.21",
29
29
  "ws": "^7.3.0"
30
30
  }