Comparing version 1.1.0 to 1.1.1
@@ -37,3 +37,3 @@ 'use strict'; | ||
case 0: | ||
chunks = (0, _chunk2.default)(Keys, MAX_BATCH_WRITE); | ||
chunks = (0, _chunk2.default)(Items, MAX_BATCH_WRITE); | ||
_context2.next = 3; | ||
@@ -40,0 +40,0 @@ return Promise.all(chunks.map(function () { |
{ | ||
"name": "dynaql", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Dynamo library to make interacting with dynamo easier", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -15,3 +15,3 @@ import chunk from '../lib/chunk' | ||
export default async function (client, writeType, TableName, Items) { | ||
let chunks = chunk(Keys, MAX_BATCH_WRITE) | ||
let chunks = chunk(Items, MAX_BATCH_WRITE) | ||
@@ -18,0 +18,0 @@ await Promise.all(chunks.map(async (chunk) => { |
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
27509