@ysjdemo/umi-create-cli 0.0.4 → 0.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.
@@ -85,10 +85,10 @@ async function generateTemplate(projectName, templateType, targetDir, useLatestV
85
85
  // 获取最新版本信息
86
86
  console.log('📦 正在获取依赖包最新版本...');
87
87
  packageVersions = await getCommonPackageVersions();
88
- customPackageVersions = await getCustomPackageVersions({
89
- '@cfmm/umi-plugins-ui': '^0.0.72',
90
- '@cfmm/umi-plugins-utils': '^0.0.22'
91
- });
88
+ // customPackageVersions = await getCustomPackageVersions({
89
+ // '@cfmm/umi-plugins-ui': '^0.0.72',
90
+ // '@cfmm/umi-plugins-utils': '^0.0.22'
91
+ // });
92
92
  } else {
93
93
  console.log('📦 使用默认版本,从version.js获取默认版本映射...')
94
94
  const { getDefaultVersions } = require('../utils/version');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ysjdemo/umi-create-cli",
3
3
  "author": "ysj <411367308@qq.com>",
4
- "version": "0.0.4",
4
+ "version": "0.0.5",
5
5
  "description": "一个用于创建Umi4项目的脚手架工具",
6
6
  "main": "index.js",
7
7
  "bin": {