@sap-ux/fiori-app-sub-generator 0.11.7 → 0.11.9
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.
|
@@ -208,9 +208,6 @@ async function createUI5ApplicationPromptOptions(ui5PromptOptions) {
|
|
|
208
208
|
[ui5_application_inquirer_1.promptNames.enableTypeScript]: {
|
|
209
209
|
default: types_1.defaultPromptValues[ui5_application_inquirer_1.promptNames.enableTypeScript]
|
|
210
210
|
},
|
|
211
|
-
[ui5_application_inquirer_1.promptNames.enableCodeAssist]: {
|
|
212
|
-
hide: true
|
|
213
|
-
},
|
|
214
211
|
[ui5_application_inquirer_1.promptNames.enableVirtualEndpoints]: {
|
|
215
212
|
hide: service.capService?.capType === 'Java'
|
|
216
213
|
}
|
|
@@ -80,7 +80,6 @@ var Template;
|
|
|
80
80
|
Template["Simple"] = "basic";
|
|
81
81
|
})(Template || (exports.Template = Template = {}));
|
|
82
82
|
exports.defaultPromptValues = {
|
|
83
|
-
[ui5_application_inquirer_1.promptNames.enableCodeAssist]: false,
|
|
84
83
|
[ui5_application_inquirer_1.promptNames.enableEslint]: false,
|
|
85
84
|
[ui5_application_inquirer_1.promptNames.skipAnnotations]: false,
|
|
86
85
|
[ui5_application_inquirer_1.promptNames.enableTypeScript]: false
|
|
@@ -22,8 +22,6 @@ export interface Project {
|
|
|
22
22
|
localUI5Version: string;
|
|
23
23
|
sapux?: boolean;
|
|
24
24
|
skipAnnotations?: boolean;
|
|
25
|
-
/** @deprecated Code assist prompt is hidden and this property is no longer used */
|
|
26
|
-
enableCodeAssist?: boolean;
|
|
27
25
|
enableEslint?: boolean;
|
|
28
26
|
enableTypeScript?: boolean;
|
|
29
27
|
formEntry?: boolean;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/fiori-app-sub-generator",
|
|
3
3
|
"description": "A yeoman (sub) generator that can generate Fiori applications. Not for standalone use.",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.9",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
"@sap-ux/annotation-generator": "0.4.2",
|
|
33
33
|
"@sap-ux/axios-extension": "1.25.3",
|
|
34
34
|
"@sap-ux/btp-utils": "1.1.6",
|
|
35
|
-
"@sap-ux/cap-config-writer": "0.12.
|
|
35
|
+
"@sap-ux/cap-config-writer": "0.12.39",
|
|
36
36
|
"@sap-ux/feature-toggle": "0.3.5",
|
|
37
|
-
"@sap-ux/fiori-elements-writer": "2.8.
|
|
38
|
-
"@sap-ux/fiori-freestyle-writer": "2.5.
|
|
39
|
-
"@sap-ux/fiori-generator-shared": "0.13.
|
|
37
|
+
"@sap-ux/fiori-elements-writer": "2.8.30",
|
|
38
|
+
"@sap-ux/fiori-freestyle-writer": "2.5.22",
|
|
39
|
+
"@sap-ux/fiori-generator-shared": "0.13.48",
|
|
40
40
|
"@sap-ux/fiori-tools-settings": "0.2.3",
|
|
41
|
-
"@sap-ux/launch-config": "0.10.
|
|
42
|
-
"@sap-ux/odata-service-inquirer": "2.13.
|
|
41
|
+
"@sap-ux/launch-config": "0.10.46",
|
|
42
|
+
"@sap-ux/odata-service-inquirer": "2.13.7",
|
|
43
43
|
"@sap-ux/odata-service-writer": "0.29.2",
|
|
44
44
|
"@sap-ux/project-access": "1.33.0",
|
|
45
45
|
"@sap-ux/store": "1.4.2",
|
|
46
46
|
"@sap-ux/telemetry": "0.6.50",
|
|
47
|
-
"@sap-ux/ui5-application-inquirer": "0.
|
|
48
|
-
"@sap-ux/ui5-info": "0.13.
|
|
47
|
+
"@sap-ux/ui5-application-inquirer": "0.16.1",
|
|
48
|
+
"@sap-ux/ui5-info": "0.13.7"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@sap-devx/yeoman-ui-types": "1.16.9",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"mock-spawn": "0.2.6",
|
|
63
63
|
"rimraf": "6.0.1",
|
|
64
64
|
"yeoman-test": "6.3.0",
|
|
65
|
-
"@sap-ux/deploy-config-sub-generator": "0.5.
|
|
66
|
-
"@sap-ux/flp-config-sub-generator": "0.3.
|
|
67
|
-
"@sap-ux/inquirer-common": "0.10.
|
|
65
|
+
"@sap-ux/deploy-config-sub-generator": "0.5.30",
|
|
66
|
+
"@sap-ux/flp-config-sub-generator": "0.3.93",
|
|
67
|
+
"@sap-ux/inquirer-common": "0.10.6",
|
|
68
68
|
"@sap-ux/jest-file-matchers": "0.2.8",
|
|
69
69
|
"@sap-ux/logger": "0.8.0"
|
|
70
70
|
},
|