@vibecuting/video-project-helper 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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,6 +12,7 @@ NPM 地址:
12
12
  - 为视频工程模板、初始化、校验和后续命令封装预留入口。
13
13
  - 作为主工程之外的独立 helper 包,避免把视频工程辅助逻辑继续塞回主站代码里。
14
14
  - 与 `@vibecuting/video-project-core` 配合,为视频模板工程提供独立于 workspace 的 npm 依赖入口。
15
+ - 发布到 npmjs 公共 registry。
15
16
 
16
17
  常用命令:
17
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibecuting/video-project-helper",
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",