command-center-v3-common 0.0.99 → 0.0.101

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.99",
4
+ "version": "0.0.101",
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",