@sap-ux/ui5-application-inquirer 0.12.6 → 0.12.8
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/dist/prompts/prompts1.js +1 -1
- package/package.json +2 -2
package/dist/prompts/prompts1.js
CHANGED
|
@@ -181,7 +181,7 @@ function getEnableTypeScriptPrompt(capCdsInfo) {
|
|
|
181
181
|
},
|
|
182
182
|
additionalMessages: (val) => {
|
|
183
183
|
let message;
|
|
184
|
-
if (val && !capCdsInfo?.isWorkspaceEnabled) {
|
|
184
|
+
if (val && capCdsInfo?.hasMinCdsVersion && !capCdsInfo?.isWorkspaceEnabled) {
|
|
185
185
|
message = { message: (0, i18n_1.t)('prompts.enableTypeScript.warningMsg'), severity: yeoman_ui_types_1.Severity.warning };
|
|
186
186
|
}
|
|
187
187
|
return message;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/ui5-application-inquirer",
|
|
3
3
|
"description": "Prompts module that can prompt users for inputs required for UI5 application writing",
|
|
4
|
-
"version": "0.12.
|
|
4
|
+
"version": "0.12.8",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"semver": "7.5.4",
|
|
26
26
|
"@sap-ux/inquirer-common": "0.6.42",
|
|
27
27
|
"@sap-ux/project-access": "1.29.22",
|
|
28
|
-
"@sap-ux/project-input-validator": "0.5.
|
|
28
|
+
"@sap-ux/project-input-validator": "0.5.6",
|
|
29
29
|
"@sap-ux/ui5-info": "0.10.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|