diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 614e418..4708c9d 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartdata', - version: '5.0.4', + version: '5.0.5', description: 'do more with data' } diff --git a/ts/index.ts b/ts/index.ts index d530882..1b61c14 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -4,6 +4,7 @@ export * from './smartdata.classes.doc.js'; export * from './smartdata.classes.easystore.js'; export * from './smartdata.classes.cursor.js'; +// to be removed with the next breaking update import * as plugins from './smartdata.plugins.js'; type IMongoDescriptor = plugins.tsclass.database.IMongoDescriptor; export type { IMongoDescriptor } \ No newline at end of file