@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 +7 -13
- package/package.json +1 -1
- package/utils/createMirrorConfig.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,25 +1,19 @@
|
|
|
1
1
|
# @ontology-platform/yc-cli
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.1.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- feat:
|
|
7
|
+
- 3f8d949: feat: 修改模板镜像地址
|
|
8
8
|
|
|
9
|
-
## 1.0
|
|
9
|
+
## 1.1.0
|
|
10
10
|
|
|
11
|
-
###
|
|
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.
|
|
15
|
+
## 1.0.1
|
|
22
16
|
|
|
23
17
|
### Patch Changes
|
|
24
18
|
|
|
25
|
-
- feat:
|
|
19
|
+
- feat: 项目初始化
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@ import path from 'path';
|
|
|
8
8
|
// 声明配置文件内容
|
|
9
9
|
const jsonConfig = {
|
|
10
10
|
name: 'yc-cli',
|
|
11
|
-
mirror: 'http://
|
|
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');
|