@ontology-platform/yc-cli 1.0.5 → 1.1.1

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/CHANGELOG.md CHANGED
@@ -1,25 +1,19 @@
1
1
  # @ontology-platform/yc-cli
2
2
 
3
- ## 1.0.5
3
+ ## 1.1.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - feat: 脚手架下载模板项目改为从master分支下载
7
+ - 3f8d949: feat: 修改模板镜像地址
8
8
 
9
- ## 1.0.4
9
+ ## 1.1.0
10
10
 
11
- ### Patch Changes
12
-
13
- - 下载模板不使用缓存
14
-
15
- ## 1.0.3
16
-
17
- ### Patch Changes
11
+ ### Minor Changes
18
12
 
19
- - feat: 初始化项目添加模块选择
13
+ - feat: 更新版本号
20
14
 
21
- ## 1.0.2
15
+ ## 1.0.1
22
16
 
23
17
  ### Patch Changes
24
18
 
25
- - feat: 更新脚手架字符串模板
19
+ - feat: 项目初始化
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ontology-platform/yc-cli",
3
- "version": "1.0.5",
3
+ "version": "1.1.1",
4
4
  "description": "前端项目脚手架",
5
5
  "author": "志刚",
6
6
  "license": "MIT",
@@ -8,7 +8,7 @@ import path from 'path';
8
8
  // 声明配置文件内容
9
9
  const jsonConfig = {
10
10
  name: 'yc-cli',
11
- mirror: 'http://192.168.12.189:3100/yuchen-unify/vue3-template/archive/master.zip',
11
+ mirror: 'http://114.242.25.123:3000/DP-FRONT-BG/template-vue3/archive/main.zip',
12
12
  };
13
13
  // 拼接 config.json 完整路径
14
14
  const configPath = path.resolve(global.__dirname, '../mirrorConfig.json');