@openfin/core-web 0.39.20 → 0.39.22

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core-web",
3
- "version": "0.39.20",
3
+ "version": "0.39.22",
4
4
  "description": "",
5
5
  "private": false,
6
6
  "files": [
@@ -42,7 +42,8 @@
42
42
  "watch": "run-p watch:*",
43
43
  "ci:prepublish": "of-npm prepublish",
44
44
  "ci:postpublish": "of-npm postpublish",
45
- "ci:publish": "npm publish"
45
+ "ci:publish": "npm publish",
46
+ "version:update": "of-npm version --bump patch '$MAJOR.$RMAJOR.$PATCH'"
46
47
  },
47
48
  "author": "",
48
49
  "license": "SEE LICENSE IN LICENSE.md",
@@ -53,6 +54,6 @@
53
54
  "uuid": "^8.3.2"
54
55
  },
55
56
  "peerDependencies": {
56
- "@openfin/core": "39.83.20"
57
+ "@openfin/core": "39.83.23"
57
58
  }
58
59
  }