fix(core): update

This commit is contained in:
2023-02-06 11:43:11 +01:00
parent ef97b390d4
commit fd590e0be3
11 changed files with 1011 additions and 653 deletions

View File

@@ -4,7 +4,13 @@ export * from './smartdata.classes.doc.js';
export * from './smartdata.classes.easystore.js';
export * from './smartdata.classes.cursor.js';
import * as convenience from './smartadata.convenience.js';
export {
convenience
}
// to be removed with the next breaking update
import * as plugins from './smartdata.plugins.js';
import type * as plugins from './smartdata.plugins.js';
type IMongoDescriptor = plugins.tsclass.database.IMongoDescriptor;
export type { IMongoDescriptor };