oci-secrets
Advanced tools
Comparing version
@@ -30,2 +30,3 @@ /** | ||
endpoint: string; | ||
readonly logger: import("oci-common/lib/log").Logger; | ||
/** | ||
@@ -32,0 +33,0 @@ * Sets the region to call (ex, Region.US_PHOENIX_1). |
@@ -56,3 +56,8 @@ "use strict"; | ||
this._endpoint = this._endpoint + "/20190301"; | ||
if (this.logger) | ||
this.logger.info(`SecretsClient endpoint set to ${this._endpoint}`); | ||
} | ||
get logger() { | ||
return common.LOG.logger; | ||
} | ||
/** | ||
@@ -87,2 +92,4 @@ * Sets the region to call (ex, Region.US_PHOENIX_1). | ||
return __awaiter(this, void 0, void 0, function* () { | ||
if (this.logger) | ||
this.logger.debug("Calling operation SecretsClient#getSecretBundle."); | ||
const pathParams = { | ||
@@ -144,2 +151,4 @@ "{secretId}": getSecretBundleRequest.secretId | ||
return __awaiter(this, void 0, void 0, function* () { | ||
if (this.logger) | ||
this.logger.debug("Calling operation SecretsClient#listSecretBundleVersions."); | ||
const pathParams = { | ||
@@ -146,0 +155,0 @@ "{secretId}": listSecretBundleVersionsRequest.secretId |
{ | ||
"name": "oci-secrets", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "OCI NodeJS client for Secrets Service", | ||
@@ -16,6 +16,6 @@ "repository": { | ||
}, | ||
"license": "(Universal Permissive License (UPL) 1.0 or Apache-2.0)", | ||
"license": "(UPL-1.0 OR Apache-2.0)", | ||
"dependencies": { | ||
"oci-common": "1.1.0", | ||
"oci-workrequests": "1.1.0" | ||
"oci-common": "1.1.1", | ||
"oci-workrequests": "1.1.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 2 instances in 1 package
111621
0.68%0
-100%1043
0.97%+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated