mongodb-collection-model
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -1,10 +0,5 @@ | ||
var CollectionModel = require('./lib/collection-model'); | ||
var CollectionModelCollection = require('./lib/collection-model').Collection; | ||
var ExtendedCollectionModel = require('./lib/extended-collection-model'); | ||
var ExtendedCollectionModelCollection = require('./lib/extended-collection-model').Collection; | ||
module.export = CollectionModel; | ||
module.export.Collection = CollectionModelCollection; | ||
/* Models used by Compass */ | ||
module.export.ExtendedCollectionModel = ExtendedCollectionModel; | ||
module.export.ExtendedCollectionModelCollection = ExtendedCollectionModelCollection; | ||
module.export = ExtendedCollectionModel; | ||
module.export.Collection = ExtendedCollectionModelCollection; |
@@ -5,3 +5,3 @@ { | ||
"author": "Lucas Hrabovsky <lucas@mongodb.com>", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"bugs": "https://github.com/mongodb-js/mongodb-collection-model/issues", | ||
@@ -8,0 +8,0 @@ "homepage": "https://github.com/mongodb-js/mongodb-collection-model", |
Sorry, the diff of this file is not supported yet
32806
228