@sap-ux/inquirer-common 0.10.6 → 0.10.8
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.
|
@@ -356,7 +356,7 @@ class ErrorHandler {
|
|
|
356
356
|
}
|
|
357
357
|
return Object.keys(ERROR_TYPE).find((errorCodeType) => {
|
|
358
358
|
return exports.ERROR_MAP[errorCodeType].find((exp) => exp.test(errorValueToFind.toString()));
|
|
359
|
-
}
|
|
359
|
+
});
|
|
360
360
|
}
|
|
361
361
|
/**
|
|
362
362
|
* Maps errors to a few generic types, log a detailed error.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/inquirer-common",
|
|
3
3
|
"description": "Commonly used shared functionality and types to support inquirer modules.",
|
|
4
|
-
"version": "0.10.
|
|
4
|
+
"version": "0.10.8",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@sap/cf-tools": "3.2.2",
|
|
23
|
-
"@sap-ux/annotation-converter": "0.10.
|
|
23
|
+
"@sap-ux/annotation-converter": "0.10.19",
|
|
24
24
|
"@sap-ux/edmx-parser": "0.9.1",
|
|
25
25
|
"axios": "1.12.2",
|
|
26
26
|
"chalk": "4.1.2",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"semver": "7.5.4",
|
|
33
33
|
"@sap-ux/btp-utils": "1.1.6",
|
|
34
34
|
"@sap-ux/feature-toggle": "0.3.5",
|
|
35
|
-
"@sap-ux/fiori-generator-shared": "0.13.
|
|
35
|
+
"@sap-ux/fiori-generator-shared": "0.13.49",
|
|
36
36
|
"@sap-ux/guided-answers-helper": "0.4.2",
|
|
37
|
-
"@sap-ux/telemetry": "0.6.
|
|
37
|
+
"@sap-ux/telemetry": "0.6.51",
|
|
38
38
|
"@sap-ux/logger": "0.8.0",
|
|
39
|
-
"@sap-ux/odata-service-writer": "0.29.
|
|
39
|
+
"@sap-ux/odata-service-writer": "0.29.4",
|
|
40
40
|
"@sap-ux/ui5-info": "0.13.7"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@sap-ux/vocabularies-types": "0.
|
|
43
|
+
"@sap-ux/vocabularies-types": "0.14.5",
|
|
44
44
|
"@sap-devx/yeoman-ui-types": "1.14.4",
|
|
45
45
|
"@types/inquirer": "8.2.6",
|
|
46
46
|
"@types/semver": "7.5.4",
|