@aws/dynamodb-data-marshaller
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "@aws/dynamodb-data-marshaller", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "A schema-based data marshaller for Amazon DynamoDB", | ||
@@ -19,8 +19,6 @@ "keywords": [ | ||
"types": "./build/index.d.ts", | ||
"module": "./build/index.mjs", | ||
"scripts": { | ||
"docs": "typedoc src", | ||
"prepublishOnly": "tsc && npm run rollup", | ||
"prepublishOnly": "tsc", | ||
"pretest": "tsc -p tsconfig.test.json", | ||
"rollup": "rollup -c rollup.config.js", | ||
"test": "jest" | ||
@@ -38,4 +36,2 @@ }, | ||
"jest": "^23", | ||
"rollup": "^0.62", | ||
"rollup-plugin-typescript": "^0.8", | ||
"typedoc": "^0.11.0", | ||
@@ -45,4 +41,4 @@ "typescript": "^2.7" | ||
"dependencies": { | ||
"@aws/dynamodb-auto-marshaller": "^0.7.0", | ||
"@aws/dynamodb-expressions": "^0.7.0", | ||
"@aws/dynamodb-auto-marshaller": "^0.7.1", | ||
"@aws/dynamodb-expressions": "^0.7.1", | ||
"tslib": "^1.8.1", | ||
@@ -49,0 +45,0 @@ "utf8-bytes": "^0.0.1" |
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
6
104610
42
1484