@sap-ux/inquirer-common 0.10.4 → 0.10.6

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.
@@ -73,7 +73,7 @@ exports.ERROR_MAP = {
73
73
  [ERROR_TYPE.CERT_SELF_SIGNED_CERT_IN_CHAIN]: [/SELF_SIGNED_CERT_IN_CHAIN/],
74
74
  [ERROR_TYPE.INVALID_SSL_CERTIFICATE]: [/526/, /Invalid SSL Certificate/], // Cloud Foundry and Cloudflare specific
75
75
  [ERROR_TYPE.UNKNOWN]: [],
76
- [ERROR_TYPE.CONNECTION]: [/ENOTFOUND/, /ECONNRESET/, /ECONNREFUSED/, /ConnectionError/],
76
+ [ERROR_TYPE.CONNECTION]: [/ENOTFOUND/, /ECONNRESET/, /ECONNREFUSED/, /EPROTO/, /ConnectionError/],
77
77
  [ERROR_TYPE.SERVICES_UNAVAILABLE]: [],
78
78
  [ERROR_TYPE.SERVICE_UNAVAILABLE]: [/503/],
79
79
  [ERROR_TYPE.INVALID_URL]: [/Invalid URL/, /ERR_INVALID_URL/],
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",
4
+ "version": "0.10.6",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -32,12 +32,12 @@
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.47",
35
+ "@sap-ux/fiori-generator-shared": "0.13.48",
36
36
  "@sap-ux/guided-answers-helper": "0.4.2",
37
37
  "@sap-ux/telemetry": "0.6.50",
38
38
  "@sap-ux/logger": "0.8.0",
39
39
  "@sap-ux/odata-service-writer": "0.29.2",
40
- "@sap-ux/ui5-info": "0.13.6"
40
+ "@sap-ux/ui5-info": "0.13.7"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@sap-ux/vocabularies-types": "0.13.2",