@openfin/cloud-interop 0.41.2 → 0.41.24
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@openfin/cloud-interop",
|
3
|
-
"version": "0.41.
|
3
|
+
"version": "0.41.24",
|
4
4
|
"description": "",
|
5
5
|
"private": false,
|
6
6
|
"files": [
|
@@ -13,12 +13,13 @@
|
|
13
13
|
"build": "rollup -c",
|
14
14
|
"ci:prepublish": "of-npm prepublish",
|
15
15
|
"ci:postpublish": "of-npm postpublish",
|
16
|
-
"ci:publish": "npm publish"
|
16
|
+
"ci:publish": "npm publish",
|
17
|
+
"version:update": "of-npm version --bump patch '$MAJOR.$RMAJOR.$PATCH'"
|
17
18
|
},
|
18
19
|
"author": "",
|
19
20
|
"license": "SEE LICENSE IN LICENSE.md",
|
20
21
|
"peerDependencies": {
|
21
|
-
"@openfin/core": "41.
|
22
|
+
"@openfin/core": "41.100.17"
|
22
23
|
},
|
23
24
|
"dependencies": {
|
24
25
|
"axios": "^1.6.2",
|