@xiara/mongo
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -35,2 +35,3 @@ "use strict"; | ||
autoReconnect: true, | ||
useNewUrlParser: true | ||
}).then((client) => { | ||
@@ -37,0 +38,0 @@ this._db = client.db(options.Database); |
{ | ||
"name": "@xiara/mongo", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Advanced Typescript MongoDB ODM. Written entirely in typescript.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/azarus/xiara-mongo", |
@@ -35,2 +35,3 @@ import { CreateConnectionString, IConnectionOptions } from "./Utils"; | ||
autoReconnect: true, | ||
useNewUrlParser: true | ||
}).then((client: MongoClient) => { | ||
@@ -37,0 +38,0 @@ this._db = client.db(options.Database); |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
178180
2630
1