@kubb/plugin-svelte-query 0.0.0-canary-20251222215628 → 0.0.0-canary-20251224014543
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/generators.d.cts +1 -1
- package/dist/generators.d.ts +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/{types-kSKiunPa.d.ts → types-CN4J-ikN.d.cts} +3 -2
- package/dist/{types-FevBEW6l.d.cts → types-DcgExwIp.d.ts} +3 -2
- package/package.json +7 -7
package/dist/components.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as OperationSchemas, n as PluginSvelteQuery, r as Transformer, s as Operation } from "./types-
|
|
1
|
+
import { a as OperationSchemas, n as PluginSvelteQuery, r as Transformer, s as Operation } from "./types-CN4J-ikN.cjs";
|
|
2
2
|
import { FunctionParams } from "@kubb/react-fabric";
|
|
3
3
|
import { KubbNode } from "@kubb/react-fabric/types";
|
|
4
4
|
|
package/dist/components.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as OperationSchemas, n as PluginSvelteQuery, r as Transformer, s as Operation } from "./types-
|
|
1
|
+
import { a as OperationSchemas, n as PluginSvelteQuery, r as Transformer, s as Operation } from "./types-DcgExwIp.js";
|
|
2
2
|
import { FunctionParams } from "@kubb/react-fabric";
|
|
3
3
|
import { KubbNode } from "@kubb/react-fabric/types";
|
|
4
4
|
|
package/dist/generators.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as ReactGenerator, n as PluginSvelteQuery } from "./types-
|
|
1
|
+
import { i as ReactGenerator, n as PluginSvelteQuery } from "./types-CN4J-ikN.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/generators/mutationGenerator.d.ts
|
|
4
4
|
declare const mutationGenerator: ReactGenerator<PluginSvelteQuery>;
|
package/dist/generators.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as ReactGenerator, n as PluginSvelteQuery } from "./types-
|
|
1
|
+
import { i as ReactGenerator, n as PluginSvelteQuery } from "./types-DcgExwIp.js";
|
|
2
2
|
|
|
3
3
|
//#region src/generators/mutationGenerator.d.ts
|
|
4
4
|
declare const mutationGenerator: ReactGenerator<PluginSvelteQuery>;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as PluginSvelteQuery, o as UserPluginWithLifeCycle, t as Options } from "./types-
|
|
1
|
+
import { n as PluginSvelteQuery, o as UserPluginWithLifeCycle, t as Options } from "./types-CN4J-ikN.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/plugin.d.ts
|
|
4
4
|
declare const pluginSvelteQueryName = "plugin-svelte-query";
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as PluginSvelteQuery, o as UserPluginWithLifeCycle, t as Options } from "./types-
|
|
1
|
+
import { n as PluginSvelteQuery, o as UserPluginWithLifeCycle, t as Options } from "./types-DcgExwIp.js";
|
|
2
2
|
|
|
3
3
|
//#region src/plugin.d.ts
|
|
4
4
|
declare const pluginSvelteQueryName = "plugin-svelte-query";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Fabric } from "@kubb/react-fabric";
|
|
2
1
|
import * as oas_normalize_lib_types0 from "oas-normalize/lib/types";
|
|
3
2
|
import BaseOas from "oas";
|
|
4
3
|
import { Operation } from "oas/operation";
|
|
5
4
|
import { DiscriminatorObject, HttpMethods, OASDocument, SchemaObject } from "oas/types";
|
|
6
5
|
import { KubbFile } from "@kubb/fabric-core/types";
|
|
6
|
+
import { Fabric } from "@kubb/react-fabric";
|
|
7
7
|
import { KubbNode } from "@kubb/react-fabric/types";
|
|
8
8
|
|
|
9
9
|
//#region ../oas/src/types.d.ts
|
|
@@ -180,6 +180,7 @@ interface KubbEvents {
|
|
|
180
180
|
'hook:end': [{
|
|
181
181
|
id?: string;
|
|
182
182
|
command: string;
|
|
183
|
+
args?: readonly string[];
|
|
183
184
|
}];
|
|
184
185
|
/**
|
|
185
186
|
* Emitted when a new version of Kubb is available.
|
|
@@ -1422,4 +1423,4 @@ type ResolvedOptions = {
|
|
|
1422
1423
|
type PluginSvelteQuery = PluginFactoryOptions<'plugin-svelte-query', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
1423
1424
|
//#endregion
|
|
1424
1425
|
export { OperationSchemas as a, ReactGenerator as i, PluginSvelteQuery as n, UserPluginWithLifeCycle as o, Transformer as r, Operation$1 as s, Options as t };
|
|
1425
|
-
//# sourceMappingURL=types-
|
|
1426
|
+
//# sourceMappingURL=types-CN4J-ikN.d.cts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import { Fabric } from "@kubb/react-fabric";
|
|
1
2
|
import * as oas_normalize_lib_types0 from "oas-normalize/lib/types";
|
|
2
3
|
import BaseOas from "oas";
|
|
3
4
|
import { Operation } from "oas/operation";
|
|
4
5
|
import { DiscriminatorObject, HttpMethods, OASDocument, SchemaObject } from "oas/types";
|
|
5
6
|
import { KubbFile } from "@kubb/fabric-core/types";
|
|
6
|
-
import { Fabric } from "@kubb/react-fabric";
|
|
7
7
|
import { KubbNode } from "@kubb/react-fabric/types";
|
|
8
8
|
|
|
9
9
|
//#region ../oas/src/types.d.ts
|
|
@@ -180,6 +180,7 @@ interface KubbEvents {
|
|
|
180
180
|
'hook:end': [{
|
|
181
181
|
id?: string;
|
|
182
182
|
command: string;
|
|
183
|
+
args?: readonly string[];
|
|
183
184
|
}];
|
|
184
185
|
/**
|
|
185
186
|
* Emitted when a new version of Kubb is available.
|
|
@@ -1422,4 +1423,4 @@ type ResolvedOptions = {
|
|
|
1422
1423
|
type PluginSvelteQuery = PluginFactoryOptions<'plugin-svelte-query', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
1423
1424
|
//#endregion
|
|
1424
1425
|
export { OperationSchemas as a, ReactGenerator as i, PluginSvelteQuery as n, UserPluginWithLifeCycle as o, Transformer as r, Operation$1 as s, Options as t };
|
|
1425
|
-
//# sourceMappingURL=types-
|
|
1426
|
+
//# sourceMappingURL=types-DcgExwIp.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-svelte-query",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251224014543",
|
|
4
4
|
"description": "Svelte Query hooks generator plugin for Kubb, creating type-safe API client hooks from OpenAPI specifications for Svelte applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"svelte-query",
|
|
@@ -69,12 +69,12 @@
|
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@kubb/react-fabric": "0.7.4",
|
|
71
71
|
"remeda": "^2.32.0",
|
|
72
|
-
"@kubb/core": "0.0.0-canary-
|
|
73
|
-
"@kubb/oas": "0.0.0-canary-
|
|
74
|
-
"@kubb/plugin-client": "0.0.0-canary-
|
|
75
|
-
"@kubb/plugin-oas": "0.0.0-canary-
|
|
76
|
-
"@kubb/plugin-ts": "0.0.0-canary-
|
|
77
|
-
"@kubb/plugin-zod": "0.0.0-canary-
|
|
72
|
+
"@kubb/core": "0.0.0-canary-20251224014543",
|
|
73
|
+
"@kubb/oas": "0.0.0-canary-20251224014543",
|
|
74
|
+
"@kubb/plugin-client": "0.0.0-canary-20251224014543",
|
|
75
|
+
"@kubb/plugin-oas": "0.0.0-canary-20251224014543",
|
|
76
|
+
"@kubb/plugin-ts": "0.0.0-canary-20251224014543",
|
|
77
|
+
"@kubb/plugin-zod": "0.0.0-canary-20251224014543"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
80
|
"@kubb/react-fabric": "0.7.4"
|