From c198969fae44d178d4c31bcfef4392e0ba83c106 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 5 Jun 2022 17:19:12 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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