api-opinionated
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -19,2 +19,3 @@ interface ApiFilter { | ||
error?: ApiError; | ||
status?: ApiStatusCode; | ||
} | ||
@@ -21,0 +22,0 @@ interface ApiError { |
{ | ||
"name": "api-opinionated", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Opinionated API utilities", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
"build": "tsup src/index.ts --minify --dts --format cjs,esm --out-dir dist", | ||
"doPublish": "npm run build && npm publish", | ||
"p": "npm run build && npm publish", | ||
"prepare": "husky" | ||
@@ -27,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
42658
382