File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# typed-openapi
2
2
3
+ ## 2.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - b564cd5: chore(BREAKING): rm tanstack local withResponse option cause useMutation cant infer the generics passed at
8
+ this point so it doesnt have any effect on the output type (it works at runtime but desynchronized with its typing)
9
+
10
+ chore: rename TypedResponseError -> TypedStatusError (happens on expected error status code) to distinguish it better
11
+ from TypedErrorResponse
12
+
3
13
## 2.2.1
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typed-openapi" ,
3
3
"type" : " module" ,
4
- "version" : " 2.2.1 " ,
4
+ "version" : " 2.2.2 " ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.js" ,
7
7
"exports" : {
You can’t perform that action at this time.
0 commit comments