File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " nest-onetable" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "private" : false ,
55 "license" : " MIT" ,
66 "repository" : {
Original file line number Diff line number Diff line change 1+ export * from './module' ;
2+ export * from './decorators' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import type { TableConstructorParams } from 'dynamodb-onetable/dist/cjs/Table';
44import { paramsSymbol , tableSymbol } from './decorators' ;
55
66type TableParamsProvider = Omit < FactoryProvider < TableConstructorParams < any > > , 'provide' > | TableConstructorParams < any > ;
7- type OnetableModuleOptions = TableParamsProvider & {
7+ export type OnetableModuleOptions = TableParamsProvider & {
88 global ?: boolean ;
99} ;
1010
You can’t perform that action at this time.
0 commit comments