zcw-shared 1.32.1 → 1.32.2

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -5
package/README.md CHANGED
@@ -460,13 +460,13 @@ import { useStorage } from 'shared/hooks/useStorage'
460
460
 
461
461
  ### Playground 集成
462
462
 
463
- `playground` 通过 workspace 引用 `shared`:
463
+ `playground` 通过 workspace 引用 `zcw-shared`:
464
464
 
465
465
  ```json
466
466
  // playground/package.json
467
467
  {
468
468
  "dependencies": {
469
- "shared": "workspace:*" // 引用本地workspace
469
+ "zcw-shared": "workspace:*" // 引用本地workspace
470
470
  }
471
471
  }
472
472
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zcw-shared",
3
- "version": "1.32.1",
3
+ "version": "1.32.2",
4
4
  "files": [
5
5
  "references",
6
6
  "dist",
@@ -12,9 +12,6 @@
12
12
  "license": "ISC",
13
13
  "type": "module",
14
14
  "description": "",
15
- "publish": {
16
- "name": "zcw-shared"
17
- },
18
15
  "scripts": {
19
16
  "build": "tsc -p tsconfig.build.json && tsx scripts/generate-exports.ts",
20
17
  "publish:patch": "npx tsx scripts/publish.ts patch",
@@ -35,7 +32,7 @@
35
32
  "vitepress": "^1.6.4",
36
33
  "vue": "^3.5.22",
37
34
  "zcw-shared": "^1.28.0",
38
- "zcw-vue-ui": "^1.11.3"
35
+ "zcw-vue-ui": "workspace:*"
39
36
  },
40
37
  "exports": {
41
38
  "./constants/colorPatterns": "./dist/constants/colorPatterns.js",