@openfin/node-adapter 40.100.1 → 40.100.3
Sign up to get free protection for your applications and to get access to all the features.
- package/out/node-adapter.js +1 -1
- package/package.json +4 -3
package/out/node-adapter.js
CHANGED
@@ -17760,7 +17760,7 @@ class NodeEnvironment extends BaseEnvironment_1 {
|
|
17760
17760
|
};
|
17761
17761
|
}
|
17762
17762
|
getAdapterVersionSync() {
|
17763
|
-
return "40.100.
|
17763
|
+
return "40.100.3";
|
17764
17764
|
}
|
17765
17765
|
observeBounds(element, onChange) {
|
17766
17766
|
throw new Error('Method not implemented.');
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@openfin/node-adapter",
|
3
|
-
"version": "40.100.
|
3
|
+
"version": "40.100.3",
|
4
4
|
"description": "See README.md",
|
5
5
|
"main": "out/node-adapter.js",
|
6
6
|
"types": "out/node-adapter.d.ts",
|
@@ -14,7 +14,8 @@
|
|
14
14
|
"watch": "rollup --config --watch --environment MODE:development",
|
15
15
|
"ci:prepublish": "of-npm prepublish",
|
16
16
|
"ci:postpublish": "of-npm postpublish",
|
17
|
-
"ci:publish": "npm publish"
|
17
|
+
"ci:publish": "npm publish",
|
18
|
+
"version:update": "of-npm version --allow-same-version '$RMAJOR.$RMINOR.$RPATCH'"
|
18
19
|
},
|
19
20
|
"files": [
|
20
21
|
"out/*",
|
@@ -23,7 +24,7 @@
|
|
23
24
|
"author": "OpenFin",
|
24
25
|
"dependencies": {
|
25
26
|
"@types/node": "^20.14.2",
|
26
|
-
"@openfin/core": "40.100.
|
27
|
+
"@openfin/core": "40.100.3",
|
27
28
|
"lodash": "^4.17.21",
|
28
29
|
"ws": "^7.3.0"
|
29
30
|
}
|