fix(core): update
This commit is contained in:
parent
be1badeb23
commit
c198969fae
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartdata',
|
name: '@pushrocks/smartdata',
|
||||||
version: '5.0.4',
|
version: '5.0.5',
|
||||||
description: 'do more with data'
|
description: 'do more with data'
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@ export * from './smartdata.classes.doc.js';
|
|||||||
export * from './smartdata.classes.easystore.js';
|
export * from './smartdata.classes.easystore.js';
|
||||||
export * from './smartdata.classes.cursor.js';
|
export * from './smartdata.classes.cursor.js';
|
||||||
|
|
||||||
|
// to be removed with the next breaking update
|
||||||
import * as plugins from './smartdata.plugins.js';
|
import * as plugins from './smartdata.plugins.js';
|
||||||
type IMongoDescriptor = plugins.tsclass.database.IMongoDescriptor;
|
type IMongoDescriptor = plugins.tsclass.database.IMongoDescriptor;
|
||||||
export type { IMongoDescriptor }
|
export type { IMongoDescriptor }
|
Loading…
Reference in New Issue
Block a user