@sap-ux/odata-service-inquirer 2.11.4 → 2.11.5

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.
@@ -61,9 +61,7 @@ async function connectWithBackendSystem(backendKey, connectionValidator, require
61
61
  }));
62
62
  // If authentication failed with existing credentials the user will be prompted to enter new credentials.
63
63
  // We log the error in case there is another issue (unresolveable) with the stored backend configuration.
64
- if (errorType === inquirer_common_1.ERROR_TYPE.AUTH &&
65
- typeof backendSystem.username === 'string' &&
66
- typeof backendSystem.password === 'string') {
64
+ if (errorType === inquirer_common_1.ERROR_TYPE.AUTH) {
67
65
  logger_helper_1.default.logger.error((0, i18n_1.t)('errors.storedSystemConnectionError', {
68
66
  systemName: backendSystem.name,
69
67
  error: connectValResult
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.4",
4
+ "version": "2.11.5",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -49,8 +49,8 @@
49
49
  "@types/lodash": "4.14.202",
50
50
  "jest-extended": "6.0.0",
51
51
  "@sap-ux/fiori-generator-shared": "0.13.33",
52
- "@sap-ux/fiori-elements-writer": "2.7.37",
53
- "@sap-ux/fiori-freestyle-writer": "2.4.61",
52
+ "@sap-ux/fiori-elements-writer": "2.8.0",
53
+ "@sap-ux/fiori-freestyle-writer": "2.5.0",
54
54
  "@sap-ux/feature-toggle": "0.3.4",
55
55
  "@sap-ux/odata-service-writer": "0.27.29",
56
56
  "@sap-ux/cap-config-writer": "0.12.24"