Comparing version 3.0.9 to 3.0.10
@@ -83,3 +83,3 @@ const debug = require('debug')('cosa:db'); | ||
useNewUrlParser: true, | ||
useUnifiedTopology: true | ||
useUnifiedTopology: false // https://jira.mongodb.org/projects/NODE/issues/NODE-2231 | ||
}); | ||
@@ -86,0 +86,0 @@ this._db = await this._client.db(dbName); |
{ | ||
"name": "cosa", | ||
"version": "3.0.9", | ||
"version": "3.0.10", | ||
"description": "Cosa Models for MongoDB", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56187