command-center-v3-common 0.0.98 → 0.0.100
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "command-center-v3-common",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.100",
|
5
5
|
"main": "dist/command-center-v3-common.js",
|
6
6
|
"module": "dist/command-center-v3-common.umd.cjs",
|
7
7
|
"types": "dist/index.d.ts",
|
@@ -22,7 +22,8 @@
|
|
22
22
|
"lint:fix": "eslint . --fix",
|
23
23
|
"prepare": "husky install",
|
24
24
|
"commit": "cz",
|
25
|
-
"build:like-ui": "npx vite build"
|
25
|
+
"build:like-ui": "npx vite build",
|
26
|
+
"install-lock": "pnpm install --frozen-lockfile"
|
26
27
|
},
|
27
28
|
"dependencies": {
|
28
29
|
"@element-plus/icons-vue": "^2.3.1",
|
@@ -31,7 +32,7 @@
|
|
31
32
|
"command-center-v3-utils": "^0.0.18",
|
32
33
|
"debug": "^4.3.4",
|
33
34
|
"element-plus": "^2.5.3",
|
34
|
-
"hy-map-hub": "^0.0.
|
35
|
+
"hy-map-hub": "^0.0.75",
|
35
36
|
"pinia": "^2.1.7",
|
36
37
|
"vue": "^3.3.11",
|
37
38
|
"vue-cropper": "^1.1.1",
|