@awslabs-community-fork/dynamodb-data-mapper
Advanced tools
Comparing version 0.7.9 to 0.7.10
@@ -42,3 +42,5 @@ "use strict"; | ||
const client_dynamodb_1 = require("@aws-sdk/client-dynamodb"); | ||
require('./asyncIteratorSymbolPolyfill'); | ||
if (Symbol && !Symbol.asyncIterator) { | ||
Symbol.asyncIterator = Symbol.for("__@@asyncIterator__"); | ||
} | ||
/** | ||
@@ -45,0 +47,0 @@ * Object mapper for domain object interaction with DynamoDB. |
@@ -13,3 +13,5 @@ "use strict"; | ||
exports.Iterator = void 0; | ||
require('./asyncIteratorSymbolPolyfill'); | ||
if (Symbol && !Symbol.asyncIterator) { | ||
Symbol.asyncIterator = Symbol.for("__@@asyncIterator__"); | ||
} | ||
class Iterator { | ||
@@ -16,0 +18,0 @@ constructor(paginator) { |
@@ -15,3 +15,5 @@ "use strict"; | ||
const dynamodb_data_marshaller_1 = require("@awslabs-community-fork/dynamodb-data-marshaller"); | ||
require('./asyncIteratorSymbolPolyfill'); | ||
if (Symbol && !Symbol.asyncIterator) { | ||
Symbol.asyncIterator = Symbol.for("__@@asyncIterator__"); | ||
} | ||
class Paginator { | ||
@@ -18,0 +20,0 @@ constructor(paginator, valueConstructor) { |
@@ -39,3 +39,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
import { waitForTableExists, waitForTableNotExists, } from '@aws-sdk/client-dynamodb'; | ||
require('./asyncIteratorSymbolPolyfill'); | ||
if (Symbol && !Symbol.asyncIterator) { | ||
Symbol.asyncIterator = Symbol.for("__@@asyncIterator__"); | ||
} | ||
/** | ||
@@ -42,0 +44,0 @@ * Object mapper for domain object interaction with DynamoDB. |
@@ -10,3 +10,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
}; | ||
require('./asyncIteratorSymbolPolyfill'); | ||
if (Symbol && !Symbol.asyncIterator) { | ||
Symbol.asyncIterator = Symbol.for("__@@asyncIterator__"); | ||
} | ||
export class Iterator { | ||
@@ -13,0 +15,0 @@ constructor(paginator) { |
@@ -12,3 +12,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
import { unmarshallItem, } from '@awslabs-community-fork/dynamodb-data-marshaller'; | ||
require('./asyncIteratorSymbolPolyfill'); | ||
if (Symbol && !Symbol.asyncIterator) { | ||
Symbol.asyncIterator = Symbol.for("__@@asyncIterator__"); | ||
} | ||
export class Paginator { | ||
@@ -15,0 +17,0 @@ constructor(paginator, valueConstructor) { |
{ | ||
"name": "@awslabs-community-fork/dynamodb-data-mapper", | ||
"version": "0.7.9", | ||
"version": "0.7.10", | ||
"description": "A schema-based data mapper for Amazon DynamoDB", | ||
@@ -34,7 +34,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@awslabs-community-fork/dynamodb-auto-marshaller": "^0.7.9", | ||
"@awslabs-community-fork/dynamodb-batch-iterator": "^0.7.9", | ||
"@awslabs-community-fork/dynamodb-data-marshaller": "^0.7.9", | ||
"@awslabs-community-fork/dynamodb-expressions": "^0.7.9", | ||
"@awslabs-community-fork/dynamodb-query-iterator": "^0.7.9", | ||
"@awslabs-community-fork/dynamodb-auto-marshaller": "^0.7.10", | ||
"@awslabs-community-fork/dynamodb-batch-iterator": "^0.7.10", | ||
"@awslabs-community-fork/dynamodb-data-marshaller": "^0.7.10", | ||
"@awslabs-community-fork/dynamodb-expressions": "^0.7.10", | ||
"@awslabs-community-fork/dynamodb-query-iterator": "^0.7.10", | ||
"tslib": "^2.1.0" | ||
@@ -74,3 +74,3 @@ }, | ||
}, | ||
"gitHead": "851b7af43a26dfc9abf9f496ae7615051bce5376" | ||
"gitHead": "3efbb52f0d1fa975d86b14ba852cdc5fe430abf9" | ||
} |
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
342272
166
4692