@sap-ux/odata-service-inquirer 2.13.0 → 2.13.2

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.
@@ -13,7 +13,7 @@ const i18n_1 = require("../../../i18n");
13
13
  const logger_helper_1 = __importDefault(require("../../logger-helper"));
14
14
  const prompt_helpers_1 = require("../../prompt-helpers");
15
15
  const inquirer_common_1 = require("@sap-ux/inquirer-common");
16
- const promises_1 = require("fs/promises");
16
+ const promises_1 = require("node:fs/promises");
17
17
  exports.enterCapPathChoiceValue = 'enterCapPath';
18
18
  /**
19
19
  * Search for CAP projects in the specified paths.
@@ -11,7 +11,7 @@ const prompt_helpers_1 = require("../../prompt-helpers");
11
11
  const cap_helpers_1 = require("./cap-helpers");
12
12
  const types_2 = require("./types");
13
13
  const validators_1 = require("./validators");
14
- const promises_1 = require("fs/promises");
14
+ const promises_1 = require("node:fs/promises");
15
15
  /**
16
16
  * Find the specified choice in the list of CAP project choices and return its index.
17
17
  *
@@ -9,7 +9,7 @@
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.validateMetadataFile = void 0;
11
11
  const odata_service_writer_1 = require("@sap-ux/odata-service-writer");
12
- const promises_1 = require("fs/promises");
12
+ const promises_1 = require("node:fs/promises");
13
13
  const validators_1 = require("../../validators");
14
14
  const i18n_1 = require("../../../i18n");
15
15
  const validateMetadataFile = async (path, odataVersion) => {
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.13.0",
4
+ "version": "2.13.2",
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.25.0",
32
+ "@sap-ux/axios-extension": "1.25.1",
33
33
  "@sap-ux/btp-utils": "1.1.6",
34
- "@sap-ux/fiori-generator-shared": "0.13.44",
34
+ "@sap-ux/fiori-generator-shared": "0.13.45",
35
35
  "@sap-ux/guided-answers-helper": "0.4.2",
36
- "@sap-ux/telemetry": "0.6.48",
37
- "@sap-ux/inquirer-common": "0.10.1",
38
- "@sap-ux/logger": "0.7.2",
39
- "@sap-ux/nodejs-utils": "0.2.10",
40
- "@sap-ux/project-access": "1.32.16",
41
- "@sap-ux/project-input-validator": "0.6.38",
42
- "@sap-ux/store": "1.4.0"
36
+ "@sap-ux/telemetry": "0.6.49",
37
+ "@sap-ux/inquirer-common": "0.10.2",
38
+ "@sap-ux/logger": "0.7.3",
39
+ "@sap-ux/nodejs-utils": "0.2.11",
40
+ "@sap-ux/project-access": "1.32.17",
41
+ "@sap-ux/project-input-validator": "0.6.39",
42
+ "@sap-ux/store": "1.4.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@sap-ux/vocabularies-types": "0.13.2",
@@ -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.44",
52
- "@sap-ux/fiori-elements-writer": "2.8.24",
53
- "@sap-ux/fiori-freestyle-writer": "2.5.16",
51
+ "@sap-ux/fiori-generator-shared": "0.13.45",
52
+ "@sap-ux/fiori-elements-writer": "2.8.25",
53
+ "@sap-ux/fiori-freestyle-writer": "2.5.17",
54
54
  "@sap-ux/feature-toggle": "0.3.5",
55
- "@sap-ux/odata-service-writer": "0.29.0",
56
- "@sap-ux/cap-config-writer": "0.12.35"
55
+ "@sap-ux/odata-service-writer": "0.29.1",
56
+ "@sap-ux/cap-config-writer": "0.12.36"
57
57
  },
58
58
  "engines": {
59
59
  "node": ">=20.x"