mongodb-memory-server-core
Advanced tools
Comparing version 6.7.0 to 6.7.1
@@ -379,3 +379,4 @@ "use strict"; | ||
reject(new Error("Status Code is 403 (MongoDB's 404)\n" + | ||
"This means that the requested version-platform combination doesn't exist")); | ||
"This means that the requested version-platform combination doesn't exist\n" + | ||
("Used Url: \"https://" + httpOptions.hostname + httpOptions.path + "\""))); | ||
return; | ||
@@ -382,0 +383,0 @@ } |
{ | ||
"name": "mongodb-memory-server-core", | ||
"version": "6.7.0", | ||
"version": "6.7.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.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
359706
5403