@sap-ux/axios-extension 1.22.6 → 1.22.8
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.
|
@@ -143,7 +143,7 @@ export declare class LayeredRepositoryService extends Axios implements Service {
|
|
|
143
143
|
*
|
|
144
144
|
* @returns the response
|
|
145
145
|
*/
|
|
146
|
-
getCsrfToken(): Promise<AxiosResponse<any, any>>;
|
|
146
|
+
getCsrfToken(): Promise<AxiosResponse<any, any, {}>>;
|
|
147
147
|
/**
|
|
148
148
|
* Merge a given app descriptor variant with the stord app descriptor.
|
|
149
149
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/axios-extension",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.8",
|
|
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.
|
|
17
|
+
"axios": "1.12.2",
|
|
18
18
|
"detect-content-type": "1.2.0",
|
|
19
19
|
"fast-xml-parser": "4.4.1",
|
|
20
20
|
"lodash": "4.17.21",
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"https-proxy-agent": "7.0.5",
|
|
26
26
|
"http-proxy-agent": "7.0.2",
|
|
27
27
|
"proxy-from-env": "1.1.0",
|
|
28
|
-
"@sap-ux/btp-utils": "1.1.
|
|
28
|
+
"@sap-ux/btp-utils": "1.1.2",
|
|
29
29
|
"@sap-ux/logger": "0.7.0",
|
|
30
|
-
"@sap-ux/feature-toggle": "0.3.
|
|
30
|
+
"@sap-ux/feature-toggle": "0.3.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/lodash": "4.14.202",
|
|
34
34
|
"nock": "13.4.0",
|
|
35
35
|
"supertest": "7.1.4",
|
|
36
36
|
"@types/proxy-from-env": "1.0.1",
|
|
37
|
-
"@sap-ux/project-access": "1.
|
|
37
|
+
"@sap-ux/project-access": "1.32.1"
|
|
38
38
|
},
|
|
39
39
|
"files": [
|
|
40
40
|
"dist",
|