added missing IDataSourceNotifyMessage in public-api
This commit is contained in:
parent
833798d6ad
commit
a4f537aa6a
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@poweredsoft/data",
|
||||
"version": "0.0.21",
|
||||
"version": "0.0.23",
|
||||
"peerDependencies": {
|
||||
"rxjs": "^6.5.3"
|
||||
}
|
||||
|
@ -15,4 +15,5 @@ export * from './lib/IDataSourceCommandAdapterOptions';
|
||||
export * from './lib/IDataSourceValidationError';
|
||||
export * from './lib/IDataSourceError';
|
||||
export * from './lib/IDataSourceErrorMessage';
|
||||
export * from './lib/IDataSourceNotifyMessage';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user