Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
9e11301135 | |||
9ba29b7b81 | |||
1540f443e6 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "smartdata",
|
"name": "smartdata",
|
||||||
"version": "1.0.26",
|
"version": "1.0.23",
|
||||||
"description": "do more with data",
|
"description": "do more with data",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import * as plugins from './smartdata.plugins'
|
import * as plugins from './smartdata.plugins'
|
||||||
import { Db } from './smartdata.classes.db'
|
import { Db } from './smartdata.classes.db'
|
||||||
import { DbDoc } from './smartdata.classes.dbdoc'
|
import { DbDoc } from './smartdata.classes.dbDoc'
|
||||||
|
|
||||||
export interface IFindOptions {
|
export interface IFindOptions {
|
||||||
limit?: number
|
limit?: number
|
||||||
|
Reference in New Issue
Block a user