@sap-ux/fiori-app-sub-generator 0.13.33 → 0.14.1
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.
|
@@ -109,6 +109,7 @@ function _setProjectDefaults(project) {
|
|
|
109
109
|
enableEslint: project.enableEslint ?? types_1.defaultPromptValues[ui5_application_inquirer_1.promptNames.enableEslint],
|
|
110
110
|
enableTypeScript: project.enableTypeScript ?? types_1.defaultPromptValues[ui5_application_inquirer_1.promptNames.enableTypeScript],
|
|
111
111
|
sapux: project.sapux || false,
|
|
112
|
+
enableVirtualEndpoints: project.enableVirtualEndpoints ?? true,
|
|
112
113
|
flpAppId: '' // Mandatory property, will be generated in the writing phase transforms and overwritten
|
|
113
114
|
};
|
|
114
115
|
}
|
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.
|
|
4
|
+
"version": "0.14.1",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -29,22 +29,22 @@
|
|
|
29
29
|
"mem-fs-editor": "9.4.0",
|
|
30
30
|
"uuid": "11.1.1",
|
|
31
31
|
"yeoman-generator": "5.10.0",
|
|
32
|
-
"@sap-ux/annotation-generator": "0.4.
|
|
33
|
-
"@sap-ux/axios-extension": "1.25.
|
|
32
|
+
"@sap-ux/annotation-generator": "0.4.56",
|
|
33
|
+
"@sap-ux/axios-extension": "1.25.36",
|
|
34
34
|
"@sap-ux/btp-utils": "1.1.15",
|
|
35
|
-
"@sap-ux/cap-config-writer": "0.12.
|
|
35
|
+
"@sap-ux/cap-config-writer": "0.12.99",
|
|
36
36
|
"@sap-ux/feature-toggle": "0.3.8",
|
|
37
|
-
"@sap-ux/fiori-elements-writer": "2.8.
|
|
38
|
-
"@sap-ux/fiori-freestyle-writer": "2.5.
|
|
39
|
-
"@sap-ux/fiori-generator-shared": "0.
|
|
37
|
+
"@sap-ux/fiori-elements-writer": "2.8.138",
|
|
38
|
+
"@sap-ux/fiori-freestyle-writer": "2.5.105",
|
|
39
|
+
"@sap-ux/fiori-generator-shared": "0.14.1",
|
|
40
40
|
"@sap-ux/fiori-tools-settings": "0.2.3",
|
|
41
|
-
"@sap-ux/launch-config": "0.10.
|
|
42
|
-
"@sap-ux/odata-service-inquirer": "2.20.
|
|
43
|
-
"@sap-ux/odata-service-writer": "0.31.
|
|
44
|
-
"@sap-ux/project-access": "1.36.
|
|
41
|
+
"@sap-ux/launch-config": "0.10.91",
|
|
42
|
+
"@sap-ux/odata-service-inquirer": "2.20.23",
|
|
43
|
+
"@sap-ux/odata-service-writer": "0.31.13",
|
|
44
|
+
"@sap-ux/project-access": "1.36.4",
|
|
45
45
|
"@sap-ux/store": "1.5.13",
|
|
46
|
-
"@sap-ux/telemetry": "0.6.
|
|
47
|
-
"@sap-ux/ui5-application-inquirer": "0.17.
|
|
46
|
+
"@sap-ux/telemetry": "0.6.105",
|
|
47
|
+
"@sap-ux/ui5-application-inquirer": "0.17.23",
|
|
48
48
|
"@sap-ux/ui5-info": "0.13.21"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
"mock-spawn": "0.2.6",
|
|
63
63
|
"rimraf": "6.1.3",
|
|
64
64
|
"yeoman-test": "6.3.0",
|
|
65
|
-
"@sap-ux/
|
|
66
|
-
"@sap-ux/
|
|
65
|
+
"@sap-ux/deploy-config-sub-generator": "0.5.158",
|
|
66
|
+
"@sap-ux/flp-config-sub-generator": "0.3.203",
|
|
67
|
+
"@sap-ux/inquirer-common": "0.11.46",
|
|
67
68
|
"@sap-ux/jest-file-matchers": "0.2.11",
|
|
68
|
-
"@sap-ux/logger": "0.8.5"
|
|
69
|
-
"@sap-ux/deploy-config-sub-generator": "0.5.156"
|
|
69
|
+
"@sap-ux/logger": "0.8.5"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": ">=20.x"
|