Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "mongot", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "@types/mongodb": { |
{ | ||
"name": "mongot", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "MongoT is a modern ODM library for MongoDb.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -37,1 +37,2 @@ import "./reflect"; | ||
export declare const auto: (fn: Function) => (target: any, propertyKey: string) => void; | ||
export declare const ObjectID: typeof MongoDb.ObjectID; |
@@ -13,2 +13,3 @@ "use strict"; | ||
const assert_1 = require("assert"); | ||
const MongoDb = require("mongodb"); | ||
const store_1 = require("./metadata/store"); | ||
@@ -115,2 +116,3 @@ const document_1 = require("./document"); | ||
}; | ||
exports.ObjectID = MongoDb.ObjectID; | ||
//# sourceMappingURL=schema.js.map |
Sorry, the diff of this file is not supported yet
139423
2177