@kubb/core 5.0.0-alpha.4 → 5.0.0-alpha.5

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/index.d.ts CHANGED
@@ -1,9 +1,8 @@
1
1
  import { t as __name } from "./chunk--u3MIqq1.js";
2
- import { A as UserPluginWithLifeCycle, B as formatters, C as PrinterFactoryOptions, D as UserConfig, E as UnknownUserPlugin, F as KubbEvents, H as logLevel, I as PluginManager, L as getMode, M as Generator, N as ReactGeneratorV2, O as UserLogger, P as defineGenerator, R as DefineStorage, S as Printer, T as ResolvePathParams, U as AsyncEventEmitter, V as linters, W as URLPath, _ as PluginFactoryOptions, a as Config, b as PluginParameter, c as Group, d as Logger, f as LoggerContext, g as PluginContext, h as Plugin, i as BarrelType, j as CoreGeneratorV2, k as UserPlugin, l as InputData, m as Output, n as AdapterFactoryOptions, o as DevtoolsOptions, p as LoggerOptions, r as AdapterSource, s as GetPluginFactoryOptions, t as Adapter, u as InputPath, v as PluginLifecycle, w as ResolveNameParams, x as PluginWithLifeCycle, y as PluginLifecycleHooks, z as defineStorage } from "./types-Bbh1o0yW.js";
2
+ import { A as UserConfig, B as defineStorage, C as PluginParameter, D as ResolveNameParams, E as PrinterFactoryOptions, F as Generator, G as URLPath, H as linters, I as ReactGeneratorV2, L as defineGenerator, M as UserPlugin, N as UserPluginWithLifeCycle, O as ResolvePathParams, P as CoreGeneratorV2, R as KubbEvents, S as PluginLifecycleHooks, T as Printer, U as logLevel, V as formatters, W as AsyncEventEmitter, _ as Output, a as AdapterFactoryOptions, b as PluginFactoryOptions, c as Config, d as Group, f as InputData, g as LoggerOptions, h as LoggerContext, i as Adapter, j as UserLogger, k as UnknownUserPlugin, l as DevtoolsOptions, m as Logger, n as PluginManager, o as AdapterSource, p as InputPath, r as getMode, s as BarrelType, u as GetPluginFactoryOptions, v as Plugin, w as PluginWithLifeCycle, x as PluginLifecycle, y as PluginContext, z as DefineStorage } from "./PluginManager-vZodFEMe.js";
3
3
  import { definePrinter } from "@kubb/ast";
4
- import { Fabric } from "@kubb/react-fabric";
4
+ import { Fabric, KubbFile } from "@kubb/fabric-core/types";
5
5
  import { Node } from "@kubb/ast/types";
6
- import { KubbFile } from "@kubb/fabric-core/types";
7
6
 
8
7
  //#region src/build.d.ts
9
8
  type BuildOptions = {
@@ -318,7 +317,7 @@ type FilterItem = {
318
317
  pattern: string | RegExp;
319
318
  };
320
319
  type OverrideItem<TOptions> = FilterItem & {
321
- options: Partial<TOptions>;
320
+ options: Omit<Partial<TOptions>, 'override'>;
322
321
  };
323
322
  type ResolveOptionsContext<TOptions> = {
324
323
  options: TOptions;
package/dist/index.js CHANGED
@@ -1456,7 +1456,7 @@ const fsStorage = defineStorage(() => ({
1456
1456
  }));
1457
1457
  //#endregion
1458
1458
  //#region package.json
1459
- var version$1 = "5.0.0-alpha.4";
1459
+ var version$1 = "5.0.0-alpha.5";
1460
1460
  //#endregion
1461
1461
  //#region src/utils/diagnostics.ts
1462
1462
  /**