@kubb/plugin-zod 0.0.0-canary-20251222160843 → 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-B9_VPfJX.d.ts → types-CONJXNis.d.ts} +2 -1
- package/dist/{types-DoWbiRz_.d.cts → types-D1FNBue0.d.cts} +2 -1
- package/package.json +5 -5
package/dist/components.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as Schema, n as PluginZod, o as Operation, s as SchemaObject } from "./types-
|
|
1
|
+
import { i as Schema, n as PluginZod, o as Operation, s as SchemaObject } from "./types-D1FNBue0.cjs";
|
|
2
2
|
import { KubbFile } from "@kubb/fabric-core/types";
|
|
3
3
|
import { KubbNode } from "@kubb/react-fabric/types";
|
|
4
4
|
|
package/dist/components.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as Schema, n as PluginZod, o as Operation, s as SchemaObject } from "./types-
|
|
1
|
+
import { i as Schema, n as PluginZod, o as Operation, s as SchemaObject } from "./types-CONJXNis.js";
|
|
2
2
|
import { KubbFile } from "@kubb/fabric-core/types";
|
|
3
3
|
import { KubbNode } from "@kubb/react-fabric/types";
|
|
4
4
|
|
package/dist/generators.d.cts
CHANGED
package/dist/generators.d.ts
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as UserPluginWithLifeCycle, n as PluginZod, t as Options } from "./types-
|
|
1
|
+
import { a as UserPluginWithLifeCycle, n as PluginZod, t as Options } from "./types-D1FNBue0.cjs";
|
|
2
2
|
|
|
3
3
|
//#region src/plugin.d.ts
|
|
4
4
|
declare const pluginZodName = "plugin-zod";
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as UserPluginWithLifeCycle, n as PluginZod, t as Options } from "./types-
|
|
1
|
+
import { a as UserPluginWithLifeCycle, n as PluginZod, t as Options } from "./types-CONJXNis.js";
|
|
2
2
|
|
|
3
3
|
//#region src/plugin.d.ts
|
|
4
4
|
declare const pluginZodName = "plugin-zod";
|
|
@@ -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.
|
|
@@ -1292,4 +1293,4 @@ type ResolvedOptions = {
|
|
|
1292
1293
|
type PluginZod = PluginFactoryOptions<'plugin-zod', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
1293
1294
|
//#endregion
|
|
1294
1295
|
export { UserPluginWithLifeCycle as a, Schema as i, PluginZod as n, Operation$1 as o, ReactGenerator as r, SchemaObject$1 as s, Options as t };
|
|
1295
|
-
//# sourceMappingURL=types-
|
|
1296
|
+
//# sourceMappingURL=types-CONJXNis.d.ts.map
|
|
@@ -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.
|
|
@@ -1292,4 +1293,4 @@ type ResolvedOptions = {
|
|
|
1292
1293
|
type PluginZod = PluginFactoryOptions<'plugin-zod', Options, ResolvedOptions, never, ResolvePathOptions>;
|
|
1293
1294
|
//#endregion
|
|
1294
1295
|
export { UserPluginWithLifeCycle as a, Schema as i, PluginZod as n, Operation$1 as o, ReactGenerator as r, SchemaObject$1 as s, Options as t };
|
|
1295
|
-
//# sourceMappingURL=types-
|
|
1296
|
+
//# sourceMappingURL=types-D1FNBue0.d.cts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-zod",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251224014543",
|
|
4
4
|
"description": "Zod schema generator plugin for Kubb, creating type-safe validation schemas from OpenAPI specifications for runtime data validation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"zod",
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
],
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@kubb/react-fabric": "0.7.4",
|
|
72
|
-
"@kubb/core": "0.0.0-canary-
|
|
73
|
-
"@kubb/oas": "0.0.0-canary-
|
|
74
|
-
"@kubb/plugin-oas": "0.0.0-canary-
|
|
75
|
-
"@kubb/plugin-ts": "0.0.0-canary-
|
|
72
|
+
"@kubb/core": "0.0.0-canary-20251224014543",
|
|
73
|
+
"@kubb/oas": "0.0.0-canary-20251224014543",
|
|
74
|
+
"@kubb/plugin-oas": "0.0.0-canary-20251224014543",
|
|
75
|
+
"@kubb/plugin-ts": "0.0.0-canary-20251224014543"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@asteasolutions/zod-to-openapi": "^8.2.0",
|