@sap-ux/axios-extension 1.12.4 → 1.12.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.
|
@@ -119,7 +119,7 @@ class Ui5AbapRepositoryService extends odata_service_1.ODataService {
|
|
|
119
119
|
return __awaiter(this, void 0, void 0, function* () {
|
|
120
120
|
const info = yield this.getInfo(bsp.name);
|
|
121
121
|
const payload = this.createPayload(archive, bsp.name, bsp.description || 'Deployed with SAP Fiori tools', info ? info.Package : bsp.package);
|
|
122
|
-
this.log.debug(`Payload:\n${
|
|
122
|
+
this.log.debug(`Payload:\n ID: ${this.publicUrl}/Repositories('${bsp.name}') \n ABAP Package: ${info ? info.Package : bsp.package}`);
|
|
123
123
|
const config = this.createConfig(bsp.transport, testMode, safeMode);
|
|
124
124
|
const frontendUrl = this.getAbapFrontendUrl();
|
|
125
125
|
try {
|
package/dist/factory.js
CHANGED
|
@@ -126,7 +126,7 @@ function createForAbapOnCloud(options) {
|
|
|
126
126
|
}
|
|
127
127
|
case AbapCloudEnvironment.EmbeddedSteampunk: {
|
|
128
128
|
const { url, cookies } = options, config = __rest(options, ["url", "cookies"]);
|
|
129
|
-
provider = createInstance(abap_1.AbapServiceProvider, Object.assign({ baseURL: url }, config));
|
|
129
|
+
provider = createInstance(abap_1.AbapServiceProvider, Object.assign({ baseURL: url, cookies }, config));
|
|
130
130
|
if (!cookies) {
|
|
131
131
|
(0, auth_1.attachReentranceTicketAuthInterceptor)({ provider });
|
|
132
132
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/axios-extension",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.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",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@types/lodash": "4.14.202",
|
|
30
30
|
"nock": "13.4.0",
|
|
31
31
|
"supertest": "6.3.3",
|
|
32
|
-
"@sap-ux/project-access": "1.20.
|
|
32
|
+
"@sap-ux/project-access": "1.20.1"
|
|
33
33
|
},
|
|
34
34
|
"files": [
|
|
35
35
|
"dist",
|