@curveball/problem
Advanced tools
Comparing version 0.2.0 to 0.2.1
Changelog | ||
========= | ||
0.2.1 (2020-01-05) | ||
------------------ | ||
* Allow installation on Curveball 0.10. | ||
0.2.0 (2019-12-27) | ||
@@ -5,0 +11,0 @@ ------------------ |
{ | ||
"name": "@curveball/problem", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A middleware for converting errors into application/problem+json", | ||
@@ -42,3 +42,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@curveball/core": "^0.9", | ||
"@curveball/core": "^0.10.0", | ||
"@types/chai": "^4.2.7", | ||
@@ -49,5 +49,5 @@ "@types/mocha": "^5.2.7", | ||
"chai": "^4.2.0", | ||
"mocha": "^6.2.2", | ||
"mocha": "^7.0.0", | ||
"nyc": "^15.0.0", | ||
"sinon": "^8.0.1", | ||
"sinon": "^8.0.2", | ||
"ts-node": "^8.5.4", | ||
@@ -64,4 +64,4 @@ "tslint": "^5.20.1", | ||
"peerDependencies": { | ||
"@curveball/core": "^0.9.4" | ||
"@curveball/core": ">=0.9 <1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9249