Comparing version 1.10.0 to 1.11.0
@@ -8,4 +8,4 @@ | ||
export type SecretKMSConfig = { | ||
accessKey: string, | ||
secretKey: string, | ||
accessKey?: string, | ||
secretKey?: string, | ||
region: string, | ||
@@ -12,0 +12,0 @@ bucket: string, |
{ | ||
"name": "secretkms", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
20998