Skip to content

Commit

Permalink
update zod pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wundero committed Dec 13, 2024
1 parent b4e4e92 commit dfc1d14
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sinkr/core",
"license": "MIT",
"version": "0.5.0",
"version": "0.5.1",
"exports": {
".": "./src/index.ts",
"./client": "./src/index.browser.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinkr/core",
"version": "0.5.0",
"version": "0.5.1",
"type": "module",
"main": "src/index.ts",
"exports": {
Expand All @@ -26,7 +26,7 @@
},
"prettier": "@sinkr/prettier-config",
"dependencies": {
"@sinkr/validators": "npm:@jsr/[email protected].1",
"@sinkr/validators": "npm:@jsr/[email protected].2",
"emittery": "^1.0.3",
"undici": "^7.1.0",
"zod": "^3.24.1"
Expand Down
11 changes: 9 additions & 2 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 dfc1d14

Please sign in to comment.