@kubb/core 4.29.0 → 4.29.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.
package/dist/fs.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as __name } from "./chunk-cy2TeOE5.cjs";
1
+ import { t as __name } from "./chunk-DKWOrOAv.js";
2
2
 
3
3
  //#region src/fs/clean.d.ts
4
4
  declare function clean(path: string): Promise<void>;
package/dist/hooks.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { t as __name } from "./chunk-cy2TeOE5.cjs";
2
- import { O as PluginManager, f as Plugin, m as PluginFactoryOptions } from "./types-Ciz0gIX7.js";
1
+ import { t as __name } from "./chunk-DKWOrOAv.js";
2
+ import { O as PluginManager, f as Plugin, m as PluginFactoryOptions } from "./types-CiePC9Y3.js";
3
3
  import { KubbFile } from "@kubb/fabric-core/types";
4
4
 
5
5
  //#region src/hooks/useMode.d.ts
package/dist/index.cjs CHANGED
@@ -71,7 +71,7 @@ function isInputPath(config) {
71
71
 
72
72
  //#endregion
73
73
  //#region package.json
74
- var version = "4.29.0";
74
+ var version = "4.29.1";
75
75
 
76
76
  //#endregion
77
77
  //#region src/utils/diagnostics.ts
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import { t as __name } from "./chunk-cy2TeOE5.cjs";
2
- import { A as AsyncEventEmitter, C as UserLogger, D as KubbEvents, O as PluginManager, S as UserConfig, T as UserPluginWithLifeCycle, _ as PluginLifecycleHooks, a as InputData, b as ResolveNameParams, c as Logger, d as Output, f as Plugin, g as PluginLifecycle, h as PluginKey, i as Group, k as getMode, l as LoggerContext, m as PluginFactoryOptions, n as Config, o as InputPath, p as PluginContext, r as GetPluginFactoryOptions, s as LogLevel, t as BarrelType, u as LoggerOptions, v as PluginParameter, w as UserPlugin, x as ResolvePathParams, y as PluginWithLifeCycle } from "./types-Ciz0gIX7.js";
3
- import { a as isInputPath, i as defineConfig, n as getBarrelFiles, r as CLIOptions, t as FileMetaBase } from "./getBarrelFiles-C7gz90HF.js";
4
- import { KubbFile } from "@kubb/fabric-core/types";
1
+ import { t as __name } from "./chunk-DKWOrOAv.js";
2
+ import { A as AsyncEventEmitter, C as UserLogger, D as KubbEvents, O as PluginManager, S as UserConfig, T as UserPluginWithLifeCycle, _ as PluginLifecycleHooks, a as InputData, b as ResolveNameParams, c as Logger, d as Output, f as Plugin, g as PluginLifecycle, h as PluginKey, i as Group, k as getMode, l as LoggerContext, m as PluginFactoryOptions, n as Config, o as InputPath, p as PluginContext, r as GetPluginFactoryOptions, s as LogLevel, t as BarrelType, u as LoggerOptions, v as PluginParameter, w as UserPlugin, x as ResolvePathParams, y as PluginWithLifeCycle } from "./types-CiePC9Y3.js";
3
+ import { a as isInputPath, i as defineConfig, n as getBarrelFiles, r as CLIOptions, t as FileMetaBase } from "./getBarrelFiles-DAhlPFXC.js";
5
4
  import { Fabric } from "@kubb/react-fabric";
5
+ import { KubbFile } from "@kubb/fabric-core/types";
6
6
 
7
7
  //#region src/BaseGenerator.d.ts
8
8
  /**
package/dist/index.js CHANGED
@@ -67,7 +67,7 @@ function isInputPath(config) {
67
67
 
68
68
  //#endregion
69
69
  //#region package.json
70
- var version$1 = "4.29.0";
70
+ var version$1 = "4.29.1";
71
71
 
72
72
  //#endregion
73
73
  //#region src/utils/diagnostics.ts
@@ -1,4 +1,4 @@
1
- import { t as __name } from "./chunk-cy2TeOE5.cjs";
1
+ import { t as __name } from "./chunk-DKWOrOAv.js";
2
2
 
3
3
  //#region src/transformers/casing.d.ts
4
4
  type Options$1 = {
package/dist/utils.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import { t as __name } from "./chunk-cy2TeOE5.cjs";
2
- import { A as AsyncEventEmitter, E as PossiblePromise, S as UserConfig, n as Config } from "./types-Ciz0gIX7.js";
3
- import { i as defineConfig, n as getBarrelFiles, r as CLIOptions } from "./getBarrelFiles-C7gz90HF.js";
1
+ import { t as __name } from "./chunk-DKWOrOAv.js";
2
+ import { A as AsyncEventEmitter, E as PossiblePromise, S as UserConfig, n as Config } from "./types-CiePC9Y3.js";
3
+ import { i as defineConfig, n as getBarrelFiles, r as CLIOptions } from "./getBarrelFiles-DAhlPFXC.js";
4
4
 
5
5
  //#region src/utils/buildJSDoc.d.ts
6
6
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "4.29.0",
3
+ "version": "4.29.1",
4
4
  "description": "Core functionality for Kubb's plugin-based code generation system, providing the foundation for transforming OpenAPI specifications.",
5
5
  "keywords": [
6
6
  "typescript",