@sap-ux/odata-service-inquirer 0.6.3 → 0.6.5

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.
@@ -144,7 +144,7 @@ async function createSystemChoices(destinationFilters, includeCloudFoundryAbapEn
144
144
  let newSystemChoice;
145
145
  // If this is BAS, return destinations, otherwise return stored backend systems
146
146
  if ((0, btp_utils_1.isAppStudio)()) {
147
- const destinations = await (0, btp_utils_1.listDestinations)();
147
+ const destinations = await (0, btp_utils_1.listDestinations)({ stripS4HCApiHosts: true });
148
148
  systemChoices = Object.values(destinations)
149
149
  .filter((destination) => {
150
150
  return matchesFilters(destination, destinationFilters);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/odata-service-inquirer",
3
3
  "description": "Prompts module that can prompt users for inputs required for odata service writing",
4
- "version": "0.6.3",
4
+ "version": "0.6.5",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -26,14 +26,14 @@
26
26
  "i18next": "23.5.1",
27
27
  "inquirer-autocomplete-prompt": "2.0.1",
28
28
  "os-name": "4.0.1",
29
- "@sap-ux/axios-extension": "1.17.3",
30
- "@sap-ux/btp-utils": "0.16.0",
31
- "@sap-ux/fiori-generator-shared": "0.7.7",
29
+ "@sap-ux/axios-extension": "1.17.4",
30
+ "@sap-ux/btp-utils": "0.17.0",
31
+ "@sap-ux/fiori-generator-shared": "0.7.9",
32
32
  "@sap-ux/guided-answers-helper": "0.1.0",
33
- "@sap-ux/telemetry": "0.5.42",
34
- "@sap-ux/inquirer-common": "0.5.0",
33
+ "@sap-ux/telemetry": "0.5.44",
34
+ "@sap-ux/inquirer-common": "0.5.2",
35
35
  "@sap-ux/logger": "0.6.0",
36
- "@sap-ux/project-access": "1.28.6",
36
+ "@sap-ux/project-access": "1.28.7",
37
37
  "@sap-ux/project-input-validator": "0.3.3",
38
38
  "@sap-ux/store": "0.9.3"
39
39
  },
@@ -43,9 +43,9 @@
43
43
  "@types/inquirer": "8.2.6",
44
44
  "@types/lodash": "4.14.202",
45
45
  "jest-extended": "3.2.4",
46
- "@sap-ux/fiori-generator-shared": "0.7.7",
46
+ "@sap-ux/fiori-generator-shared": "0.7.9",
47
47
  "@sap-ux/feature-toggle": "0.2.2",
48
- "@sap-ux/odata-service-writer": "0.23.2"
48
+ "@sap-ux/odata-service-writer": "0.23.3"
49
49
  },
50
50
  "engines": {
51
51
  "node": ">=18.x"