Skip to content

Commit

Permalink
fix: fetch error types not being forwarded
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Feb 6, 2024
1 parent b7792aa commit e20dcda
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 227 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
},
"dependencies": {
"h3": "^1.9.0",
"ofetch": "^1.3.3",
"ohash": "^1.1.3"
},
"devDependencies": {
Expand Down Expand Up @@ -86,4 +85,4 @@
"@trpc/server": "^10.44.1"
}
}
}
}
1 change: 1 addition & 0 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dependencies": {
"@trpc/client": "^10.44.1",
"@trpc/server": "^10.44.1",
"ofetch": "^1.3.3",
"superjson": "^2.1.0",
"trpc-nuxt": "workspace:*",
"zod": "^3.22.4"
Expand Down
Loading

0 comments on commit e20dcda

Please sign in to comment.