@sap-ux/fiori-elements-writer 2.5.6 → 2.5.7

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,15 +1,15 @@
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"
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
4
  },
5
5
  "warn": {
6
- "invalidTypeForAnnotationGeneration": "The provided option addAnnotations is not supported for the specified template '{{ templateType }}' and odata version '{{ odataVersion }}'. Generation will continue but additional annotations will not added."
6
+ "invalidTypeForAnnotationGeneration": "The provided option: `addAnnotations` is not supported for the specified template: '{{ templateType }}' and OData version: '{{ odataVersion }}'. Generation will continue but additional annotations will not be added."
7
7
  },
8
8
  "error": {
9
- "unsupportedOdataVersion": "OData Version of the specified service: {{ serviceVersion }}, is not supported by the template type: {{ templateType }}",
10
- "unsupportedUI5Version": "Specified UI5 property '{{ versionProperty }}': {{ ui5Version }}, is not supported by the template type: {{ templateType }}. Please specify {{minRequiredUI5Version}} or above.",
11
- "invalidUI5Version": "Specified UI5 property '{{ versionProperty }}': {{ ui5Version }}, is not a valid semantic version",
9
+ "unsupportedOdataVersion": "The OData version of the specified service: {{ serviceVersion }} is not supported by the template type: {{ templateType }}.",
10
+ "unsupportedUI5Version": "The specified `feApp.ui5` property: '{{ versionProperty }}' - {{ ui5Version }} is not supported by the template type: {{ templateType }}. Please specify {{minRequiredUI5Version}} or higher.",
11
+ "invalidUI5Version": "The specified `feApp.ui5` property: '{{ versionProperty }}' - {{ ui5Version }} is not a valid semantic version.",
12
12
  "missingRequiredProperty": "A property required for application generation is not specified: '{{ propertyName }}'.",
13
- "errorGeneratingDefaultAnnotations": "Error generating default annotations"
13
+ "errorGeneratingDefaultAnnotations": "An error occurred generating the default annotations."
14
14
  }
15
15
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/fiori-elements-writer",
3
3
  "description": "SAP Fiori elements application writer",
4
- "version": "2.5.6",
4
+ "version": "2.5.7",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -27,13 +27,13 @@
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.7",
31
- "@sap-ux/ui5-application-writer": "1.5.5",
30
+ "@sap-ux/odata-service-writer": "0.27.8",
31
+ "@sap-ux/ui5-application-writer": "1.5.6",
32
32
  "@sap-ux/fe-fpm-writer": "0.35.7",
33
33
  "@sap-ux/ui5-config": "0.28.3",
34
- "@sap-ux/ui5-test-writer": "0.7.7",
35
- "@sap-ux/fiori-generator-shared": "0.12.12",
36
- "@sap-ux/cap-config-writer": "0.10.13",
34
+ "@sap-ux/ui5-test-writer": "0.7.8",
35
+ "@sap-ux/fiori-generator-shared": "0.12.13",
36
+ "@sap-ux/cap-config-writer": "0.10.14",
37
37
  "@sap-ux/annotation-generator": "0.3.42",
38
38
  "@sap-ux/logger": "0.7.0"
39
39
  },