@sap-ux/fiori-freestyle-writer 2.4.16 → 2.4.18
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"info": {
|
|
3
|
-
"mockOnlyWarning": "This application was generated with a local metadata file and does not reference a live server. Please add the required server configuration or start this application with mock data using the target: npm run start-mock",
|
|
4
|
-
"unsupportedTestTemplateMessage": "The specified template
|
|
3
|
+
"mockOnlyWarning": "This application was generated with a local metadata file and does not reference a live server. Please add the required server configuration or start this application with mock data using the target: `npm run start-mock`.",
|
|
4
|
+
"unsupportedTestTemplateMessage": "The specified template: {{ templateType }} is not supported for test generation. Generation will continue but the test files will not be generated."
|
|
5
5
|
}
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/fiori-freestyle-writer",
|
|
3
3
|
"description": "SAP Fiori freestyle application writer",
|
|
4
|
-
"version": "2.4.
|
|
4
|
+
"version": "2.4.18",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"mem-fs-editor": "9.4.0",
|
|
28
28
|
"read-pkg-up": "7.0.1",
|
|
29
29
|
"semver": "7.5.4",
|
|
30
|
-
"@sap-ux/odata-service-writer": "0.27.
|
|
31
|
-
"@sap-ux/ui5-application-writer": "1.5.
|
|
32
|
-
"@sap-ux/ui5-config": "0.28.
|
|
33
|
-
"@sap-ux/fiori-generator-shared": "0.12.
|
|
34
|
-
"@sap-ux/cap-config-writer": "0.10.
|
|
35
|
-
"@sap-ux/ui5-test-writer": "0.7.
|
|
30
|
+
"@sap-ux/odata-service-writer": "0.27.8",
|
|
31
|
+
"@sap-ux/ui5-application-writer": "1.5.6",
|
|
32
|
+
"@sap-ux/ui5-config": "0.28.3",
|
|
33
|
+
"@sap-ux/fiori-generator-shared": "0.12.13",
|
|
34
|
+
"@sap-ux/cap-config-writer": "0.10.14",
|
|
35
|
+
"@sap-ux/ui5-test-writer": "0.7.8",
|
|
36
36
|
"@sap-ux/logger": "0.7.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|