@sap-ux/fiori-app-sub-generator 0.6.19 → 0.6.20
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.
|
@@ -273,7 +273,8 @@ function getBaseAppConfig({ project, service, floorplan, entityRelatedConfig, vi
|
|
|
273
273
|
addTests: canGenerateTests(template.type),
|
|
274
274
|
generateIndex: generateIndexHtml,
|
|
275
275
|
addAnnotations: entityRelatedConfig?.addFEOPAnnotations || entityRelatedConfig?.addLineItemAnnotations,
|
|
276
|
-
useVirtualPreviewEndpoints: project.enableVirtualEndpoints
|
|
276
|
+
useVirtualPreviewEndpoints: project.enableVirtualEndpoints,
|
|
277
|
+
addCdsUi5Plugin: project.addCdsUi5Plugin ?? true // Defaults to true
|
|
277
278
|
},
|
|
278
279
|
template: template
|
|
279
280
|
};
|
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.6.
|
|
4
|
+
"version": "0.6.20",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"@sap-ux/annotation-generator": "0.3.52",
|
|
33
33
|
"@sap-ux/axios-extension": "1.22.5",
|
|
34
34
|
"@sap-ux/btp-utils": "1.1.0",
|
|
35
|
-
"@sap-ux/cap-config-writer": "0.
|
|
35
|
+
"@sap-ux/cap-config-writer": "0.11.0",
|
|
36
36
|
"@sap-ux/feature-toggle": "0.3.0",
|
|
37
|
-
"@sap-ux/fiori-elements-writer": "2.5.
|
|
38
|
-
"@sap-ux/fiori-freestyle-writer": "2.4.
|
|
37
|
+
"@sap-ux/fiori-elements-writer": "2.5.27",
|
|
38
|
+
"@sap-ux/fiori-freestyle-writer": "2.4.35",
|
|
39
39
|
"@sap-ux/fiori-generator-shared": "0.13.9",
|
|
40
40
|
"@sap-ux/fiori-tools-settings": "0.2.0",
|
|
41
41
|
"@sap-ux/launch-config": "0.10.19",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@sap-ux/project-access": "1.30.12",
|
|
45
45
|
"@sap-ux/store": "1.1.2",
|
|
46
46
|
"@sap-ux/telemetry": "0.6.16",
|
|
47
|
-
"@sap-ux/ui5-application-inquirer": "0.
|
|
47
|
+
"@sap-ux/ui5-application-inquirer": "0.15.0",
|
|
48
48
|
"@sap-ux/ui5-info": "0.12.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|