@sap-ux/repo-app-import-sub-generator 0.3.203 → 0.3.204

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.
@@ -83,7 +83,10 @@ async function getPrompts(appRootPath, quickDeployedAppConfig, appWizard, isCli
83
83
  prompt_state_1.PromptState.reset();
84
84
  const systemQuestions = await (0, odata_service_inquirer_1.getSystemSelectionQuestions)({
85
85
  serviceSelection: { hide: true, useAutoComplete: isCli },
86
- systemSelection: { defaultChoice: quickDeployedAppConfig?.serviceProviderInfo?.name }
86
+ systemSelection: {
87
+ defaultChoice: quickDeployedAppConfig?.serviceProviderInfo?.name,
88
+ hideNewSystem: true
89
+ }
87
90
  }, !isCli);
88
91
  let appList = [];
89
92
  const appSelectionPrompts = [
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.203",
4
+ "version": "0.3.204",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -28,7 +28,7 @@
28
28
  "@sap-ux/fiori-generator-shared": "0.13.54",
29
29
  "@sap-ux/inquirer-common": "0.10.13",
30
30
  "@sap-ux/project-access": "1.34.2",
31
- "@sap-ux/odata-service-inquirer": "2.14.6",
31
+ "@sap-ux/odata-service-inquirer": "2.14.7",
32
32
  "@sap-ux/fiori-elements-writer": "2.8.40",
33
33
  "@sap-ux/logger": "0.8.0",
34
34
  "@sap-ux/project-input-validator": "0.6.45",