@grexie/keystore-aws-secrets-manager
Advanced tools
Comparing version 0.1.24 to 0.1.25
@@ -182,5 +182,5 @@ "use strict"; | ||
yield ((_a = __classPrivateFieldGet(this, _publisher, "f")) === null || _a === void 0 ? void 0 : _a.publish(`secret:${__classPrivateFieldGet(this, _name, "f")}`, '')); | ||
const secret = yield __classPrivateFieldGet(this, _hydrator, "f").call(this, Buffer.from(key.toString(), 'base64')); | ||
this.emit('update', secret); | ||
return secret; | ||
__classPrivateFieldSet(this, _secret, Promise.resolve(__classPrivateFieldGet(this, _hydrator, "f").call(this, Buffer.from(key.toString(), 'base64'))), "f"); | ||
this.emit('update', yield __classPrivateFieldGet(this, _secret, "f")); | ||
return __classPrivateFieldGet(this, _secret, "f"); | ||
}); | ||
@@ -187,0 +187,0 @@ }, |
{ | ||
"name": "@grexie/keystore-aws-secrets-manager", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"license": "MIT", | ||
@@ -17,5 +17,5 @@ "repository": "github:grexie/keystore/packages/keystore-aws-secrets-manager", | ||
"peerDependencies": { | ||
"@grexie/keystore": "^0.1.24", | ||
"@grexie/keystore": "^0.1.25", | ||
"aws-sdk": "^2.1091.0" | ||
} | ||
} |
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
13112