kubb 5.0.0-beta.94 → 5.0.0-beta.96

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/config.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import { t as defineConfig } from "./defineConfig-Ctln18HW.js";
1
+ import { t as defineConfig } from "./defineConfig-DwxZtGhf.js";
2
2
  import { BarrelType } from "@kubb/plugin-barrel";
3
3
  export { type BarrelType, defineConfig };
@@ -1,6 +1,5 @@
1
1
  import { t as __name } from "./rolldown-runtime-C0LytTxp.js";
2
2
  import { CLIOptions, UserConfig } from "@kubb/core";
3
-
4
3
  //#region ../../internals/utils/src/promise.d.ts
5
4
  /** A value that may already be resolved or still pending.
6
5
  *
@@ -59,4 +58,4 @@ type DefinedConfig<TConfig extends ConfigInput> = TConfig extends ((cli: CLIOpti
59
58
  declare function defineConfig<TConfig extends ConfigInput>(config: TConfig): DefinedConfig<TConfig>;
60
59
  //#endregion
61
60
  export { defineConfig as t };
62
- //# sourceMappingURL=defineConfig-Ctln18HW.d.ts.map
61
+ //# sourceMappingURL=defineConfig-DwxZtGhf.d.ts.map
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as defineConfig } from "./defineConfig-Ctln18HW.js";
1
+ import { t as defineConfig } from "./defineConfig-DwxZtGhf.js";
2
2
  import { BuildOutput, Config, CreateKubbOptions, Kubb, UserConfig, createKubb } from "@kubb/core";
3
3
  import { BarrelType } from "@kubb/plugin-barrel";
4
4
  export { type BarrelType, type BuildOutput, type Config, type CreateKubbOptions, type Kubb, type UserConfig, createKubb, defineConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubb",
3
- "version": "5.0.0-beta.94",
3
+ "version": "5.0.0-beta.96",
4
4
  "description": "The meta framework for code generation. Point Kubb at a schema and it generates types, clients, hooks, validators, mocks, and more.",
5
5
  "keywords": [
6
6
  "api-client",
@@ -109,27 +109,27 @@
109
109
  "registry": "https://registry.npmjs.org/"
110
110
  },
111
111
  "dependencies": {
112
- "@kubb/adapter-oas": "5.0.0-beta.94",
113
- "@kubb/ast": "5.0.0-beta.94",
114
- "@kubb/kit": "5.0.0-beta.94",
115
- "@kubb/mcp": "5.0.0-beta.94",
116
- "@kubb/core": "5.0.0-beta.94",
117
- "@kubb/parser-md": "5.0.0-beta.94",
118
- "@kubb/plugin-barrel": "5.0.0-beta.94",
119
- "@kubb/parser-ts": "5.0.0-beta.94",
120
- "@kubb/renderer-jsx": "5.0.0-beta.94",
121
- "@kubb/cli": "5.0.0-beta.94",
122
- "unplugin-kubb": "5.0.0-beta.94"
112
+ "@kubb/adapter-oas": "5.0.0-beta.96",
113
+ "@kubb/ast": "5.0.0-beta.96",
114
+ "@kubb/core": "5.0.0-beta.96",
115
+ "@kubb/kit": "5.0.0-beta.96",
116
+ "@kubb/parser-md": "5.0.0-beta.96",
117
+ "@kubb/cli": "5.0.0-beta.96",
118
+ "@kubb/mcp": "5.0.0-beta.96",
119
+ "@kubb/parser-ts": "5.0.0-beta.96",
120
+ "@kubb/plugin-barrel": "5.0.0-beta.96",
121
+ "@kubb/renderer-jsx": "5.0.0-beta.96",
122
+ "unplugin-kubb": "5.0.0-beta.96"
123
123
  },
124
124
  "devDependencies": {
125
125
  "@farmfe/core": "^1.7.11",
126
126
  "@nuxt/kit": "^4.4.8",
127
127
  "@nuxt/schema": "^4.4.8",
128
128
  "esbuild": "^0.28.1",
129
- "rolldown": "^1.1.4",
129
+ "rolldown": "^1.1.5",
130
130
  "rollup": "^4.62.2",
131
131
  "typescript": "^6.0.3",
132
- "vite": "^8.1.3",
132
+ "vite": "^8.1.4",
133
133
  "webpack": "^5.108.4",
134
134
  "@internals/utils": "0.0.0"
135
135
  },