@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 +1 -1
- package/dist/hooks.d.ts +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1 -1
- package/dist/transformers.d.ts +1 -1
- package/dist/utils.d.ts +3 -3
- package/package.json +1 -1
package/dist/fs.d.ts
CHANGED
package/dist/hooks.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as __name } from "./chunk-
|
|
2
|
-
import { O as PluginManager, f as Plugin, m as PluginFactoryOptions } from "./types-
|
|
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
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as __name } from "./chunk-
|
|
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-
|
|
3
|
-
import { a as isInputPath, i as defineConfig, n as getBarrelFiles, r as CLIOptions, t as FileMetaBase } from "./getBarrelFiles-
|
|
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
package/dist/transformers.d.ts
CHANGED
package/dist/utils.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as __name } from "./chunk-
|
|
2
|
-
import { A as AsyncEventEmitter, E as PossiblePromise, S as UserConfig, n as Config } from "./types-
|
|
3
|
-
import { i as defineConfig, n as getBarrelFiles, r as CLIOptions } from "./getBarrelFiles-
|
|
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