@sap-ux/odata-service-inquirer 2.4.17 → 2.4.19

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.
@@ -6,7 +6,7 @@ const inquirer_common_1 = require("@sap-ux/inquirer-common");
6
6
  const i18n_1 = require("../i18n");
7
7
  const types_1 = require("../types");
8
8
  // Error handling is a cross-cutting concern, a single instance is required
9
- exports.errorHandler = new inquirer_common_1.ErrorHandler();
9
+ exports.errorHandler = new inquirer_common_1.ErrorHandler(undefined, undefined, '@sap-ux/odata-service-inquirer');
10
10
  /**
11
11
  * Get the datasource type choices.
12
12
  *
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.4.17",
4
+ "version": "2.4.19",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -28,12 +28,12 @@
28
28
  "i18next": "23.5.1",
29
29
  "inquirer-autocomplete-prompt": "2.0.1",
30
30
  "os-name": "4.0.1",
31
- "@sap-ux/axios-extension": "1.21.3",
31
+ "@sap-ux/axios-extension": "1.21.4",
32
32
  "@sap-ux/btp-utils": "1.1.0",
33
33
  "@sap-ux/fiori-generator-shared": "0.12.7",
34
34
  "@sap-ux/guided-answers-helper": "0.3.0",
35
35
  "@sap-ux/telemetry": "0.6.3",
36
- "@sap-ux/inquirer-common": "0.7.9",
36
+ "@sap-ux/inquirer-common": "0.7.10",
37
37
  "@sap-ux/logger": "0.7.0",
38
38
  "@sap-ux/nodejs-utils": "0.2.1",
39
39
  "@sap-ux/project-access": "1.30.2",
@@ -48,7 +48,7 @@
48
48
  "@types/lodash": "4.14.202",
49
49
  "jest-extended": "3.2.4",
50
50
  "@sap-ux/fiori-generator-shared": "0.12.7",
51
- "@sap-ux/fiori-elements-writer": "2.4.16",
51
+ "@sap-ux/fiori-elements-writer": "2.4.17",
52
52
  "@sap-ux/fiori-freestyle-writer": "2.4.10",
53
53
  "@sap-ux/feature-toggle": "0.3.0",
54
54
  "@sap-ux/odata-service-writer": "0.27.5",