@types/dynamodb
Advanced tools
Comparing version 1.3.6 to 1.3.7
@@ -41,3 +41,3 @@ import * as bunyan from "bunyan"; | ||
export function reset(): void; | ||
export function Set(data: ReadonlyArray<any>, type: string): DynamoDbSet; | ||
export function Set(data: readonly any[], type: string): DynamoDbSet; | ||
@@ -44,0 +44,0 @@ export function define<T>(name: string, config: DefineConfig<T>): Model<T>; |
{ | ||
"name": "@types/dynamodb", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "TypeScript definitions for dynamodb", | ||
@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dynamodb", | ||
}, | ||
"typesPublisherContentHash": "0ec0a7fdfa712f3c1c61e1158e903b4ac9e7c325fa50d5a2813818862e9ecec1", | ||
"typesPublisherContentHash": "62b3129cfb4d0eebf8a93a741cd96918fa3a4dc0897afc8d7f203e14fcf1fdc4", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/bunyan](https://npmjs.com/package/@types/bunyan), [joi](https://npmjs.com/package/joi) | ||
@@ -14,0 +14,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
13594