ready to be used like this instead

This commit is contained in:
David Lebee 2019-09-04 23:00:30 -05:00
parent f13052a041
commit f3c9dd0cbb
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@poweredsoft/data",
"version": "0.0.13",
"version": "0.0.14",
"peerDependencies": {
"rxjs": "^6.5.3"
}

View File

@ -11,4 +11,5 @@ export * from './lib/IDataSourceOptions';
export * from './lib/IDataSourceQueryAdapterOptions';
export * from './lib/IQueryAdapter';
export * from './lib/IResolveCommandModelEvent';
export * from './lib/IDataSourceCommandAdapterOptions';