@curveball/problem
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -0,4 +1,13 @@ | ||
Changelog | ||
========= | ||
0.1.1 (2019-09-13) | ||
----------------- | ||
* Updated to Curveball 0.9 API | ||
0.1.0 (2019-05-04) | ||
================== | ||
------------------ | ||
* First version |
{ | ||
"name": "@curveball/problem", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A middleware for converting errors into application/problem+json", | ||
@@ -42,13 +42,13 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^12.0.0", | ||
"@types/sinon": "^7.0.11", | ||
"@types/chai": "^4.2.2", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.7.5", | ||
"@types/sinon": "^7.0.13", | ||
"chai": "^4.2.0", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.0", | ||
"sinon": "^7.3.2", | ||
"ts-node": "^8.1.0", | ||
"tslint": "^5.16.0", | ||
"typescript": "^3.4.5" | ||
"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" | ||
}, | ||
@@ -62,4 +62,4 @@ "types": "dist/", | ||
"dependencies": { | ||
"@curveball/core": "^0.8.6" | ||
"@curveball/core": "^0.9.0" | ||
} | ||
} |
Curveball Problem Middleware | ||
=========================== | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/curveballjs/problem.svg)](https://greenkeeper.io/) | ||
This package is a middleware for the [Curveball][2] framework that catches any | ||
@@ -5,0 +7,0 @@ exception and turns them into `application/problem+json` responses, as defined |
9042
76
+ Added@curveball/core@0.9.4(transitive)
- Removed@curveball/core@0.8.6(transitive)
Updated@curveball/core@^0.9.0