@asymmetrik/yadda-secret
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@asymmetrik/yadda-secret", | ||
"description": "Client secret library", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "author": "contributors", |
@@ -37,2 +37,4 @@ 'use strict'; | ||
this.store = new SecretStore({ table, awsOpts: { region }, kmsKey }); | ||
else | ||
throw new Error('Region & Table are not defined, are you in a Yadda environment?'); | ||
@@ -39,0 +41,0 @@ return this.store; |
13548
198