@kubb/core 2.12.2 → 2.12.3

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.cts CHANGED
@@ -257,6 +257,10 @@ type CLIOptions = {
257
257
  * @default `silent`
258
258
  */
259
259
  logLevel?: LogLevel;
260
+ /**
261
+ * Run Kubb with Bun
262
+ */
263
+ bun?: boolean;
260
264
  };
261
265
  type UnionPlugins = PluginUnion;
262
266
  type ObjectPlugin = keyof OptionsPlugins;
package/dist/index.d.ts CHANGED
@@ -257,6 +257,10 @@ type CLIOptions = {
257
257
  * @default `silent`
258
258
  */
259
259
  logLevel?: LogLevel;
260
+ /**
261
+ * Run Kubb with Bun
262
+ */
263
+ bun?: boolean;
260
264
  };
261
265
  type UnionPlugins = PluginUnion;
262
266
  type ObjectPlugin = keyof OptionsPlugins;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/core",
3
- "version": "2.12.2",
3
+ "version": "2.12.3",
4
4
  "description": "Generator core",
5
5
  "keywords": [
6
6
  "typescript",
@@ -97,8 +97,8 @@
97
97
  "seedrandom": "^3.0.5",
98
98
  "semver": "^7.6.0",
99
99
  "unraw": "^3.0.0",
100
- "@kubb/parser": "2.12.2",
101
- "@kubb/types": "2.12.2"
100
+ "@kubb/parser": "2.12.3",
101
+ "@kubb/types": "2.12.3"
102
102
  },
103
103
  "devDependencies": {
104
104
  "@types/fs-extra": "^11.0.4",
package/src/types.ts CHANGED
@@ -117,6 +117,10 @@ export type CLIOptions = {
117
117
  * @default `silent`
118
118
  */
119
119
  logLevel?: LogLevel
120
+ /**
121
+ * Run Kubb with Bun
122
+ */
123
+ bun?: boolean
120
124
  }
121
125
 
122
126
  // plugin