@sap-ux/axios-extension 1.3.3 → 1.3.4

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.
Files changed (2) hide show
  1. package/dist/auth/uaa.js +1 -1
  2. package/package.json +1 -1
package/dist/auth/uaa.js CHANGED
@@ -52,7 +52,7 @@ class Uaa {
52
52
  * @returns uaa url
53
53
  */
54
54
  get url() {
55
- return this.serviceInfo.uaa.url;
55
+ return this.serviceInfo.uaa.url.replace(/\/?$/, '');
56
56
  }
57
57
  /**
58
58
  * Getter for client id.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/axios-extension",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
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",