electrodb
Advanced tools
Comparing version 0.9.51 to 0.9.52
{ | ||
"name": "electrodb", | ||
"version": "0.9.51", | ||
"version": "0.9.52", | ||
"description": "A library to more easily create and interact with multiple entities and heretical relationships in dynamodb", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -207,3 +207,2 @@ "use strict"; | ||
let concurrentOperations = utilities.batchItems(parameters, concurrent); | ||
// console.log("PUT", JSON.stringify(concurrentOperations)); | ||
for (let operation of concurrentOperations) { | ||
@@ -210,0 +209,0 @@ await Promise.all(operation.map(async params => { |
@@ -169,3 +169,2 @@ const e = require("./errors"); | ||
let setName = (name, value) => { | ||
console.log({name, value}); | ||
state.query.filter.ExpressionAttributeNames[name] = value | ||
@@ -172,0 +171,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
233480
3732