Comparing version 3.0.5 to 3.0.6
@@ -10,2 +10,3 @@ "use strict"; | ||
const truncate_1 = require("./truncate"); | ||
Symbol.asyncIterator = Symbol.for('asyncIterator'); | ||
exports.default = ({ endpoint = process.env.AWS_DYNAMODB_ENDPOINT, region = process.env.AWS_REGION, tableName }) => { | ||
@@ -12,0 +13,0 @@ // hack - endpoint isn't a valid property according to the typings |
{ | ||
"name": "cruft-ddb", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "A simple optimistic-locking abstraction over Dynamo DB", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -14,2 +14,2 @@ # cruft | ||
A `Symbol.asyncIterator` polyfill may be required depending on your environment e.g. `core-js/fn/symbol/async-iterator`. | ||
`Symbol.asyncIterator` has been polyfilled in a hopefully safe way! |
@@ -9,2 +9,4 @@ import { DynamoDB } from 'aws-sdk'; | ||
(<any>Symbol).asyncIterator = Symbol.for('asyncIterator'); | ||
export type Timestamp = number; | ||
@@ -11,0 +13,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
137523
884
15