@sap-ux/odata-service-inquirer 2.11.15 → 2.11.18

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.
@@ -49,7 +49,7 @@ async function getCapProjectPaths(paths) {
49
49
  async function getCapProjectChoices(paths) {
50
50
  const { capProjectPaths, folderCounts } = await getCapProjectPaths(paths);
51
51
  const capChoices = [];
52
- for await (const capProjectPath of capProjectPaths) {
52
+ for (const capProjectPath of capProjectPaths) {
53
53
  const customCapPaths = await (0, project_access_1.getCapCustomPaths)(capProjectPath.path);
54
54
  const folderCount = folderCounts.get(capProjectPath.folderName) ?? 1;
55
55
  capChoices.push({
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.newSystemPromptNames = void 0;
4
- // eslint-disable-next-line
4
+ // eslint-disable-next-line @typescript-eslint/consistent-type-imports
5
5
  const types_1 = require("../../../../types");
6
6
  exports.newSystemPromptNames = {
7
7
  newSystemType: 'newSystemType',
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": "2.11.15",
4
+ "version": "2.11.18",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -29,17 +29,17 @@
29
29
  "i18next": "25.3.0",
30
30
  "inquirer-autocomplete-prompt": "2.0.1",
31
31
  "os-name": "4.0.1",
32
- "@sap-ux/axios-extension": "1.24.4",
32
+ "@sap-ux/axios-extension": "1.24.5",
33
33
  "@sap-ux/btp-utils": "1.1.5",
34
- "@sap-ux/fiori-generator-shared": "0.13.38",
34
+ "@sap-ux/fiori-generator-shared": "0.13.41",
35
35
  "@sap-ux/guided-answers-helper": "0.4.1",
36
- "@sap-ux/telemetry": "0.6.42",
37
- "@sap-ux/inquirer-common": "0.9.10",
36
+ "@sap-ux/telemetry": "0.6.45",
37
+ "@sap-ux/inquirer-common": "0.9.13",
38
38
  "@sap-ux/logger": "0.7.1",
39
- "@sap-ux/nodejs-utils": "0.2.8",
40
- "@sap-ux/project-access": "1.32.12",
41
- "@sap-ux/project-input-validator": "0.6.34",
42
- "@sap-ux/store": "1.3.3"
39
+ "@sap-ux/nodejs-utils": "0.2.9",
40
+ "@sap-ux/project-access": "1.32.14",
41
+ "@sap-ux/project-input-validator": "0.6.36",
42
+ "@sap-ux/store": "1.3.4"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@sap-ux/vocabularies-types": "0.13.1",
@@ -48,12 +48,12 @@
48
48
  "@types/inquirer": "8.2.6",
49
49
  "@types/lodash": "4.14.202",
50
50
  "jest-extended": "6.0.0",
51
- "@sap-ux/fiori-generator-shared": "0.13.38",
52
- "@sap-ux/fiori-elements-writer": "2.8.13",
53
- "@sap-ux/fiori-freestyle-writer": "2.5.6",
51
+ "@sap-ux/fiori-generator-shared": "0.13.41",
52
+ "@sap-ux/fiori-elements-writer": "2.8.16",
53
+ "@sap-ux/fiori-freestyle-writer": "2.5.9",
54
54
  "@sap-ux/feature-toggle": "0.3.4",
55
- "@sap-ux/cap-config-writer": "0.12.29",
56
- "@sap-ux/odata-service-writer": "0.27.33"
55
+ "@sap-ux/odata-service-writer": "0.27.35",
56
+ "@sap-ux/cap-config-writer": "0.12.32"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=20.x"