@sap-ux/axios-extension 1.11.6 → 1.11.7

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.
@@ -37,7 +37,7 @@ function getReentranceTicket({ backendUrl, logger, timeout = connection_1.defaul
37
37
  server.listen();
38
38
  const redirectPort = server.address().port;
39
39
  // Open browser to handle SAML flow and return the reentrance ticket
40
- const scenario = (_a = process.env.SCENARIO) !== null && _a !== void 0 ? _a : 'FIORI';
40
+ const scenario = (_a = process.env.FIORI_TOOLS_SCENARIO) !== null && _a !== void 0 ? _a : 'FIORI';
41
41
  const url = `${backend.uiHostname()}${ADT_REENTRANCE_ENDPOINT}?scenario=${scenario}&redirect-url=${redirectUrl(redirectPort)}`;
42
42
  (_b = open(url)) === null || _b === void 0 ? void 0 : _b.catch((error) => logger.error(error));
43
43
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/axios-extension",
3
- "version": "1.11.6",
3
+ "version": "1.11.7",
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.19.6"
32
+ "@sap-ux/project-access": "1.19.10"
33
33
  },
34
34
  "files": [
35
35
  "dist",