@aws/dynamodb-data-marshaller
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@aws/dynamodb-data-marshaller", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A schema-based data marshaller for Amazon DynamoDB", | ||
@@ -8,2 +8,3 @@ "main": "./build/index.js", | ||
"scripts": { | ||
"docs": "typedoc src", | ||
"prepublishOnly": "tsc", | ||
@@ -23,7 +24,8 @@ "pretest": "tsc -p tsconfig.test.json", | ||
"jest": "^21", | ||
"typedoc": "^0.9.0", | ||
"typescript": "^2.6" | ||
}, | ||
"dependencies": { | ||
"@aws/dynamodb-auto-marshaller": "^0.2.0", | ||
"@aws/dynamodb-expressions": "^0.2.0", | ||
"@aws/dynamodb-auto-marshaller": "^0.2.1", | ||
"@aws/dynamodb-expressions": "^0.2.1", | ||
"tslib": "^1.8" | ||
@@ -30,0 +32,0 @@ }, |
@@ -5,2 +5,3 @@ { | ||
"lib": [ | ||
"dom", | ||
"es5", | ||
@@ -18,5 +19,12 @@ "es2015.iterable", | ||
"sourceMap": true, | ||
"sourceRoot": "./src", | ||
"rootDir": "./src", | ||
"outDir": "./build" | ||
}, | ||
"typedocOptions": { | ||
"mode": "file", | ||
"out": "../../docs/packages/dynamodb-data-marshaller", | ||
"excludeNotExported": true, | ||
"excludePrivate": true, | ||
"hideGenerator": true | ||
} | ||
} |
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
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
1027
76140
6