Compare commits

..

3 Commits

Author SHA1 Message Date
30776a7da0 1.0.26 2017-06-23 16:42:08 +02:00
fedc0bd8c8 fix import 2017-06-23 16:42:03 +02:00
7b78b47a1b 1.0.25 2017-06-23 16:38:11 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "smartdata",
"version": "1.0.24",
"version": "1.0.26",
"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