@curveball/problem
Advanced tools
Comparing version 0.4.0 to 0.5.0
Changelog | ||
========= | ||
0.5.0 (2023-02-13) | ||
------------------ | ||
* Now has a ESM and CommonJS build. | ||
0.4.0 (2022-09-03) | ||
@@ -5,0 +11,0 @@ ------------------ |
{ | ||
"name": "@curveball/problem", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "A middleware for converting errors into application/problem+json", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"prepublishOnly": "make build", | ||
"test": "make lint test", | ||
"lint": "make lint", | ||
"tsc": "tsc", | ||
"start": "make start" | ||
"type": "module", | ||
"exports": { | ||
"require": "./cjs/index.js", | ||
"import": "./esm/index.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/curveball/problem.git" | ||
"main": "cjs/index.js", | ||
"homepage": "https://github.com/curveball/problem#readme", | ||
"bugs": { | ||
"url": "https://github.com/curveball/problem/issues" | ||
}, | ||
"files": [ | ||
"package.json", | ||
"README.md", | ||
"dist", | ||
"src", | ||
"LICENSE" | ||
], | ||
"keywords": [ | ||
@@ -39,10 +30,21 @@ "http", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/curveball/problem/issues" | ||
"scripts": { | ||
"prepublishOnly": "make build", | ||
"test": "make test", | ||
"lint": "make lint", | ||
"fix": "make fix", | ||
"tsc": "tsc", | ||
"start": "make start" | ||
}, | ||
"homepage": "https://github.com/curveball/problem#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/curveball/problem.git" | ||
}, | ||
"peerDependencies": { | ||
"@curveball/kernel": ">=0.21.0 <1" | ||
}, | ||
"devDependencies": { | ||
"@curveball/kernel": "^0.20.0", | ||
"@curveball/kernel": ">=0.21.0 <1", | ||
"@types/chai": "^4.2.15", | ||
"@types/mocha": "^9.1.1", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^14.18.26", | ||
@@ -54,16 +56,20 @@ "@types/sinon": "^10.0.6", | ||
"eslint": "^8.23.0", | ||
"mocha": "^10.0.0", | ||
"mocha": "^10.2.0", | ||
"nyc": "^15.1.0", | ||
"sinon": "^14.0.0", | ||
"sinon": "^15.0.1", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.5.4" | ||
}, | ||
"types": "dist/", | ||
"nyc": { | ||
"extension": [ | ||
".ts" | ||
] | ||
}, | ||
"files": [ | ||
"package.json", | ||
"README.md", | ||
"esm", | ||
"cjs", | ||
"LICENSE", | ||
"src" | ||
], | ||
"mocha": { | ||
"require": "ts-node/register", | ||
"loader": [ | ||
"ts-node/esm" | ||
], | ||
"recursive": true, | ||
@@ -76,5 +82,7 @@ "extension": [ | ||
}, | ||
"peerDependencies": { | ||
"@curveball/kernel": ">=0.20.0 <1" | ||
"nyc": { | ||
"extension": [ | ||
".ts" | ||
] | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
17255
15
231
Yes
2
1