@ganwei-web/ganwei-pc-cli 6.2.4 → 6.2.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/ganwei-iotcenter-index-6.2.1/configuration/moduleConfiguration.json +1 -1
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.env.development +1 -1
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.env.production +1 -1
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.env.test +1 -1
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.env.development +1 -1
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.env.production +1 -1
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.env.test +1 -1
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.env.production +1 -1
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.env.test +1 -1
- package/package.json +1 -1
- package/src/createQuestions.js +1 -0
package/package.json
CHANGED
package/src/createQuestions.js
CHANGED
|
@@ -26,6 +26,7 @@ export function createQuestions(projectName) {
|
|
|
26
26
|
message: 'Scaffold Version',
|
|
27
27
|
choices: [
|
|
28
28
|
// 第一组选项
|
|
29
|
+
{ title: yellow('web-6.2.2'), value: 'ganwei-iotcenter-index-6.2.2' },
|
|
29
30
|
{ title: yellow('web-6.2.1'), value: 'ganwei-iotcenter-index-6.2.1' },
|
|
30
31
|
// 分隔线
|
|
31
32
|
{ title: '─'.repeat(50), disabled: true },
|