@sap-ux/axios-extension 1.12.5 → 1.12.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.
@@ -119,7 +119,7 @@ class Ui5AbapRepositoryService extends odata_service_1.ODataService {
119
119
  return __awaiter(this, void 0, void 0, function* () {
120
120
  const info = yield this.getInfo(bsp.name);
121
121
  const payload = this.createPayload(archive, bsp.name, bsp.description || 'Deployed with SAP Fiori tools', info ? info.Package : bsp.package);
122
- this.log.debug(`Payload:\n${payload}`);
122
+ this.log.debug(`Payload:\n ID: ${this.publicUrl}/Repositories('${bsp.name}') \n ABAP Package: ${info ? info.Package : bsp.package}`);
123
123
  const config = this.createConfig(bsp.transport, testMode, safeMode);
124
124
  const frontendUrl = this.getAbapFrontendUrl();
125
125
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/axios-extension",
3
- "version": "1.12.5",
3
+ "version": "1.12.6",
4
4
  "description": "Extension of the Axios module adding convenience methods to interact with SAP systems especially with OData services.",
5
5
  "repository": {
6
6
  "type": "git",