@sap-ux/axios-extension 1.7.1 → 1.7.3

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.
@@ -343,7 +343,7 @@ class Ui5AbapRepositoryService extends odata_service_1.ODataService {
343
343
  if (tryCount === 2) {
344
344
  this.log.warn('Warning: retry undeploy to handle a backend rejection...');
345
345
  }
346
- return yield this.delete(`/Repositories('${appName}')`, config);
346
+ return yield this.delete(`/Repositories('${encodeURIComponent(appName)}')`, config);
347
347
  }
348
348
  catch (error) {
349
349
  if (((_a = error === null || error === void 0 ? void 0 : error.response) === null || _a === void 0 ? void 0 : _a.status) === 400) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/axios-extension",
3
- "version": "1.7.1",
3
+ "version": "1.7.3",
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",
@@ -14,7 +14,7 @@
14
14
  "private": false,
15
15
  "main": "dist/index.js",
16
16
  "dependencies": {
17
- "axios": "1.4.0",
17
+ "axios": "1.6.0",
18
18
  "detect-content-type": "1.2.0",
19
19
  "fast-xml-parser": "4.2.7",
20
20
  "lodash": "4.17.21",
@@ -22,14 +22,14 @@
22
22
  "qs": "6.7.3",
23
23
  "xpath": "0.0.33",
24
24
  "@xmldom/xmldom": "0.8.10",
25
- "@sap-ux/btp-utils": "0.12.0",
25
+ "@sap-ux/btp-utils": "0.12.1",
26
26
  "@sap-ux/logger": "0.4.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/lodash": "4.14.198",
30
30
  "nock": "13.2.1",
31
31
  "supertest": "6.3.3",
32
- "@sap-ux/project-access": "1.14.0"
32
+ "@sap-ux/project-access": "1.15.1"
33
33
  },
34
34
  "files": [
35
35
  "dist",