fix(core): update

This commit is contained in:
Philipp Kunz 2022-06-05 17:19:12 +02:00
parent be1badeb23
commit c198969fae
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartdata',
version: '5.0.4',
version: '5.0.5',
description: 'do more with data'
}

View File

@ -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 }