mongodb-connection-model
Advanced tools
@@ -10,3 +10,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.0.0-next-014cd3f52319f9c3e62d458f4c10e0af7ae98052", | ||
"version": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3", | ||
"repository": { | ||
@@ -23,22 +23,17 @@ "type": "git", | ||
"scripts": { | ||
"test-check-ci": "npm run check && npm test", | ||
"pretest": "mongodb-runner install && mongodb-runner start --port=27018", | ||
"test": "mocha", | ||
"posttest": "mongodb-runner stop --port=27018", | ||
"test-check-ci": "npm run check", | ||
"check": "npm run lint && npm run depcheck", | ||
"lint": "eslint \"./{src,lib,test,bin}/**/*.{js,jsx,ts,tsx}\" \"./*.js\" --no-error-on-unmatched-pattern", | ||
"depcheck": "depcheck", | ||
"test-ci": "npm run test", | ||
"posttest-ci": "node ../../scripts/killall-mongo.js" | ||
"depcheck": "depcheck" | ||
}, | ||
"peerDependencies": { | ||
"mongodb": "^4.13.0" | ||
"mongodb": "^5.5.0" | ||
}, | ||
"dependencies": { | ||
"@mongodb-js/compass-utils": "0.0.0-next-014cd3f52319f9c3e62d458f4c10e0af7ae98052", | ||
"@mongodb-js/ssh-tunnel": "0.0.0-next-014cd3f52319f9c3e62d458f4c10e0af7ae98052", | ||
"@mongodb-js/compass-utils": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3", | ||
"@mongodb-js/ssh-tunnel": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3", | ||
"ampersand-model": "^8.0.1", | ||
"ampersand-rest-collection": "^6.0.0", | ||
"debug": "^4.2.0", | ||
"lodash": "^4.17.15", | ||
"lodash": "^4.17.21", | ||
"mongodb-connection-string-url": "^2.6.0", | ||
@@ -49,4 +44,3 @@ "mongodb3": "npm:mongodb@^3.6.3", | ||
"resolve-mongodb-srv": "^1.1.2", | ||
"ssh2": "^0.8.7", | ||
"storage-mixin": "0.0.0-next-014cd3f52319f9c3e62d458f4c10e0af7ae98052" | ||
"storage-mixin": "0.0.0-next-0189b6f6005b078db9424856c7565117e3b45ef3" | ||
}, | ||
@@ -59,11 +53,9 @@ "devDependencies": { | ||
"eslint-config-mongodb-js": "^5.0.3", | ||
"mocha": "^8.0.1", | ||
"mock-require": "^3.0.3", | ||
"mongodb": "^4.13.0", | ||
"mongodb-runner": "^4.10.0", | ||
"proxyquire": "^2.1.0", | ||
"mongodb": "^5.5.0", | ||
"proxyquire": "^2.1.3", | ||
"sinon": "^9.0.2", | ||
"uuid": "^8.2.0" | ||
}, | ||
"gitHead": "014cd3f52319f9c3e62d458f4c10e0af7ae98052" | ||
"gitHead": "0189b6f6005b078db9424856c7565117e3b45ef3" | ||
} |
Sorry, the diff of this file is not supported yet
13
-7.14%10
-16.67%107810
-0.32%