@ontology-platform/yc-cli 1.1.0 → 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,5 +1,11 @@
1
1
  # @ontology-platform/yc-cli
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3f8d949: feat: 修改模板镜像地址
8
+
3
9
  ## 1.1.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ontology-platform/yc-cli",
3
- "version": "1.1.0",
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');