@dolsem/dynamodb-toolbox
Advanced tools
Comparing version 0.5.0-beta.0 to 0.5.0-beta.0-1
@@ -9,3 +9,3 @@ /** | ||
import Entity from './classes/Entity'; | ||
import type { GetOptions, QueryOptions, PutOptions, DeleteOptions, UpdateOptions, EntityItem, InferEntityItem } from './classes/Entity'; | ||
export { Table, Entity, GetOptions, QueryOptions, PutOptions, DeleteOptions, UpdateOptions, EntityItem, InferEntityItem }; | ||
import type { GetOptions, QueryOptions, PutOptions, DeleteOptions, UpdateOptions, EntityItem, InferEntityItem, AttributeDefinition, AttributeDefinitions } from './classes/Entity'; | ||
export { Table, Entity, GetOptions, QueryOptions, PutOptions, DeleteOptions, UpdateOptions, EntityItem, InferEntityItem, AttributeDefinition, AttributeDefinitions, }; |
{ | ||
"name": "@dolsem/dynamodb-toolbox", | ||
"version": "0.5.0-beta.0", | ||
"version": "0.5.0-beta.0-1", | ||
"description": "A simple set of tools for working with Amazon DynamoDB and the DocumentClient.", | ||
@@ -5,0 +5,0 @@ "author": "Jeremy Daly <jeremy@jeremydaly.com>", |
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
269772