@curveball/bodyparser
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -0,1 +1,6 @@ | ||
0.4.0 (2018-10-04) | ||
================== | ||
* Updated to curveball 0.8.0 API. | ||
0.3.0 (2018-10-04) | ||
@@ -2,0 +7,0 @@ ================== |
{ | ||
"name": "@curveball/bodyparser", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "A curveball middleware for parsing JSON and Text bodies.", | ||
@@ -37,13 +37,13 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.1.6", | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.11.4", | ||
"@types/sinon": "^5.0.3", | ||
"@types/node": "^10.12.2", | ||
"@types/sinon": "^5.0.5", | ||
"chai": "^4.2.0", | ||
"mocha": "^5.2.0", | ||
"nyc": "^12.0.2", | ||
"sinon": "^6.3.5", | ||
"nyc": "^13.1.0", | ||
"sinon": "^7.1.1", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"typescript": "^2.9.2" | ||
"typescript": "^3.1.5" | ||
}, | ||
@@ -57,4 +57,4 @@ "types": "dist/", | ||
"dependencies": { | ||
"@curveball/core": ">=0.7.0 <1.0.0" | ||
"@curveball/core": "^0.8.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
6584
+ Added@curveball/core@0.8.6(transitive)
+ Added@curveball/http-errors@0.3.0(transitive)
- Removed@curveball/core@0.21.1(transitive)
- Removed@curveball/http-errors@0.5.0(transitive)
- Removed@curveball/kernel@0.21.2(transitive)
- Removed@types/node@22.13.1(transitive)
- Removed@types/ws@8.5.14(transitive)
- Removedundici-types@6.20.0(transitive)
- Removedws@8.18.0(transitive)
Updated@curveball/core@^0.8.1