@openfin/core-web 0.44.60 → 0.45.17
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.
- package/out/api-client.cjs.js +1 -1
- package/out/api-client.esm.js +1 -1
- package/out/{main-1eadf98d.js → main-2bc88918.js} +1 -1
- package/out/{main-0e190055.js → main-3c793c23.js} +1 -1
- package/out/{main-86f4f7b4.js → main-3efeaf8a.js} +1 -1
- package/out/{main-c0841f5a.js → main-b9a76c97.js} +1 -1
- package/out/styles.css +5 -1
- package/package.json +5 -5
package/out/styles.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfin/core-web",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.45.17",
|
|
4
4
|
"description": "",
|
|
5
5
|
"private": false,
|
|
6
6
|
"files": [
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"postdev": "npm run postbuild",
|
|
42
42
|
"dev": "run-p dev:worker build:rollup build:docs",
|
|
43
43
|
"watch": "echo [WARNING] Web Interop does not support watch due to ApiExtractor incompatibility",
|
|
44
|
-
"ci:
|
|
45
|
-
"ci:
|
|
46
|
-
"ci:
|
|
44
|
+
"ci:prepack": "of-npm prepack",
|
|
45
|
+
"ci:pack": "npm pack",
|
|
46
|
+
"ci:postpack": "of-npm postpack",
|
|
47
47
|
"version:update": "of-npm version --bump patch '$MAJOR.$RMAJOR.$PATCH'"
|
|
48
48
|
},
|
|
49
49
|
"author": "",
|
|
@@ -56,6 +56,6 @@
|
|
|
56
56
|
"uuid": "^8.3.2"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@openfin/core": "
|
|
59
|
+
"@openfin/core": "45.100.18"
|
|
60
60
|
}
|
|
61
61
|
}
|