mongodb-memory-server-core
Advanced tools
Comparing version 10.0.0-beta.3 to 10.0.0-beta.4
import './util/resolveConfig'; | ||
import { MongoMemoryServer } from './MongoMemoryServer'; | ||
export { DryMongoBinary } from './util/DryMongoBinary'; | ||
export { MongoBinary } from './util/MongoBinary'; | ||
export { MongoInstance } from './util/MongoInstance'; | ||
export { MongoMemoryReplSet } from './MongoMemoryReplSet'; | ||
export * as errors from './util/errors'; | ||
export { MongoMemoryServer }; | ||
export default MongoMemoryServer; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.MongoMemoryServer = exports.MongoMemoryReplSet = exports.MongoInstance = exports.MongoBinary = void 0; | ||
exports.MongoMemoryServer = exports.errors = exports.MongoMemoryReplSet = exports.MongoInstance = exports.MongoBinary = exports.DryMongoBinary = void 0; | ||
const tslib_1 = require("tslib"); | ||
require("./util/resolveConfig"); // import it for the side-effects (globals) | ||
const MongoMemoryServer_1 = require("./MongoMemoryServer"); | ||
Object.defineProperty(exports, "MongoMemoryServer", { enumerable: true, get: function () { return MongoMemoryServer_1.MongoMemoryServer; } }); | ||
var DryMongoBinary_1 = require("./util/DryMongoBinary"); | ||
Object.defineProperty(exports, "DryMongoBinary", { enumerable: true, get: function () { return DryMongoBinary_1.DryMongoBinary; } }); | ||
var MongoBinary_1 = require("./util/MongoBinary"); | ||
@@ -13,3 +16,4 @@ Object.defineProperty(exports, "MongoBinary", { enumerable: true, get: function () { return MongoBinary_1.MongoBinary; } }); | ||
Object.defineProperty(exports, "MongoMemoryReplSet", { enumerable: true, get: function () { return MongoMemoryReplSet_1.MongoMemoryReplSet; } }); | ||
exports.errors = tslib_1.__importStar(require("./util/errors")); | ||
exports.default = MongoMemoryServer_1.MongoMemoryServer; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "mongodb-memory-server-core", | ||
"version": "10.0.0-beta.3", | ||
"version": "10.0.0-beta.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.", | ||
@@ -54,3 +54,3 @@ "main": "lib/index", | ||
"new-find-package-json": "^2.0.0", | ||
"semver": "^7.6.2", | ||
"semver": "^7.6.3", | ||
"tar-stream": "^3.1.7", | ||
@@ -57,0 +57,0 @@ "tslib": "^2.6.3", |
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
397195
5793
Updatedsemver@^7.6.3