zcw-shared 1.32.2 → 1.32.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.
Files changed (1) hide show
  1. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zcw-shared",
3
- "version": "1.32.2",
3
+ "version": "1.32.3",
4
4
  "files": [
5
5
  "references",
6
6
  "dist",
@@ -12,18 +12,6 @@
12
12
  "license": "ISC",
13
13
  "type": "module",
14
14
  "description": "",
15
- "scripts": {
16
- "build": "tsc -p tsconfig.build.json && tsx scripts/generate-exports.ts",
17
- "publish:patch": "npx tsx scripts/publish.ts patch",
18
- "publish:minor": "npx tsx scripts/publish.ts minor",
19
- "publish:major": "npx tsx scripts/publish.ts major",
20
- "publish:prerelease": "npx tsx scripts/publish.ts prerelease",
21
- "docs:dev": "vitepress dev docs",
22
- "docs:build": "NODE_OPTIONS=--max-old-space-size=4096 vitepress build docs",
23
- "docs:preview": "vitepress preview docs",
24
- "deploy:tcb": "npx tsx scripts/deploy-tcb.ts",
25
- "deploy:cos": "npx tsx scripts/deploy-cos.ts"
26
- },
27
15
  "devDependencies": {
28
16
  "@cloudbase/manager-node": "^4.3.2",
29
17
  "cos-nodejs-sdk-v5": "^2.14.4",
@@ -32,7 +20,7 @@
32
20
  "vitepress": "^1.6.4",
33
21
  "vue": "^3.5.22",
34
22
  "zcw-shared": "^1.28.0",
35
- "zcw-vue-ui": "workspace:*"
23
+ "zcw-vue-ui": "1.11.4"
36
24
  },
37
25
  "exports": {
38
26
  "./constants/colorPatterns": "./dist/constants/colorPatterns.js",
@@ -311,5 +299,17 @@
311
299
  "./types/uniapp-android-build": "./types/uniapp-android-build.d.ts",
312
300
  "./types/vue": "./types/vue.d.ts",
313
301
  "./types/worker": "./types/worker.d.ts"
302
+ },
303
+ "scripts": {
304
+ "build": "tsc -p tsconfig.build.json && tsx scripts/generate-exports.ts",
305
+ "publish:patch": "npx tsx scripts/publish.ts patch",
306
+ "publish:minor": "npx tsx scripts/publish.ts minor",
307
+ "publish:major": "npx tsx scripts/publish.ts major",
308
+ "publish:prerelease": "npx tsx scripts/publish.ts prerelease",
309
+ "docs:dev": "vitepress dev docs",
310
+ "docs:build": "NODE_OPTIONS=--max-old-space-size=4096 vitepress build docs",
311
+ "docs:preview": "vitepress preview docs",
312
+ "deploy:tcb": "npx tsx scripts/deploy-tcb.ts",
313
+ "deploy:cos": "npx tsx scripts/deploy-cos.ts"
314
314
  }
315
315
  }