@sap-ux/axios-extension 1.20.0 → 1.20.1

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.
@@ -155,6 +155,9 @@ class Ui5AbapRepositoryService extends odata_service_1.ODataService {
155
155
  isDest: this.isDest
156
156
  }, false);
157
157
  }
158
+ if (!!info && info.Package !== bsp.package) {
159
+ this.log.warn(`Cannot change package assignment from ${info.Package} to ${bsp.package}.`);
160
+ }
158
161
  return response;
159
162
  }
160
163
  catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/axios-extension",
3
- "version": "1.20.0",
3
+ "version": "1.20.1",
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",
@@ -34,7 +34,7 @@
34
34
  "nock": "13.4.0",
35
35
  "supertest": "6.3.3",
36
36
  "@types/proxy-from-env": "1.0.1",
37
- "@sap-ux/project-access": "1.29.18"
37
+ "@sap-ux/project-access": "1.29.21"
38
38
  },
39
39
  "files": [
40
40
  "dist",