@curveball/problem
Advanced tools
Comparing version 0.1.1 to 0.2.0
Changelog | ||
========= | ||
0.2.0 (2019-12-27) | ||
------------------ | ||
* `@curveball/core` is now a peerDependency | ||
0.1.1 (2019-09-13) | ||
@@ -5,0 +11,0 @@ ----------------- |
{ | ||
"name": "@curveball/problem", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "A middleware for converting errors into application/problem+json", | ||
@@ -42,13 +42,14 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.2", | ||
"@curveball/core": "^0.9", | ||
"@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": "^6.2.2", | ||
"nyc": "^15.0.0", | ||
"sinon": "^8.0.1", | ||
"ts-node": "^8.5.4", | ||
"tslint": "^5.20.1", | ||
"typescript": "^3.7.4" | ||
}, | ||
@@ -61,5 +62,5 @@ "types": "dist/", | ||
}, | ||
"dependencies": { | ||
"@curveball/core": "^0.9.0" | ||
"peerDependencies": { | ||
"@curveball/core": "^0.9.4" | ||
} | ||
} |
9163
12
- Removed@curveball/core@^0.9.0