@kubb/plugin-zod 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.
@@ -1,4 +1,4 @@
1
- import { i as Schema, n as PluginZod, o as Operation, s as SchemaObject } from "./types-DoWbiRz_.cjs";
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
 
@@ -1,4 +1,4 @@
1
- import { i as Schema, n as PluginZod, o as Operation, s as SchemaObject } from "./types-B9_VPfJX.js";
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
 
@@ -1,4 +1,4 @@
1
- import { n as PluginZod, r as ReactGenerator } from "./types-DoWbiRz_.cjs";
1
+ import { n as PluginZod, r as ReactGenerator } from "./types-D1FNBue0.cjs";
2
2
 
3
3
  //#region src/generators/operationsGenerator.d.ts
4
4
  declare const operationsGenerator: ReactGenerator<PluginZod>;
@@ -1,4 +1,4 @@
1
- import { n as PluginZod, r as ReactGenerator } from "./types-B9_VPfJX.js";
1
+ import { n as PluginZod, r as ReactGenerator } from "./types-CONJXNis.js";
2
2
 
3
3
  //#region src/generators/operationsGenerator.d.ts
4
4
  declare const operationsGenerator: ReactGenerator<PluginZod>;
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as UserPluginWithLifeCycle, n as PluginZod, t as Options } from "./types-DoWbiRz_.cjs";
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-B9_VPfJX.js";
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-B9_VPfJX.d.ts.map
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-DoWbiRz_.d.cts.map
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-20251222215628",
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-20251222215628",
73
- "@kubb/oas": "0.0.0-canary-20251222215628",
74
- "@kubb/plugin-oas": "0.0.0-canary-20251222215628",
75
- "@kubb/plugin-ts": "0.0.0-canary-20251222215628"
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",