@hono/zod-validator
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "@hono/zod-validator", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Validator middleware using Zod", | ||
"type": "module", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/esm/index.d.ts", | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
} | ||
@@ -21,6 +21,4 @@ }, | ||
"test": "vitest --run", | ||
"copy:package.cjs.json": "cp ./package.cjs.json ./dist/cjs/package.json", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
"build": "rimraf dist && yarn build:cjs && yarn build:esm && yarn copy:package.cjs.json", | ||
"build": "tsup ./src/index.ts --format esm,cjs --dts", | ||
"publint": "publint", | ||
"prerelease": "yarn build && yarn test", | ||
@@ -45,4 +43,4 @@ "release": "yarn publish" | ||
"hono": "^4.0.10", | ||
"jest": "^29.7.0", | ||
"rimraf": "^5.0.5", | ||
"publint": "^0.2.7", | ||
"tsup": "^8.1.0", | ||
"typescript": "^5.3.3", | ||
@@ -49,0 +47,0 @@ "vitest": "^1.4.0", |
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
7747
116
1