eventstore
Advanced tools
Comparing version 1.12.1 to 1.12.2
@@ -38,3 +38,3 @@ 'use strict'; | ||
defaultOpt.autoReconnect = false; | ||
_.defaults(options, defaultOpt); | ||
_.defaults(options.options, defaultOpt); | ||
} else { | ||
@@ -41,0 +41,0 @@ defaultOpt.auto_reconnect = false; |
{ | ||
"author": "adrai", | ||
"name": "eventstore", | ||
"version": "1.12.1", | ||
"version": "1.12.2", | ||
"contributors": [ | ||
@@ -6,0 +6,0 @@ { |
@@ -1,2 +0,2 @@ | ||
#### [v1.12.1](https://github.com/adrai/node-eventstore/compare/v1.12.0...v1.12.1) | ||
#### [v1.12.2](https://github.com/adrai/node-eventstore/compare/v1.12.0...v1.12.2) | ||
- fix for new mongodb driver | ||
@@ -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
187227