koa-zod-router
Advanced tools
Comparing version 0.9.13 to 0.9.14
# koa-zod-router | ||
## 0.9.14 | ||
### Patch Changes | ||
- 0735721: Preparing for v1 | ||
## 0.9.13 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "koa-zod-router", | ||
"version": "0.9.13", | ||
"version": "0.9.14", | ||
"description": "", | ||
@@ -11,7 +11,10 @@ "main": "dist/index.js", | ||
"build": "rm -rf dist && tsup src/index.ts --format cjs,esm --dts", | ||
"build:turbo": "turbo run build", | ||
"example": "tsup examples/index.ts --watch", | ||
"test": "mocha", | ||
"test:coverage": "nyc --reporter=text mocha", | ||
"test:turbo": "turbo run test:coverage", | ||
"lint": "tsc && eslint \"src/**/*.ts\" --cache && prettier --check \"src/**/*.ts\"", | ||
"release": "pnpm build && npm publish" | ||
"lint:turbo": "turbo run lint", | ||
"release": "pnpm build:turbo && npm publish" | ||
}, | ||
@@ -18,0 +21,0 @@ "author": { |
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
38796