zod-metadata
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "zod-metadata", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Extends Zod with metadata", | ||
@@ -30,3 +30,7 @@ "main": "dist/index.js", | ||
"build": "npm run clean && tsc -p tsconfig.build.json", | ||
"format": "prettier \"**/*.[jt]s\" --write", | ||
"lint": "eslint . --ext .ts --fix", | ||
"test": "jest", | ||
"test:cov": "jest --coverage", | ||
"test:watch": "jest --watch", | ||
"typecheck": "tsc --noEmit", | ||
@@ -60,5 +64,9 @@ "prepare": "husky install" | ||
"@typescript-eslint/parser": "^5.54.1", | ||
"commitlint": "^17.4.4", | ||
"eslint": "^8.36.0", | ||
"eslint-config-prettier": "^8.7.0", | ||
"husky": "^8.0.0", | ||
"jest": "^29.5.0", | ||
"lint-staged": "^13.2.0", | ||
"prettier": "^2.8.4", | ||
"rimraf": "^4.3.1", | ||
@@ -69,3 +77,6 @@ "ts-jest": "^29.0.5", | ||
"zod": "^3.21.2" | ||
}, | ||
"dependencies": { | ||
"@commitlint/config-conventional": "^17.4.4" | ||
} | ||
} |
import './dist/index'; | ||
export {} | ||
export {}; |
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
5287
2
16
+ Added@commitlint/config-conventional@17.8.1(transitive)
+ Addedarray-ify@1.0.0(transitive)
+ Addedcompare-func@2.0.0(transitive)
+ Addedconventional-changelog-conventionalcommits@6.1.0(transitive)
+ Addeddot-prop@5.3.0(transitive)
+ Addedis-obj@2.0.0(transitive)