@curveball/problem
Advanced tools
Comparing version 0.2.2 to 0.3.0
Changelog | ||
========= | ||
0.3.0 (2021-02-18) | ||
------------------ | ||
* Modernize everything a bit | ||
* Upgrade all dependencies | ||
* Still no bugs | ||
0.2.2 (2020-06-05) | ||
--------- | ||
------------------ | ||
@@ -7,0 +15,0 @@ * Added a `quiet` flag to supress 4XX client errors from the log. |
@@ -64,3 +64,3 @@ "use strict"; | ||
if (!quiet) { | ||
// tslint:disable-next-line no-console | ||
/* eslint-disable no-console */ | ||
console.warn(e); | ||
@@ -67,0 +67,0 @@ } |
{ | ||
"name": "@curveball/problem", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "A middleware for converting errors into application/problem+json", | ||
@@ -20,2 +20,3 @@ "main": "dist/index.js", | ||
"dist", | ||
"src", | ||
"LICENSE" | ||
@@ -43,14 +44,16 @@ ], | ||
"devDependencies": { | ||
"@curveball/core": "^0.12.0", | ||
"@types/chai": "^4.2.11", | ||
"@curveball/core": "^0.16.1", | ||
"@types/chai": "^4.2.15", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^10.17.24", | ||
"@types/sinon": "^9.0.4", | ||
"chai": "^4.2.0", | ||
"@types/node": "^10.17.53", | ||
"@types/sinon": "^9.0.10", | ||
"@typescript-eslint/eslint-plugin": "^4.15.1", | ||
"@typescript-eslint/parser": "^4.15.1", | ||
"chai": "^4.3.0", | ||
"eslint": "^7.20.0", | ||
"mocha": "^7.2.0", | ||
"nyc": "^15.1.0", | ||
"sinon": "^9.0.2", | ||
"sinon": "^9.2.4", | ||
"ts-node": "^8.10.2", | ||
"tslint": "^6.1.2", | ||
"typescript": "^3.9.5" | ||
"typescript": "^3.9.9" | ||
}, | ||
@@ -64,3 +67,3 @@ "types": "dist/", | ||
"peerDependencies": { | ||
"@curveball/core": ">=0.9 <1" | ||
"@curveball/core": ">=0.16.1 <1" | ||
}, | ||
@@ -67,0 +70,0 @@ "mocha": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
12360
9
155
14