fix(core): update

This commit is contained in:
2023-06-25 01:27:09 +02:00
parent 94854638dd
commit db38a1ef85
9 changed files with 131 additions and 30 deletions

View File

@@ -6,9 +6,7 @@ export * from './smartdata.classes.cursor.js';
import * as convenience from './smartadata.convenience.js';
export {
convenience
}
export { convenience };
// to be removed with the next breaking update
import type * as plugins from './smartdata.plugins.js';