added missing IDataSourceNotifyMessage in public-api

This commit is contained in:
Mathias Beaulieu-Duncan 2019-09-13 09:51:00 -05:00
parent 833798d6ad
commit a4f537aa6a
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -15,4 +15,5 @@ export * from './lib/IDataSourceCommandAdapterOptions';
export * from './lib/IDataSourceValidationError'; export * from './lib/IDataSourceValidationError';
export * from './lib/IDataSourceError'; export * from './lib/IDataSourceError';
export * from './lib/IDataSourceErrorMessage'; export * from './lib/IDataSourceErrorMessage';
export * from './lib/IDataSourceNotifyMessage';