froncubator-mongo
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -11,3 +11,3 @@ let MongoClient = require('mongodb').MongoClient | ||
this.models = {} | ||
this.modelsView: {} | ||
this.modelsView = {} | ||
this.db = null | ||
@@ -14,0 +14,0 @@ this.dbName = '' |
{ | ||
"name": "froncubator-mongo", | ||
"description": "MongoDB library with typing and schema-models.", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"homepage": "https://github.com/froncubator/froncubator-mongo", | ||
@@ -6,0 +6,0 @@ "main": "froncubator-mongo.js", |
20125