@sap-ux/axios-extension 1.25.5 → 1.25.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.
@@ -15,7 +15,6 @@ export declare class GeneratorService extends AdtService {
15
15
  * @returns AdtCategory
16
16
  */
17
17
  static getAdtCatagory(): AdtCategory;
18
- private id;
19
18
  /**
20
19
  * Get the UI service generator for the given referenced object.
21
20
  *
@@ -21,7 +21,6 @@ class GeneratorService extends adt_service_1.AdtService {
21
21
  static getAdtCatagory() {
22
22
  return GeneratorService.adtCategory;
23
23
  }
24
- id;
25
24
  /**
26
25
  * Get the UI service generator for the given referenced object.
27
26
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/axios-extension",
3
- "version": "1.25.5",
3
+ "version": "1.25.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",
@@ -35,7 +35,7 @@
35
35
  "nock": "13.4.0",
36
36
  "supertest": "7.1.4",
37
37
  "@types/proxy-from-env": "1.0.1",
38
- "@sap-ux/project-access": "1.33.0"
38
+ "@sap-ux/project-access": "1.33.1"
39
39
  },
40
40
  "files": [
41
41
  "dist",