@vibecuting/video-project-core 0.1.7 → 0.1.8

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -27,5 +27,5 @@ NPM 地址:
27
27
 
28
28
  发布与安装:
29
29
 
30
- - 发布到 npm 时使用 `@vibecuting/video-project-core`
30
+ - 发布到 npmjs 公共 registry 时使用 `@vibecuting/video-project-core`
31
31
  - 视频模板工程通过 npm 依赖引入,不依赖 workspace 软链接
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibecuting/video-project-core",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "type": "module",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -17,7 +17,7 @@
17
17
  "test": "node ../../../node_modules/vitest/vitest.mjs run"
18
18
  },
19
19
  "dependencies": {
20
- "@vibecuting/component-project-helper": "0.1.7",
20
+ "@vibecuting/component-project-helper": "0.1.8",
21
21
  "react": "^19.0.0"
22
22
  },
23
23
  "peerDependencies": {