@curveball/bodyparser
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "@curveball/bodyparser", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A curveball middleware for parsing JSON and Text bodies.", | ||
@@ -38,12 +38,12 @@ "main": "dist/index.js", | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.12.2", | ||
"@types/sinon": "^5.0.5", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.6.8", | ||
"@types/sinon": "^7.0.13", | ||
"chai": "^4.2.0", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.1.0", | ||
"sinon": "^7.1.1", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.1.5" | ||
"mocha": "^6.2.0", | ||
"nyc": "^14.1.1", | ||
"sinon": "^7.3.2", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.18.0", | ||
"typescript": "^3.5.3" | ||
}, | ||
@@ -57,4 +57,4 @@ "types": "dist/", | ||
"dependencies": { | ||
"@curveball/core": "^0.8.1" | ||
"@curveball/core": "^0.8.6" | ||
} | ||
} |
Updated@curveball/core@^0.8.6