@sap-ux/axios-extension
Advanced tools
Comparing version 1.9.0 to 1.10.0
@@ -51,6 +51,2 @@ /// <reference types="node" /> | ||
safeMode?: boolean; | ||
/** | ||
* if set to true, then any additional info messages will be logged | ||
*/ | ||
showAddInfo?: boolean; | ||
} | ||
@@ -112,6 +108,5 @@ /** | ||
* @param config.safeMode if set then the SafeMode url parameter will be set. SafeMode is by default active, to activate provide false | ||
* @param config.showAddInfo if set to true, then additional info message will be logged | ||
* @returns the Axios response object for further processing | ||
*/ | ||
deploy({ archive, bsp, testMode, safeMode, showAddInfo }: DeployConfig): Promise<AxiosResponse>; | ||
deploy({ archive, bsp, testMode, safeMode }: DeployConfig): Promise<AxiosResponse>; | ||
/** | ||
@@ -118,0 +113,0 @@ * Undeploy an existing app. |
@@ -115,6 +115,5 @@ "use strict"; | ||
* @param config.safeMode if set then the SafeMode url parameter will be set. SafeMode is by default active, to activate provide false | ||
* @param config.showAddInfo if set to true, then additional info message will be logged | ||
* @returns the Axios response object for further processing | ||
*/ | ||
deploy({ archive, bsp, testMode = false, safeMode, showAddInfo = false }) { | ||
deploy({ archive, bsp, testMode = false, safeMode }) { | ||
var _a, _b; | ||
@@ -144,5 +143,2 @@ return __awaiter(this, void 0, void 0, function* () { | ||
: ''; | ||
if (this.isDest && showAddInfo) { | ||
this.log.info('(Note: As the destination is configured using an On-Premise SAP Cloud Connector, you will need to replace the host in the URL above with the internal host)'); | ||
} | ||
this.log.info(`App available at ${frontendUrl}${path}${query}`); | ||
@@ -149,0 +145,0 @@ } |
{ | ||
"name": "@sap-ux/axios-extension", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "Extension of the Axios module adding convenience methods to interact with SAP systems especially with OData services.", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
240103
5415