cmpt-huitu-cli 1.0.4 → 1.0.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmpt-huitu-cli",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "description": "慧图前端项目工程化 CLI 工具",
6
6
  "main": "index.js",
package/src/versions.js CHANGED
@@ -1,15 +1,15 @@
1
1
  /**
2
2
  * @fileoverview 依赖包版本配置
3
3
  * 用于 CLI 创建项目时指定 @huitu 包的版本
4
- *
4
+ *
5
5
  * 更新说明:
6
6
  * - 当 @huitu/ui 或 @huitu/utils 发布新版本时,同步更新此文件
7
7
  * - 使用语义化版本范围(如 ^1.0.0)允许小版本和补丁版本更新
8
8
  */
9
9
 
10
10
  export const DEPENDENCY_VERSIONS = {
11
- 'cmpt-huitu-ui': '^1.0.0',
12
- 'cmpt-huitu-utils': '^1.0.0',
11
+ 'cmpt-huitu-ui': '^1.0.4',
12
+ 'cmpt-huitu-utils': '^1.0.4',
13
13
  }
14
14
 
15
15
  /**
@@ -20,4 +20,3 @@ export const DEPENDENCY_VERSIONS = {
20
20
  export function getDependencyVersion(packageName) {
21
21
  return DEPENDENCY_VERSIONS[packageName] || 'latest'
22
22
  }
23
-
Binary file
Binary file