@aws/dynamodb-batch-iterator
Advanced tools
Comparing version 0.6.1 to 0.7.0
@@ -7,2 +7,5 @@ # Changelog | ||
## [0.7.0] | ||
Add a package rollup at `./build/index.mjs` to support tree shaking. | ||
## [0.3.1] | ||
@@ -9,0 +12,0 @@ ### Fixed |
{ | ||
"name": "@aws/dynamodb-batch-iterator", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"description": "Abstraction for DynamoDB batch reads and writes for that handles batch splitting and partial retries with exponential backoff", | ||
@@ -19,6 +19,8 @@ "keywords": [ | ||
"types": "./build/index.d.ts", | ||
"module": "./build/index.mjs", | ||
"scripts": { | ||
"docs": "typedoc src", | ||
"prepublishOnly": "tsc", | ||
"prepublishOnly": "tsc && npm run rollup", | ||
"pretest": "tsc -p tsconfig.test.json", | ||
"rollup": "rollup -c rollup.config.js", | ||
"test": "jest" | ||
@@ -36,2 +38,4 @@ }, | ||
"jest": "^23", | ||
"rollup": "^0.62", | ||
"rollup-plugin-typescript": "^0.8", | ||
"typedoc": "^0.11.0", | ||
@@ -38,0 +42,0 @@ "typescript": "^2.7" |
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
78495
30
1122
8