@architect/data
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@architect/data", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Dynamically generate a DynamoDB data access layer from an .arc file", | ||
@@ -22,9 +22,9 @@ "main": "index.js", | ||
"tape": "^4.8.0", | ||
"@architect/workflows": "^1.1.7", | ||
"@architect/workflows": "^1.1.9", | ||
"run-parallel": "^1.1.6" | ||
}, | ||
"dependencies": { | ||
"@architect/parser": "^1.0.5", | ||
"@architect/parser": "^1.0.6", | ||
"file-exists": "^4.0.0" | ||
} | ||
} |
@@ -33,3 +33,5 @@ var test = require('tape') | ||
t.plan(6) | ||
console.time('data() invocation') | ||
testapp = data() // reads .arc | ||
console.timeEnd('data() invocation') | ||
t.ok(testapp, 'got data') | ||
@@ -36,0 +38,0 @@ t.ok(testapp.hashids, 'has hashids defined') |
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
12712
324
7
Updated@architect/parser@^1.0.6