@aws/dynamodb-batch-iterator
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { BatchGetOptions } from './BatchGetOptions'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ConsistentRead, ExpressionAttributeNameMap, ProjectionExpression } from "aws-sdk/clients/dynamodb"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=BatchGetOptions.js.map |
@@ -0,0 +0,0 @@ import { BatchState, SyncOrAsyncIterable, TableState, TableStateElement } from './types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { BatchOperation } from './BatchOperation'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './BatchGet'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { WriteRequest } from './types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { AttributeMap, ConsistentRead, DeleteRequest, ExpressionAttributeNameMap, ProjectionExpression, PutRequest, WriteRequest as DynamoDbWriteRequest } from "aws-sdk/clients/dynamodb"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=types.js.map |
@@ -0,0 +0,0 @@ # Changelog |
{ | ||
"name": "@aws/dynamodb-batch-iterator", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Abstraction for DynamoDB batch reads and writes for that handles batch splitting and partial retries with exponential backoff", | ||
@@ -35,4 +35,4 @@ "keywords": [ | ||
"jest": "^21", | ||
"typedoc": "^0.9.0", | ||
"typescript": "^2.6" | ||
"typedoc": "^0.11.0", | ||
"typescript": "^2.7" | ||
}, | ||
@@ -39,0 +39,0 @@ "peerDependencies": { |
@@ -0,0 +0,0 @@ # Amazon DynamoDB Batch Iteration |
@@ -5,3 +5,2 @@ { | ||
"lib": [ | ||
"dom", | ||
"es5", | ||
@@ -8,0 +7,0 @@ "es2015.iterable", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
64259
774