mongodb-memory-server-core
Advanced tools
Comparing version 6.5.0 to 6.5.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [6.5.1](https://github.com/nodkz/mongodb-memory-server/compare/v6.5.0...v6.5.1) (2020-04-02) | ||
### Bug Fixes | ||
* change "waiting for connections on port" to "waiting for connections" ([02228c3](https://github.com/nodkz/mongodb-memory-server/commit/02228c3)) | ||
# [6.5.0](https://github.com/nodkz/mongodb-memory-server/compare/v6.4.1...v6.5.0) (2020-03-24) | ||
@@ -8,0 +19,0 @@ |
@@ -296,3 +296,3 @@ "use strict"; | ||
this.debug("STDOUT: " + line); | ||
if (/waiting for connections on port/i.test(line)) { | ||
if (/waiting for connections/i.test(line)) { | ||
this.instanceReady(); | ||
@@ -299,0 +299,0 @@ } |
{ | ||
"name": "mongodb-memory-server-core", | ||
"version": "6.5.0", | ||
"version": "6.5.1", | ||
"description": "MongoDB Server for testing (core package, without autodownload). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.", | ||
@@ -93,3 +93,3 @@ "main": "lib/index", | ||
}, | ||
"gitHead": "3ed31f62179940ba269b28992ef9f5e0d312827a" | ||
"gitHead": "c1757140c5f3d6911f4a673607173b124cf284fb" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
353496