@sap-ux/fiori-app-sub-generator 1.3.10 → 1.3.11

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.
@@ -17,11 +17,8 @@ export async function initI18nFioriAppSubGenerator() {
17
17
  fallbackLng: 'en',
18
18
  defaultNS: fioriAppSubGeneratorNs,
19
19
  ns: [fioriAppSubGeneratorNs],
20
- showSupportNotice: false,
21
20
  interpolation: {
22
- format: function odataVersionFormatter(odataVersion) {
23
- return odataVersion ? ` V${odataVersion}` : '';
24
- },
21
+ escapeValue: false,
25
22
  defaultVariables: {
26
23
  defaultProjectNumber
27
24
  }
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": "1.3.10",
4
+ "version": "1.3.11",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -23,30 +23,30 @@
23
23
  "@sap-ux/annotation-converter": "0.10.21",
24
24
  "@sap-ux/edmx-parser": "0.10.0",
25
25
  "@sap/service-provider-apis": "2.10.4",
26
- "i18next": "25.10.10",
26
+ "i18next": "26.3.6",
27
27
  "inquirer": "8.2.7",
28
28
  "lodash": "4.18.1",
29
29
  "mem-fs": "2.1.0",
30
30
  "mem-fs-editor": "9.4.0",
31
31
  "uuid": "11.1.1",
32
32
  "yeoman-generator": "5.10.0",
33
- "@sap-ux/annotation-generator": "1.0.18",
33
+ "@sap-ux/annotation-generator": "1.0.19",
34
34
  "@sap-ux/axios-extension": "2.0.7",
35
35
  "@sap-ux/btp-utils": "2.0.5",
36
- "@sap-ux/cap-config-writer": "1.0.24",
37
- "@sap-ux/fe-fpm-writer": "1.3.6",
36
+ "@sap-ux/cap-config-writer": "1.0.25",
37
+ "@sap-ux/fe-fpm-writer": "1.3.7",
38
38
  "@sap-ux/feature-toggle": "1.0.5",
39
- "@sap-ux/fiori-elements-writer": "3.1.10",
40
- "@sap-ux/fiori-freestyle-writer": "3.0.59",
41
- "@sap-ux/fiori-generator-shared": "1.2.2",
39
+ "@sap-ux/fiori-elements-writer": "3.1.11",
40
+ "@sap-ux/fiori-freestyle-writer": "3.0.60",
41
+ "@sap-ux/fiori-generator-shared": "1.2.3",
42
42
  "@sap-ux/fiori-tools-settings": "1.0.1",
43
- "@sap-ux/launch-config": "1.0.14",
44
- "@sap-ux/odata-service-inquirer": "3.2.2",
45
- "@sap-ux/odata-service-writer": "1.0.14",
43
+ "@sap-ux/launch-config": "1.0.15",
44
+ "@sap-ux/odata-service-inquirer": "3.2.3",
45
+ "@sap-ux/odata-service-writer": "1.0.15",
46
46
  "@sap-ux/project-access": "2.1.8",
47
- "@sap-ux/store": "2.0.4",
48
- "@sap-ux/telemetry": "1.0.20",
49
- "@sap-ux/ui5-application-inquirer": "1.0.25",
47
+ "@sap-ux/store": "2.0.5",
48
+ "@sap-ux/telemetry": "1.0.21",
49
+ "@sap-ux/ui5-application-inquirer": "1.0.26",
50
50
  "@sap-ux/ui5-info": "1.0.5"
51
51
  },
52
52
  "devDependencies": {
@@ -65,9 +65,9 @@
65
65
  "mock-spawn": "0.2.6",
66
66
  "rimraf": "6.1.3",
67
67
  "yeoman-test": "6.3.0",
68
- "@sap-ux/deploy-config-sub-generator": "1.0.48",
69
- "@sap-ux/flp-config-sub-generator": "1.0.42",
70
- "@sap-ux/inquirer-common": "1.0.25",
68
+ "@sap-ux/deploy-config-sub-generator": "1.0.49",
69
+ "@sap-ux/flp-config-sub-generator": "1.0.43",
70
+ "@sap-ux/inquirer-common": "1.0.26",
71
71
  "@sap-ux/jest-file-matchers": "1.0.2",
72
72
  "@sap-ux/logger": "1.0.3"
73
73
  },