go-core 0.3.1 → 0.3.3
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 +6 -25
- package/dist/code.umd.js +6 -25
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "go-core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "ANOV-GO配置平台核心库",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anov",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"@types/jest": "^23.3.2",
|
|
109
109
|
"@types/lodash": "^4.14.186",
|
|
110
110
|
"@types/node": "^10.11.0",
|
|
111
|
-
"@wdslib/go-utils": "
|
|
111
|
+
"@wdslib/go-utils": "^0.4.1",
|
|
112
112
|
"colors": "^1.3.2",
|
|
113
113
|
"commitizen": "^3.0.0",
|
|
114
114
|
"coveralls": "^3.0.2",
|
|
@@ -131,6 +131,7 @@
|
|
|
131
131
|
"@rollup/plugin-terser": "^0.4.4",
|
|
132
132
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
133
133
|
"@types/file-saver": "^2.0.4",
|
|
134
|
+
"@types/markdown-it": "^14.1.2",
|
|
134
135
|
"@types/moment": "^2.13.0",
|
|
135
136
|
"axios": "^0.24.0",
|
|
136
137
|
"core-js": "^2.6.12",
|
|
@@ -139,13 +140,13 @@
|
|
|
139
140
|
"esprima": "^4.0.1",
|
|
140
141
|
"estraverse": "^5.3.0",
|
|
141
142
|
"file-saver": "^2.0.5",
|
|
142
|
-
"gsap": "^3.11.3",
|
|
143
143
|
"immer": "^10.0.2",
|
|
144
144
|
"indexdb-store": "^1.0.1",
|
|
145
145
|
"jsdoc": "^3.6.11",
|
|
146
146
|
"jsencrypt": "^3.2.1",
|
|
147
147
|
"lodash": "^4.17.21",
|
|
148
148
|
"lodash.camelcase": "^4.3.0",
|
|
149
|
+
"markdown-it": "^14.1.0",
|
|
149
150
|
"mitt": "^3.0.0",
|
|
150
151
|
"moment": "^2.29.4",
|
|
151
152
|
"patch-package": "^6.5.0",
|