pretty-mongo
Advanced tools
Comparing version 0.0.4 to 0.0.5
import { Collection, FindOneAndUpdateOption, FindOneOptions, ObjectId } from 'mongodb'; | ||
declare type UpdateOperators = '$currentDate' | '$inc' | '$min' | '$max' | '$mul' | '$rename' | '$set' | '$set' | '$setOnInsert' | '$unset' | '$addToSet' | '$pop' | '$push'; | ||
declare type UpdateOperators = '$currentDate' | '$inc' | '$min' | '$max' | '$mul' | '$rename' | '$set' | '$set' | '$setOnInsert' | '$unset' | '$addToSet' | '$pop' | '$push' | '$pull'; | ||
/** | ||
@@ -4,0 +4,0 @@ * instantiate the class with a given MongoDB collection |
{ | ||
"name": "pretty-mongo", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A set of helper tools to test mongo-based projects", | ||
@@ -5,0 +5,0 @@ "author": "Ehab Khaireldin", |
23450