@begin/data
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@begin/data", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Begin Data is a durable and fast key/value document store built on top of DynamoDB.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -31,3 +31,3 @@ /** | ||
let arcJsonPath = join(cwd, 'arc.json') | ||
let localPath = join(__dirname, '..', 'shared', '.arc') | ||
let localPath = join(__dirname, '..', '..', '..', '@architect', 'shared', '.arc') | ||
@@ -34,0 +34,0 @@ let override = process.env.hasOwnProperty('BEGIN_DATA_TABLE_NAME') |
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
25054