zywlgis 0.5.90-beta.87 → 0.5.90-beta.89
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/package.json +3 -2
- package/release/ZYWLGIS.es.js +14788 -14570
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zywlgis",
|
|
3
|
-
"version": "0.5.90-beta.
|
|
3
|
+
"version": "0.5.90-beta.89",
|
|
4
4
|
"description": "",
|
|
5
5
|
"private": false,
|
|
6
6
|
"module": "release/ZYWLGIS.es.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"patch": "npm version patch",
|
|
26
26
|
"minor": "npm version minor",
|
|
27
27
|
"major": "npm version major",
|
|
28
|
-
"beta": "npm version prerelease --preid=beta && npm run betabuild && npm publish --registry https://registry.npmjs.org/ --tag beta"
|
|
28
|
+
"beta": "rimraf release && npm version prerelease --preid=beta && npm run betabuild && npm publish --registry https://registry.npmjs.org/ --tag beta"
|
|
29
29
|
},
|
|
30
30
|
"publishConfig": {
|
|
31
31
|
"registry": "http://192.168.76.130:8081/repository/AI_Dep._NPM_Hosted/"
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
"html2canvas": "^1.4.1",
|
|
69
69
|
"jquery": "^3.7.1",
|
|
70
70
|
"pinia": "^3.0.1",
|
|
71
|
+
"rimraf": "^6.1.3",
|
|
71
72
|
"rollup-plugin-polyfill-node": "^0.13.0",
|
|
72
73
|
"unplugin-auto-import": "^21.0.0",
|
|
73
74
|
"uuid": "^13.0.0",
|