@sap-ux/deploy-tooling 0.14.7 → 0.14.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.
@@ -202,7 +202,8 @@ function getSystemPrefix(output, provider, logger) {
202
202
  return atoSettings === null || atoSettings === void 0 ? void 0 : atoSettings.developmentPrefix;
203
203
  }
204
204
  catch (e) {
205
- logger.error(e);
205
+ logger.error(e.message);
206
+ logger.debug(e);
206
207
  output.summary.push({
207
208
  message: exports.summaryMessage.atoAdtAccessError,
208
209
  status: SummaryStatus.Unknown
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "bugs": {
10
10
  "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Adeploy-tooling"
11
11
  },
12
- "version": "0.14.7",
12
+ "version": "0.14.8",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",