@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.
@@ -1,4 +1,4 @@
1
- export { M as Mutation, a as Operations, Q as Query, b as QueryKey, c as QueryOptions } from './index-yXskx3Td.cjs';
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';
@@ -1,4 +1,4 @@
1
- export { M as Mutation, a as Operations, Q as Query, b as QueryKey, c as QueryOptions } from './index-yXskx3Td.js';
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
@@ -1,5 +1,5 @@
1
1
  import * as _kubb_core from '@kubb/core';
2
- import { O as Options, P as PluginReactQuery } from './index-yXskx3Td.cjs';
2
+ import { O as Options, P as PluginReactQuery } from './index-C9fwRDH7.cjs';
3
3
  import '@kubb/core/utils';
4
4
  import '@kubb/oas';
5
5
  import 'react';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as _kubb_core from '@kubb/core';
2
- import { O as Options, P as PluginReactQuery } from './index-yXskx3Td.js';
2
+ import { O as Options, P as PluginReactQuery } from './index-C9fwRDH7.js';
3
3
  import '@kubb/core/utils';
4
4
  import '@kubb/oas';
5
5
  import 'react';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-react-query",
3
- "version": "3.0.0-alpha.0",
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.0",
58
- "@kubb/fs": "3.0.0-alpha.0",
59
- "@kubb/oas": "3.0.0-alpha.0",
60
- "@kubb/parser-ts": "3.0.0-alpha.0",
61
- "@kubb/plugin-faker": "3.0.0-alpha.0",
62
- "@kubb/plugin-oas": "3.0.0-alpha.0",
63
- "@kubb/plugin-ts": "3.0.0-alpha.0",
64
- "@kubb/plugin-zod": "3.0.0-alpha.0",
65
- "@kubb/react": "3.0.0-alpha.0"
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.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.0",
73
- "@kubb/config-ts": "3.0.0-alpha.0",
74
- "@kubb/config-tsup": "3.0.0-alpha.0"
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.0"
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
- }