Comparing version 0.1.2 to 0.1.3
@@ -1,2 +0,2 @@ | ||
const dbpool = require("./src/dpool.js"); | ||
const dpool = require("./src/dpool.js"); | ||
module.exports = { dpool }; |
{ | ||
"name": "dpool", | ||
"repository": "git://github.com/ryanbethel/dpool.git", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Serverless pooling function for relational databases, using a DynamoDB table as a queue", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
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
10307