Compare commits

..

3 Commits

Author SHA1 Message Date
9e11301135 1.0.23 2017-06-23 11:24:54 +02:00
9ba29b7b81 update README 2017-06-23 11:24:51 +02:00
1540f443e6 remove NEDB and update to use mpngo db atlas for testing 2017-06-23 11:19:48 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "smartdata",
"version": "1.0.26",
"version": "1.0.23",
"description": "do more with data",
"main": "dist/index.js",
"typings": "dist/index.d.ts",

View File

@ -1,6 +1,6 @@
import * as plugins from './smartdata.plugins'
import { Db } from './smartdata.classes.db'
import { DbDoc } from './smartdata.classes.dbdoc'
import { DbDoc } from './smartdata.classes.dbDoc'
export interface IFindOptions {
limit?: number