oci-logging
Advanced tools
Comparing version 2.99.0 to 2.100.0
@@ -44,2 +44,3 @@ /** | ||
protected _httpClient: common.HttpClient; | ||
protected _authProvider: common.AuthenticationDetailsProvider | undefined; | ||
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration); | ||
@@ -95,2 +96,6 @@ /** | ||
/** | ||
* Close the provider if possible which in turn shuts down any associated circuit breaker | ||
*/ | ||
closeProvider(): void; | ||
/** | ||
* Close the client once it is no longer needed | ||
@@ -97,0 +102,0 @@ */ |
{ | ||
"name": "oci-logging", | ||
"version": "2.99.0", | ||
"version": "2.100.0", | ||
"description": "OCI NodeJS client for Logging Service", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"oci-common": "2.99.0", | ||
"oci-workrequests": "2.99.0" | ||
"oci-common": "2.100.0", | ||
"oci-workrequests": "2.100.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
967315
16193
+ Addedoci-common@2.100.0(transitive)
+ Addedoci-workrequests@2.100.0(transitive)
- Removedoci-common@2.99.0(transitive)
- Removedoci-workrequests@2.99.0(transitive)
Updatedoci-common@2.100.0
Updatedoci-workrequests@2.100.0