@sap-ux/repo-app-import-sub-generator 1.2.11 → 1.2.13

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.
@@ -8,8 +8,7 @@ export const i18n = i18next.createInstance();
8
8
  export async function initI18n() {
9
9
  await i18n.init({
10
10
  lng: 'en',
11
- fallbackLng: 'en',
12
- showSupportNotice: false
11
+ fallbackLng: 'en'
13
12
  });
14
13
  i18n.addResourceBundle('en', repoAppDownloadGeneratorNs, translations);
15
14
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/repo-app-import-sub-generator",
3
3
  "description": "Generator to download LROP Fiori applications deployed from an ABAP repository.",
4
- "version": "1.2.11",
4
+ "version": "1.2.13",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -21,28 +21,28 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "@sap-devx/yeoman-ui-types": "1.25.0",
24
- "adm-zip": "0.5.17",
25
- "i18next": "25.10.10",
24
+ "adm-zip": "0.6.0",
25
+ "i18next": "26.3.6",
26
26
  "inquirer": "8.2.7",
27
27
  "yeoman-generator": "5.10.0",
28
28
  "@sap-ux/feature-toggle": "1.0.5",
29
- "@sap-ux/fiori-generator-shared": "1.2.2",
30
- "@sap-ux/inquirer-common": "1.0.25",
29
+ "@sap-ux/fiori-generator-shared": "1.2.3",
30
+ "@sap-ux/inquirer-common": "1.0.26",
31
31
  "@sap-ux/project-access": "2.1.8",
32
- "@sap-ux/odata-service-inquirer": "3.2.2",
33
- "@sap-ux/fiori-elements-writer": "3.1.9",
34
- "@sap-ux/fiori-freestyle-writer": "3.0.58",
32
+ "@sap-ux/odata-service-inquirer": "3.2.3",
33
+ "@sap-ux/fiori-elements-writer": "3.1.11",
34
+ "@sap-ux/fiori-freestyle-writer": "3.0.60",
35
35
  "@sap-ux/logger": "1.0.3",
36
- "@sap-ux/project-input-validator": "1.0.12",
37
- "@sap-ux/launch-config": "1.0.14",
36
+ "@sap-ux/project-input-validator": "1.0.13",
38
37
  "@sap-ux/fiori-tools-settings": "1.0.1",
39
- "@sap-ux/abap-deploy-config-writer": "1.0.16",
38
+ "@sap-ux/launch-config": "1.0.15",
39
+ "@sap-ux/abap-deploy-config-writer": "1.0.17",
40
40
  "@sap-ux/btp-utils": "2.0.5",
41
41
  "@sap-ux/ui5-info": "1.0.5",
42
- "@sap-ux/axios-extension": "2.0.7",
43
- "@sap-ux/store": "2.0.4",
44
- "@sap-ux/system-access": "1.0.7",
45
- "@sap-ux/guided-answers-helper": "1.0.1"
42
+ "@sap-ux/system-access": "1.0.8",
43
+ "@sap-ux/store": "2.0.5",
44
+ "@sap-ux/guided-answers-helper": "1.0.1",
45
+ "@sap-ux/axios-extension": "2.0.7"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@jest/globals": "30.4.1",
@@ -67,9 +67,9 @@
67
67
  "unionfs": "4.6.0",
68
68
  "yeoman-environment": "3.19.3",
69
69
  "yeoman-test": "6.3.0",
70
- "@sap-ux/nodejs-utils": "1.0.7",
71
- "@sap-ux/store": "2.0.4",
72
- "@sap-ux/ui5-config": "1.0.5"
70
+ "@sap-ux/store": "2.0.5",
71
+ "@sap-ux/ui5-config": "1.0.5",
72
+ "@sap-ux/nodejs-utils": "1.0.8"
73
73
  },
74
74
  "engines": {
75
75
  "node": ">=22.x"