@sap-ux/system-access
Advanced tools
Comparing version 0.5.11 to 0.5.12
@@ -6,3 +6,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createAbapServiceProvider = exports.isDestinationTarget = exports.isUrlTarget = void 0; | ||
exports.isUrlTarget = isUrlTarget; | ||
exports.isDestinationTarget = isDestinationTarget; | ||
exports.createAbapServiceProvider = createAbapServiceProvider; | ||
const axios_extension_1 = require("@sap-ux/axios-extension"); | ||
@@ -24,3 +26,2 @@ const credentials_1 = require("./credentials"); | ||
} | ||
exports.isUrlTarget = isUrlTarget; | ||
/** | ||
@@ -35,3 +36,2 @@ * Check if it is a destination target. | ||
} | ||
exports.isDestinationTarget = isDestinationTarget; | ||
/** | ||
@@ -195,3 +195,2 @@ * Enhance axios options and create a service provider instance for an ABAP Cloud system. | ||
} | ||
exports.createAbapServiceProvider = createAbapServiceProvider; | ||
//# sourceMappingURL=connect.js.map |
@@ -6,3 +6,8 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getCredentialsWithPrompts = exports.getCredentialsFromEnvVariables = exports.storeCredentials = exports.getCredentialsFromStore = exports.isServiceAuth = exports.isBasicAuth = void 0; | ||
exports.isBasicAuth = isBasicAuth; | ||
exports.isServiceAuth = isServiceAuth; | ||
exports.getCredentialsFromStore = getCredentialsFromStore; | ||
exports.storeCredentials = storeCredentials; | ||
exports.getCredentialsFromEnvVariables = getCredentialsFromEnvVariables; | ||
exports.getCredentialsWithPrompts = getCredentialsWithPrompts; | ||
const store_1 = require("@sap-ux/store"); | ||
@@ -21,3 +26,2 @@ const btp_utils_1 = require("@sap-ux/btp-utils"); | ||
} | ||
exports.isBasicAuth = isBasicAuth; | ||
/** | ||
@@ -32,3 +36,2 @@ * Checks if credentials are of service auth type. | ||
} | ||
exports.isServiceAuth = isServiceAuth; | ||
/** | ||
@@ -59,3 +62,2 @@ * Check the secure storage if it has credentials for the given target. | ||
} | ||
exports.getCredentialsFromStore = getCredentialsFromStore; | ||
/** | ||
@@ -91,3 +93,2 @@ * Store the credentials in the secure storage. | ||
} | ||
exports.storeCredentials = storeCredentials; | ||
/** | ||
@@ -109,3 +110,2 @@ * Checks the environment variables for Fiori tools settings. | ||
} | ||
exports.getCredentialsFromEnvVariables = getCredentialsFromEnvVariables; | ||
/** | ||
@@ -127,3 +127,2 @@ * Prompt for username and password. | ||
} | ||
exports.getCredentialsWithPrompts = getCredentialsWithPrompts; | ||
//# sourceMappingURL=credentials.js.map |
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "0.5.11", | ||
"version": "0.5.12", | ||
"license": "Apache-2.0", | ||
@@ -30,3 +30,3 @@ "author": "@SAP/ux-tools-team", | ||
"@sap-ux/logger": "0.6.0", | ||
"@sap-ux/store": "0.9.1" | ||
"@sap-ux/store": "0.9.2" | ||
}, | ||
@@ -37,3 +37,3 @@ "devDependencies": { | ||
"rimraf": "5.0.5", | ||
"@sap-ux/project-access": "1.27.1" | ||
"@sap-ux/project-access": "1.27.5" | ||
}, | ||
@@ -40,0 +40,0 @@ "engines": { |
33311
525
+ Added@sap-ux/store@0.9.2(transitive)
- Removed@sap-ux/store@0.9.1(transitive)
Updated@sap-ux/store@0.9.2