@sap-ux/repo-app-import-sub-generator 0.3.40 → 0.3.42
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.
|
@@ -106,8 +106,7 @@ async function getPrompts(appRootPath, quickDeployedAppConfig, appWizard, isCli
|
|
|
106
106
|
message: (0, i18n_1.t)('prompts.appSelection.message'),
|
|
107
107
|
choices: () => (appList.length ? (0, prompt_helpers_1.formatAppChoices)(appList) : []),
|
|
108
108
|
validate: async (answers) => {
|
|
109
|
-
|
|
110
|
-
return !!result;
|
|
109
|
+
return await (0, validators_1.validateAppSelection)(answers, appList, quickDeployedAppConfig, appWizard);
|
|
111
110
|
}
|
|
112
111
|
}
|
|
113
112
|
];
|
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.42",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -25,21 +25,21 @@
|
|
|
25
25
|
"inquirer": "8.2.6",
|
|
26
26
|
"yeoman-generator": "5.10.0",
|
|
27
27
|
"@sap-ux/feature-toggle": "0.3.0",
|
|
28
|
-
"@sap-ux/fiori-generator-shared": "0.12.8",
|
|
29
28
|
"@sap-ux/inquirer-common": "0.7.13",
|
|
29
|
+
"@sap-ux/fiori-generator-shared": "0.12.8",
|
|
30
|
+
"@sap-ux/odata-service-inquirer": "2.5.2",
|
|
30
31
|
"@sap-ux/project-access": "1.30.2",
|
|
31
|
-
"@sap-ux/odata-service-inquirer": "2.5.1",
|
|
32
32
|
"@sap-ux/fiori-elements-writer": "2.5.2",
|
|
33
33
|
"@sap-ux/logger": "0.7.0",
|
|
34
|
-
"@sap-ux/project-input-validator": "0.6.3",
|
|
35
34
|
"@sap-ux/launch-config": "0.10.4",
|
|
35
|
+
"@sap-ux/project-input-validator": "0.6.3",
|
|
36
36
|
"@sap-ux/fiori-tools-settings": "0.2.0",
|
|
37
|
-
"@sap-ux/abap-deploy-config-writer": "0.1.
|
|
37
|
+
"@sap-ux/abap-deploy-config-writer": "0.1.9",
|
|
38
38
|
"@sap-ux/btp-utils": "1.1.0",
|
|
39
39
|
"@sap-ux/ui5-info": "0.12.0",
|
|
40
|
-
"@sap-ux/axios-extension": "1.22.
|
|
40
|
+
"@sap-ux/axios-extension": "1.22.1",
|
|
41
41
|
"@sap-ux/store": "1.1.0",
|
|
42
|
-
"@sap-ux/system-access": "0.6.
|
|
42
|
+
"@sap-ux/system-access": "0.6.6",
|
|
43
43
|
"@sap-ux/guided-answers-helper": "0.3.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
@@ -66,8 +66,8 @@
|
|
|
66
66
|
"yeoman-test": "6.3.0",
|
|
67
67
|
"yo": "4",
|
|
68
68
|
"@sap-ux/nodejs-utils": "0.2.1",
|
|
69
|
-
"@sap-ux/
|
|
70
|
-
"@sap-ux/
|
|
69
|
+
"@sap-ux/ui5-config": "0.28.2",
|
|
70
|
+
"@sap-ux/store": "1.1.0"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|
|
73
73
|
"node": ">=20.x"
|