@sap-ux/repo-app-import-sub-generator 0.3.146 → 0.3.147
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.
- package/README.md +4 -2
- package/package.json +21 -21
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/repo-app-import-sub-generator/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/repo-app-import-sub-generator)
|
|
2
|
+
|
|
3
|
+
# [`@sap-ux/repo-app-import-sub-generator`](https://github.com/SAP/open-ux-tools/tree/main/packages/repo-app-import-sub-generator)
|
|
2
4
|
|
|
3
5
|
## Features
|
|
4
6
|
|
|
@@ -13,4 +15,4 @@ The SAP App download sub-generator is installed as part of the [@sap/generator-f
|
|
|
13
15
|
Open the Command Palette in MS Visual Studio Code ( CMD/CTRL + Shift + P ) and execute the Fiori: Download ADT deployed app from an UI5 ABAP repository.
|
|
14
16
|
|
|
15
17
|
## Keywords
|
|
16
|
-
SAP Fiori Generator
|
|
18
|
+
SAP Fiori Generator
|
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": "0.3.
|
|
4
|
+
"version": "0.3.147",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -24,23 +24,23 @@
|
|
|
24
24
|
"i18next": "25.3.0",
|
|
25
25
|
"inquirer": "8.2.7",
|
|
26
26
|
"yeoman-generator": "5.10.0",
|
|
27
|
-
"@sap-ux/feature-toggle": "0.3.
|
|
28
|
-
"@sap-ux/fiori-generator-shared": "0.13.
|
|
29
|
-
"@sap-ux/inquirer-common": "0.9.
|
|
30
|
-
"@sap-ux/project-access": "1.32.
|
|
31
|
-
"@sap-ux/odata-service-inquirer": "2.11.
|
|
32
|
-
"@sap-ux/fiori-elements-writer": "2.7.
|
|
33
|
-
"@sap-ux/
|
|
34
|
-
"@sap-ux/
|
|
35
|
-
"@sap-ux/
|
|
36
|
-
"@sap-ux/
|
|
37
|
-
"@sap-ux/
|
|
38
|
-
"@sap-ux/
|
|
39
|
-
"@sap-ux/
|
|
40
|
-
"@sap-ux/
|
|
41
|
-
"@sap-ux/
|
|
42
|
-
"@sap-ux/
|
|
43
|
-
"@sap-ux/
|
|
27
|
+
"@sap-ux/feature-toggle": "0.3.4",
|
|
28
|
+
"@sap-ux/fiori-generator-shared": "0.13.32",
|
|
29
|
+
"@sap-ux/inquirer-common": "0.9.1",
|
|
30
|
+
"@sap-ux/project-access": "1.32.8",
|
|
31
|
+
"@sap-ux/odata-service-inquirer": "2.11.1",
|
|
32
|
+
"@sap-ux/fiori-elements-writer": "2.7.36",
|
|
33
|
+
"@sap-ux/logger": "0.7.1",
|
|
34
|
+
"@sap-ux/project-input-validator": "0.6.30",
|
|
35
|
+
"@sap-ux/launch-config": "0.10.33",
|
|
36
|
+
"@sap-ux/fiori-tools-settings": "0.2.2",
|
|
37
|
+
"@sap-ux/abap-deploy-config-writer": "0.2.33",
|
|
38
|
+
"@sap-ux/btp-utils": "1.1.5",
|
|
39
|
+
"@sap-ux/ui5-info": "0.13.1",
|
|
40
|
+
"@sap-ux/axios-extension": "1.24.2",
|
|
41
|
+
"@sap-ux/store": "1.3.3",
|
|
42
|
+
"@sap-ux/system-access": "0.6.28",
|
|
43
|
+
"@sap-ux/guided-answers-helper": "0.4.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@jest/types": "30.0.1",
|
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
"unionfs": "4.4.0",
|
|
65
65
|
"yeoman-environment": "3.8.0",
|
|
66
66
|
"yeoman-test": "6.3.0",
|
|
67
|
-
"@sap-ux/nodejs-utils": "0.2.
|
|
68
|
-
"@sap-ux/store": "1.3.
|
|
69
|
-
"@sap-ux/ui5-config": "0.29.
|
|
67
|
+
"@sap-ux/nodejs-utils": "0.2.8",
|
|
68
|
+
"@sap-ux/store": "1.3.3",
|
|
69
|
+
"@sap-ux/ui5-config": "0.29.9"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": ">=20.x"
|