fix(core): update

This commit is contained in:
2023-06-24 23:57:34 +02:00
parent ed3b19abc5
commit 902fab4cc0
5 changed files with 1750 additions and 1398 deletions

View File

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

View File

@ -4,7 +4,7 @@ import { ObjectMap } from '@pushrocks/lik';
import { SmartdataDb } from './smartdata.classes.db.js';
import { SmartdataDbCursor } from './smartdata.classes.cursor.js';
import { IManager, SmartdataCollection } from './smartdata.classes.collection.js';
import { type IManager, SmartdataCollection } from './smartdata.classes.collection.js';
import { SmartdataDbWatcher } from './smartdata.classes.watcher.js';
export type TDocCreation = 'db' | 'new' | 'mixed';

View File

@ -14,7 +14,6 @@ import * as smartstring from '@pushrocks/smartstring';
import * as smarttime from '@pushrocks/smarttime';
import * as smartunique from '@pushrocks/smartunique';
import * as taskbuffer from '@pushrocks/taskbuffer';
import * as lodash from 'lodash';
import * as mongodb from 'mongodb';
export {
@ -22,7 +21,6 @@ export {
smartdelay,
smartpromise,
smartlog,
lodash,
smartq,
smartrx,
mongodb,