loopback-connector-mongodb
Advanced tools
Comparing version 6.0.1 to 6.1.0
{ | ||
"name": "loopback-connector-mongodb", | ||
"version": "6.0.1", | ||
"version": "6.1.0", | ||
"description": "The official MongoDB connector for the LoopBack framework.", | ||
@@ -11,6 +11,5 @@ "engines": { | ||
"scripts": { | ||
"coverage": "nyc report --reporter=text-lcov | coveralls", | ||
"benchmarks": "make benchmarks", | ||
"leak-detection": "make leak-detection", | ||
"test": "nyc mocha test/*.test.js node_modules/juggler-v4/test.js", | ||
"test": "nyc --reporter=lcov mocha --exit --timeout=5000 test/*.test.js node_modules/juggler-v4/test.js", | ||
"lint": "eslint .", | ||
@@ -28,3 +27,3 @@ "posttest": "npm run lint" | ||
"type": "git", | ||
"url": "git://github.com/strongloop/loopback-connector-mongodb.git" | ||
"url": "git://github.com/loopbackio/loopback-connector-mongodb.git" | ||
}, | ||
@@ -35,3 +34,2 @@ "keywords": [ | ||
"loopback", | ||
"strongloop", | ||
"mongodb" | ||
@@ -49,10 +47,12 @@ ], | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "^13.1.0", | ||
"benchmark": "^2.1.4", | ||
"bluebird": "^3.5.4", | ||
"coveralls": "^3.0.4", | ||
"eslint": "^6.6.0", | ||
"eslint-config-loopback": "^13.0.0", | ||
"commitlint": "^13.1.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-loopback": "^13.1.0", | ||
"eslint-plugin-mocha": "^9.0.0", | ||
"juggler-v4": "file:./deps/juggler-v4", | ||
"loopback-datasource-juggler": "^4.0.0", | ||
"mocha": "^6.2.0", | ||
"mocha": "^9.1.1", | ||
"nyc": "^14.1.1", | ||
@@ -59,0 +59,0 @@ "rc": "^1.2.8", |
Sorry, the diff of this file is too big to display
2316
94446
15
23