@fresh8/copacetic
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "@fresh8/copacetic", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "A package to help your service check the health of its dependencies.", | ||
@@ -56,8 +56,8 @@ "main": "index.js", | ||
"coveralls": "^2.13.1", | ||
"ioredis": "^3.1.1", | ||
"ioredis": "3.x", | ||
"mocha": "^3.4.2", | ||
"mongodb": "^2.2.28", | ||
"mongoose": "^4.10.7", | ||
"mongodb": "2.x", | ||
"mongoose": "4.x", | ||
"nock": "^9.0.13", | ||
"node-fetch": "^1.7.1", | ||
"node-fetch": "1.x", | ||
"nyc": "^11.0.1", | ||
@@ -75,6 +75,7 @@ "standard": "^10.0.2" | ||
"optionalPeerDependencies": { | ||
"redis": "2.x", | ||
"node-fetch": "1.x", | ||
"mongodb": "2.x", | ||
"mongoose": "4.x" | ||
"mongoose": "4.x", | ||
"ioredis": "3.x" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
209019
5746