go-core 0.1.87-beta → 0.1.87
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "go-core",
|
|
3
|
-
"version": "0.1.87
|
|
3
|
+
"version": "0.1.87",
|
|
4
4
|
"description": "ANOV-GO配置平台核心库",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anov",
|
|
@@ -103,7 +103,6 @@
|
|
|
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",
|
|
107
106
|
"colors": "^1.3.2",
|
|
108
107
|
"commitizen": "^3.0.0",
|
|
109
108
|
"coveralls": "^3.0.2",
|
|
@@ -138,8 +137,10 @@
|
|
|
138
137
|
},
|
|
139
138
|
"dependencies": {
|
|
140
139
|
"@pansy/watermark": "^2.1.0",
|
|
140
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
141
141
|
"@types/file-saver": "^2.0.4",
|
|
142
142
|
"@types/moment": "^2.13.0",
|
|
143
|
+
"@wdslib/go-utils": "^0.1.6",
|
|
143
144
|
"axios": "^0.24.0",
|
|
144
145
|
"core-js": "^2.6.12",
|
|
145
146
|
"crypto-js": "^4.1.1",
|