@curveball/bodyparser
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -0,3 +1,13 @@ | ||
Changelog | ||
========= | ||
0.4.4 (2020-01-05) | ||
------------------ | ||
* Allow installation on Curveball 0.10. | ||
* @curveball/core is now a peerDependency. | ||
0.4.3 (2019-09-13) | ||
================== | ||
------------------ | ||
@@ -7,3 +17,3 @@ * Previous release was a bust. Actually updated to curveball 0.9.0 API | ||
0.4.2 (2019-09-13) | ||
================== | ||
------------------ | ||
@@ -14,3 +24,3 @@ * Updated to curveball 0.9.0 API | ||
0.4.1 (2019-07-21) | ||
================== | ||
------------------ | ||
@@ -20,3 +30,3 @@ * Updated to curveball 0.8.6 API | ||
0.4.0 (2018-10-04) | ||
================== | ||
------------------ | ||
@@ -26,3 +36,3 @@ * Updated to curveball 0.8.0 API. | ||
0.3.0 (2018-10-04) | ||
================== | ||
------------------ | ||
@@ -33,3 +43,3 @@ * Updated to curveball 0.7.0 API. | ||
0.2.2 (2018-09-05) | ||
================== | ||
------------------ | ||
@@ -40,3 +50,3 @@ * Fixed bug: Body parsing wasn't awaited. | ||
0.2.1 (2018-09-05) | ||
================== | ||
------------------ | ||
@@ -47,3 +57,3 @@ * Fixed bug: Forgot to call `next()` for some content-types. | ||
0.2.0 (2018-09-05) | ||
================== | ||
------------------ | ||
@@ -55,3 +65,3 @@ * Automatically parse HTML forms. | ||
0.1.0 (2018-07-05) | ||
================== | ||
------------------ | ||
@@ -62,3 +72,3 @@ * Map empty bodies with JSON content-types to `{}`. | ||
0.0.2 (2018-07-01) | ||
================== | ||
------------------ | ||
@@ -69,4 +79,4 @@ * Updated dependencies | ||
0.0.1 (2018-06-30) | ||
================== | ||
------------------ | ||
* First version |
{ | ||
"name": "@curveball/bodyparser", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "A curveball middleware for parsing JSON and Text bodies.", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"prepublish": "make build", | ||
"prepublishOnly": "make build", | ||
"test": "make lint test", | ||
@@ -13,3 +13,3 @@ "tsc": "tsc" | ||
"type": "git", | ||
"url": "git+https://github.com/curveballjs/bodyparser.git" | ||
"url": "git+https://github.com/curveball/bodyparser.git" | ||
}, | ||
@@ -34,17 +34,18 @@ "files": [ | ||
"bugs": { | ||
"url": "https://github.com/curveballjs/bodyparser/issues" | ||
"url": "https://github.com/curveball/bodyparser/issues" | ||
}, | ||
"homepage": "https://github.com/curveballjs/bodyparser#readme", | ||
"homepage": "https://github.com/curveball/bodyparser#readme", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.2", | ||
"@curveball/core": "^0.10.0", | ||
"@types/chai": "^4.2.7", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.7.5", | ||
"@types/sinon": "^7.0.13", | ||
"@types/node": "^10.17.13", | ||
"@types/sinon": "^7.5.1", | ||
"chai": "^4.2.0", | ||
"mocha": "^6.2.0", | ||
"nyc": "^14.1.1", | ||
"sinon": "^7.4.2", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.20.0", | ||
"typescript": "^3.6.3" | ||
"mocha": "^7.0.0", | ||
"nyc": "^15.0.0", | ||
"sinon": "^8.0.2", | ||
"ts-node": "^8.5.4", | ||
"tslint": "^5.20.1", | ||
"typescript": "^3.7.4" | ||
}, | ||
@@ -57,5 +58,6 @@ "types": "dist/", | ||
}, | ||
"dependencies": { | ||
"@curveball/core": "^0.9.0" | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"@curveball/core": ">=0.9 <1" | ||
} | ||
} |
7155
12
+ Added@curveball/core@0.21.1(transitive)
+ Added@curveball/http-errors@0.5.0(transitive)
+ Added@curveball/kernel@0.21.2(transitive)
+ Added@types/node@22.13.1(transitive)
+ Added@types/ws@8.5.14(transitive)
+ Addedundici-types@6.20.0(transitive)
+ Addedws@8.18.0(transitive)
- Removed@curveball/core@^0.9.0
- Removed@curveball/core@0.9.4(transitive)
- Removed@curveball/http-errors@0.3.0(transitive)