oci-common
Advanced tools
Comparing version 1.9.0 to 1.9.1
@@ -31,3 +31,3 @@ /** | ||
export default class InstancePrincipalsAuthenticationDetailsProviderBuilder extends AbstractFederationClientAuthenticationDetailsProviderBuilder<InstancePrincipalsAuthenticationDetailsProviderBuilder, InstancePrincipalsAuthenticationDetailsProvider> { | ||
constructor(); | ||
constructor(purpose?: string); | ||
build(): Promise<InstancePrincipalsAuthenticationDetailsProvider>; | ||
@@ -34,0 +34,0 @@ protected buildProvider(sessionKeySupplierToUse: SessionKeySupplier): InstancePrincipalsAuthenticationDetailsProvider; |
@@ -50,4 +50,7 @@ "use strict"; | ||
class InstancePrincipalsAuthenticationDetailsProviderBuilder extends abstract_federation_client_authenticated_details_provider_builder_1.default { | ||
constructor() { | ||
constructor(purpose) { | ||
super(); | ||
if (purpose) { | ||
this.purpose = purpose; | ||
} | ||
} | ||
@@ -54,0 +57,0 @@ build() { |
{ | ||
"name": "oci-common", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"description": "OCI Common module for NodeJS", | ||
@@ -19,2 +19,6 @@ "repository": { | ||
"@types/isomorphic-fetch": "0.0.35", | ||
"@types/jsonwebtoken": "^8.5.0", | ||
"@types/jssha": "^2.0.0", | ||
"@types/opossum": "4.1.1", | ||
"@types/sshpk": "^1.10.3", | ||
"es6-promise": "4.2.6", | ||
@@ -31,8 +35,4 @@ "http-signature": "1.3.1", | ||
"@types/chai": "^4.1.7", | ||
"@types/jsonwebtoken": "^8.5.0", | ||
"@types/jssha": "^2.0.0", | ||
"@types/node": "10.17.0", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "10.17.0", | ||
"@types/opossum": "4.1.1", | ||
"@types/sshpk": "^1.10.3", | ||
"awesome-typescript-loader": "3.1.3", | ||
@@ -39,0 +39,0 @@ "chai": "^4.2.0", |
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
416645
11
5084
13
+ Added@types/jsonwebtoken@^8.5.0
+ Added@types/jssha@^2.0.0
+ Added@types/opossum@4.1.1
+ Added@types/sshpk@^1.10.3
+ Added@types/asn1@0.2.4(transitive)
+ Added@types/jsonwebtoken@8.5.9(transitive)
+ Added@types/jssha@2.0.0(transitive)
+ Added@types/node@22.9.0(transitive)
+ Added@types/opossum@4.1.1(transitive)
+ Added@types/sshpk@1.17.4(transitive)
+ Addedundici-types@6.19.8(transitive)