api-opinionated
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -22,3 +22,4 @@ interface ApiFilter { | ||
_status: number; | ||
details?: string; | ||
error: string; | ||
detail?: string; | ||
message?: string; | ||
@@ -25,0 +26,0 @@ } |
{ | ||
"name": "api-opinionated", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Opinionated API utilities", | ||
@@ -24,2 +24,3 @@ "license": "MIT", | ||
"build": "tsup src/index.ts --minify --dts --format cjs,esm --out-dir dist", | ||
"publish": "npm run build && npm publish", | ||
"prepare": "husky" | ||
@@ -26,0 +27,0 @@ }, |
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
42657
382