Skip to content

Commit 94d6142

Browse files
Merge pull request #46 from povio/fix/react-query-types
fix: standalone generated react-query.types for newer versions of tanstack react query
2 parents c991423 + 589d2c8 commit 94d6142

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@povio/openapi-codegen-cli",
3-
"version": "1.2.11",
3+
"version": "1.2.12",
44
"main": "./dist/index.js",
55
"bin": {
66
"openapi-codegen": "./dist/sh.js"

src/assets/react-query.types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export type AppInfiniteQueryOptions<
3232
Awaited<ReturnType<TFunction>>,
3333
Error,
3434
IsUnknown<TData, InfiniteData<Awaited<ReturnType<TFunction>>>>,
35-
Awaited<ReturnType<TFunction>>,
3635
TQueryKey,
3736
TPageParam
3837
>,

0 commit comments

Comments
 (0)