go-core 0.1.82 → 0.1.84
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 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "go-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.84",
|
|
4
4
|
"description": "ANOV-GO配置平台核心库",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anov",
|
|
@@ -139,7 +139,9 @@
|
|
|
139
139
|
"@pansy/watermark": "^2.1.0",
|
|
140
140
|
"@types/file-saver": "^2.0.4",
|
|
141
141
|
"@types/moment": "^2.13.0",
|
|
142
|
+
"@wdslib/go-utils": "^0.1.2",
|
|
142
143
|
"axios": "^0.24.0",
|
|
144
|
+
"core-js": "^2.6.12",
|
|
143
145
|
"crypto-js": "^4.1.1",
|
|
144
146
|
"dom-to-image": "^2.6.0",
|
|
145
147
|
"esprima": "^4.0.1",
|