viewmodel
Advanced tools
Comparing version 1.5.16 to 1.5.17
@@ -82,3 +82,2 @@ 'use strict'; | ||
var finish = function (err) { | ||
self.client = client; | ||
self.isConnected = true; | ||
@@ -304,3 +303,3 @@ if (!err) { | ||
self.client.ensureIndex(self.collectionName, index, options, function(err, indexName) { | ||
self.db.ensureIndex(self.collectionName, index, options, function(err, indexName) { | ||
// nothing todo. | ||
@@ -307,0 +306,0 @@ }); |
{ | ||
"author": "adrai", | ||
"name": "viewmodel", | ||
"version": "1.5.16", | ||
"version": "1.5.17", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
## [v1.5.16](https://github.com/adrai/node-viewmodel/compare/v1.5.14...v1.5.16) | ||
## [v1.5.17](https://github.com/adrai/node-viewmodel/compare/v1.5.14...v1.5.17) | ||
- Support mongo connection string | ||
@@ -3,0 +3,0 @@ |
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
106541
2860