go-core 0.1.85 → 0.1.87-beta
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/dist/code.es5.js +7 -7
- package/dist/code.umd.js +7 -7
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "go-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.87-beta",
|
|
4
4
|
"description": "ANOV-GO配置平台核心库",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anov",
|
|
@@ -103,6 +103,7 @@
|
|
|
103
103
|
"@types/jest": "^23.3.2",
|
|
104
104
|
"@types/lodash": "^4.14.186",
|
|
105
105
|
"@types/node": "^10.11.0",
|
|
106
|
+
"@wdslib/go-utils": "^0.1.5",
|
|
106
107
|
"colors": "^1.3.2",
|
|
107
108
|
"commitizen": "^3.0.0",
|
|
108
109
|
"coveralls": "^3.0.2",
|
|
@@ -139,7 +140,6 @@
|
|
|
139
140
|
"@pansy/watermark": "^2.1.0",
|
|
140
141
|
"@types/file-saver": "^2.0.4",
|
|
141
142
|
"@types/moment": "^2.13.0",
|
|
142
|
-
"@wdslib/go-utils": "^0.1.5",
|
|
143
143
|
"axios": "^0.24.0",
|
|
144
144
|
"core-js": "^2.6.12",
|
|
145
145
|
"crypto-js": "^4.1.1",
|