@kubb/plugin-ts 4.12.11 → 4.12.13

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 PluginTs, o as OasTypes, s as SchemaObject } from "./types-CwXJHtHd.cjs";
1
+ import { i as Schema, n as PluginTs, o as OasTypes, s as SchemaObject } from "./types-Bl4YfnWA.cjs";
2
2
  import { KubbNode } from "@kubb/react-fabric/types";
3
3
 
4
4
  //#region src/components/OasType.d.ts
@@ -1,4 +1,4 @@
1
- import { i as Schema, n as PluginTs, o as OasTypes, s as SchemaObject } from "./types-Ccxn5EsU.js";
1
+ import { i as Schema, n as PluginTs, o as OasTypes, s as SchemaObject } from "./types-EDONJgES.js";
2
2
  import { KubbNode } from "@kubb/react-fabric/types";
3
3
 
4
4
  //#region src/components/OasType.d.ts
@@ -1,4 +1,4 @@
1
- import { n as PluginTs, r as ReactGenerator } from "./types-CwXJHtHd.cjs";
1
+ import { n as PluginTs, r as ReactGenerator } from "./types-Bl4YfnWA.cjs";
2
2
 
3
3
  //#region src/generators/typeGenerator.d.ts
4
4
  declare const typeGenerator: ReactGenerator<PluginTs>;
@@ -1,4 +1,4 @@
1
- import { n as PluginTs, r as ReactGenerator } from "./types-Ccxn5EsU.js";
1
+ import { n as PluginTs, r as ReactGenerator } from "./types-EDONJgES.js";
2
2
 
3
3
  //#region src/generators/typeGenerator.d.ts
4
4
  declare const typeGenerator: ReactGenerator<PluginTs>;
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as UserPluginWithLifeCycle, n as PluginTs, t as Options } from "./types-CwXJHtHd.cjs";
1
+ import { a as UserPluginWithLifeCycle, n as PluginTs, t as Options } from "./types-Bl4YfnWA.cjs";
2
2
 
3
3
  //#region src/plugin.d.ts
4
4
  declare const pluginTsName = "plugin-ts";
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as UserPluginWithLifeCycle, n as PluginTs, t as Options } from "./types-Ccxn5EsU.js";
1
+ import { a as UserPluginWithLifeCycle, n as PluginTs, t as Options } from "./types-EDONJgES.js";
2
2
 
3
3
  //#region src/plugin.d.ts
4
4
  declare const pluginTsName = "plugin-ts";
@@ -182,6 +182,7 @@ interface KubbEvents {
182
182
  'hook:end': [{
183
183
  id?: string;
184
184
  command: string;
185
+ args?: readonly string[];
185
186
  }];
186
187
  /**
187
188
  * Emitted when a new version of Kubb is available.
@@ -1269,4 +1270,4 @@ type ResolvedOptions = {
1269
1270
  type PluginTs = PluginFactoryOptions<'plugin-ts', Options, ResolvedOptions, never, ResolvePathOptions>;
1270
1271
  //#endregion
1271
1272
  export { UserPluginWithLifeCycle as a, Schema as i, PluginTs as n, OasTypes as o, ReactGenerator as r, SchemaObject$1 as s, Options as t };
1272
- //# sourceMappingURL=types-CwXJHtHd.d.cts.map
1273
+ //# sourceMappingURL=types-Bl4YfnWA.d.cts.map
@@ -182,6 +182,7 @@ interface KubbEvents {
182
182
  'hook:end': [{
183
183
  id?: string;
184
184
  command: string;
185
+ args?: readonly string[];
185
186
  }];
186
187
  /**
187
188
  * Emitted when a new version of Kubb is available.
@@ -1269,4 +1270,4 @@ type ResolvedOptions = {
1269
1270
  type PluginTs = PluginFactoryOptions<'plugin-ts', Options, ResolvedOptions, never, ResolvePathOptions>;
1270
1271
  //#endregion
1271
1272
  export { UserPluginWithLifeCycle as a, Schema as i, PluginTs as n, OasTypes as o, ReactGenerator as r, SchemaObject$1 as s, Options as t };
1272
- //# sourceMappingURL=types-Ccxn5EsU.d.ts.map
1273
+ //# sourceMappingURL=types-EDONJgES.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/plugin-ts",
3
- "version": "4.12.11",
3
+ "version": "4.12.13",
4
4
  "description": "TypeScript code generation plugin for Kubb, transforming OpenAPI schemas into TypeScript interfaces, types, and utility functions.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -69,9 +69,9 @@
69
69
  "natural-orderby": "^5.0.0",
70
70
  "remeda": "^2.32.0",
71
71
  "typescript": "5.9.3",
72
- "@kubb/core": "4.12.11",
73
- "@kubb/oas": "4.12.11",
74
- "@kubb/plugin-oas": "4.12.11"
72
+ "@kubb/core": "4.12.13",
73
+ "@kubb/oas": "4.12.13",
74
+ "@kubb/plugin-oas": "4.12.13"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "@kubb/react-fabric": "0.7.4",