@kubb/plugin-react-query 3.0.0-alpha.0 → 3.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.d.cts +1 -1
- package/dist/components.d.ts +1 -1
- package/dist/{index-yXskx3Td.d.cts → index-C9fwRDH7.d.cts} +0 -5
- package/dist/{index-yXskx3Td.d.ts → index-C9fwRDH7.d.ts} +0 -5
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +15 -15
- package/src/types.ts +0 -6
package/dist/components.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { M as Mutation, a as Operations, Q as Query, b as QueryKey, c as QueryOptions } from './index-
|
|
1
|
+
export { M as Mutation, a as Operations, Q as Query, b as QueryKey, c as QueryOptions } from './index-C9fwRDH7.cjs';
|
|
2
2
|
import '@kubb/core/utils';
|
|
3
3
|
import '@kubb/oas';
|
|
4
4
|
import 'react';
|
package/dist/components.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { M as Mutation, a as Operations, Q as Query, b as QueryKey, c as QueryOptions } from './index-
|
|
1
|
+
export { M as Mutation, a as Operations, Q as Query, b as QueryKey, c as QueryOptions } from './index-C9fwRDH7.js';
|
|
2
2
|
import '@kubb/core/utils';
|
|
3
3
|
import '@kubb/oas';
|
|
4
4
|
import 'react';
|
|
@@ -575,10 +575,5 @@ type ResolvedOptions = {
|
|
|
575
575
|
templates: NonNullable<Templates>;
|
|
576
576
|
};
|
|
577
577
|
type PluginReactQuery = PluginFactoryOptions<'plugin-react-query', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
578
|
-
declare module '@kubb/core' {
|
|
579
|
-
interface _Register {
|
|
580
|
-
['@kubb/plugin-react-query']: PluginReactQuery;
|
|
581
|
-
}
|
|
582
|
-
}
|
|
583
578
|
|
|
584
579
|
export { Mutation as M, type Options as O, type PluginReactQuery as P, Query$1 as Q, Operations as a, QueryKey as b, QueryOptions$1 as c };
|
|
@@ -575,10 +575,5 @@ type ResolvedOptions = {
|
|
|
575
575
|
templates: NonNullable<Templates>;
|
|
576
576
|
};
|
|
577
577
|
type PluginReactQuery = PluginFactoryOptions<'plugin-react-query', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
578
|
-
declare module '@kubb/core' {
|
|
579
|
-
interface _Register {
|
|
580
|
-
['@kubb/plugin-react-query']: PluginReactQuery;
|
|
581
|
-
}
|
|
582
|
-
}
|
|
583
578
|
|
|
584
579
|
export { Mutation as M, type Options as O, type PluginReactQuery as P, Query$1 as Q, Operations as a, QueryKey as b, QueryOptions$1 as c };
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-react-query",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.1",
|
|
4
4
|
"description": "Generator react-query hooks",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"faker",
|
|
@@ -54,27 +54,27 @@
|
|
|
54
54
|
"!/**/__tests__/**"
|
|
55
55
|
],
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@kubb/core": "3.0.0-alpha.
|
|
58
|
-
"@kubb/fs": "3.0.0-alpha.
|
|
59
|
-
"@kubb/oas": "3.0.0-alpha.
|
|
60
|
-
"@kubb/parser-ts": "3.0.0-alpha.
|
|
61
|
-
"@kubb/plugin-faker": "3.0.0-alpha.
|
|
62
|
-
"@kubb/plugin-oas": "3.0.0-alpha.
|
|
63
|
-
"@kubb/plugin-ts": "3.0.0-alpha.
|
|
64
|
-
"@kubb/plugin-zod": "3.0.0-alpha.
|
|
65
|
-
"@kubb/react": "3.0.0-alpha.
|
|
57
|
+
"@kubb/core": "3.0.0-alpha.1",
|
|
58
|
+
"@kubb/fs": "3.0.0-alpha.1",
|
|
59
|
+
"@kubb/oas": "3.0.0-alpha.1",
|
|
60
|
+
"@kubb/parser-ts": "3.0.0-alpha.1",
|
|
61
|
+
"@kubb/plugin-faker": "3.0.0-alpha.1",
|
|
62
|
+
"@kubb/plugin-oas": "3.0.0-alpha.1",
|
|
63
|
+
"@kubb/plugin-ts": "3.0.0-alpha.1",
|
|
64
|
+
"@kubb/plugin-zod": "3.0.0-alpha.1",
|
|
65
|
+
"@kubb/react": "3.0.0-alpha.1"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@types/react": "^18.3.
|
|
68
|
+
"@types/react": "^18.3.4",
|
|
69
69
|
"react": "^18.3.1",
|
|
70
70
|
"tsup": "^8.2.4",
|
|
71
71
|
"typescript": "^5.5.4",
|
|
72
|
-
"@kubb/config-biome": "3.0.0-alpha.
|
|
73
|
-
"@kubb/config-ts": "3.0.0-alpha.
|
|
74
|
-
"@kubb/config-tsup": "3.0.0-alpha.
|
|
72
|
+
"@kubb/config-biome": "3.0.0-alpha.1",
|
|
73
|
+
"@kubb/config-ts": "3.0.0-alpha.1",
|
|
74
|
+
"@kubb/config-tsup": "3.0.0-alpha.1"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"@kubb/react": "3.0.0-alpha.
|
|
77
|
+
"@kubb/react": "3.0.0-alpha.1"
|
|
78
78
|
},
|
|
79
79
|
"engines": {
|
|
80
80
|
"node": ">=20"
|
package/src/types.ts
CHANGED
|
@@ -232,9 +232,3 @@ export type FileMeta = {
|
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
export type PluginReactQuery = PluginFactoryOptions<'plugin-react-query', Options, ResolvedOptions, never, ResolvePathOptions>
|
|
235
|
-
|
|
236
|
-
declare module '@kubb/core' {
|
|
237
|
-
export interface _Register {
|
|
238
|
-
['@kubb/plugin-react-query']: PluginReactQuery
|
|
239
|
-
}
|
|
240
|
-
}
|