Skip to content

Commit

Permalink
Update zod pt1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wundero committed Dec 13, 2024
1 parent 6883277 commit 423e686
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/validators/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinkr/validators",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",
"exports": "./mod.ts"
}
4 changes: 2 additions & 2 deletions packages/validators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinkr/validators",
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"main": "src/index.ts",
"exports": {
Expand All @@ -24,6 +24,6 @@
},
"prettier": "@sinkr/prettier-config",
"dependencies": {
"zod": "^3.24.0"
"zod": "^3.24.1"
}
}
57 changes: 39 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 423e686

Please sign in to comment.