mongodb-memory-server-core
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.0.4](https://github.com/nodkz/mongodb-memory-server/compare/v5.0.3...v5.0.4) (2019-04-15) | ||
**Note:** Version bump only for package mongodb-memory-server-core | ||
## [5.0.3](https://github.com/nodkz/mongodb-memory-server/compare/v5.0.2...v5.0.3) (2019-04-14) | ||
@@ -8,0 +16,0 @@ |
@@ -224,3 +224,6 @@ "use strict"; | ||
var ubuntuVersion = child_process_1.execSync('/usr/bin/lsb_release -u -rs'); | ||
return "ubuntu" + ubuntuVersion.toString().replace('.', ''); | ||
return "ubuntu" + ubuntuVersion | ||
.toString() | ||
.replace('.', '') | ||
.trim(); | ||
}; | ||
@@ -227,0 +230,0 @@ // eslint-disable-next-line @typescript-eslint/no-unused-vars |
{ | ||
"name": "mongodb-memory-server-core", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"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.", | ||
@@ -53,3 +53,3 @@ "main": "lib/index", | ||
}, | ||
"gitHead": "4dd4cb1935401a436e3f65ebd220c18c34e71ccd" | ||
"gitHead": "af002451ecc82c4ff840961ee425d52655dfcb62" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
158217
2206