@sap-ux/axios-extension 1.25.33 → 1.25.34
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.
- package/dist/factory.js +2 -1
- package/package.json +2 -2
package/dist/factory.js
CHANGED
|
@@ -181,9 +181,10 @@ function createForAbapOnCloud(options) {
|
|
|
181
181
|
}
|
|
182
182
|
break;
|
|
183
183
|
}
|
|
184
|
-
default:
|
|
184
|
+
default: {
|
|
185
185
|
const opts = options;
|
|
186
186
|
throw new Error(`Unknown environment type supplied: ${(0, node_util_1.inspect)(opts)}`);
|
|
187
|
+
}
|
|
187
188
|
}
|
|
188
189
|
return provider;
|
|
189
190
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/axios-extension",
|
|
3
|
-
"version": "1.25.
|
|
3
|
+
"version": "1.25.34",
|
|
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": "14.0.11",
|
|
36
36
|
"supertest": "7.2.2",
|
|
37
37
|
"@types/proxy-from-env": "1.0.4",
|
|
38
|
-
"@sap-ux/project-access": "1.36.
|
|
38
|
+
"@sap-ux/project-access": "1.36.2"
|
|
39
39
|
},
|
|
40
40
|
"files": [
|
|
41
41
|
"dist",
|