@kubb/cli 0.29.0 → 0.30.0

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.js CHANGED
@@ -95,7 +95,7 @@ async function run({ result, options, spinner: spinner2 }) {
95
95
  }
96
96
 
97
97
  // package.json
98
- var version = "0.29.0";
98
+ var version = "0.30.0";
99
99
 
100
100
  // src/index.ts
101
101
  var moduleName = "kubb";
package/dist/index.mjs CHANGED
@@ -93,7 +93,7 @@ async function run({ result, options, spinner: spinner2 }) {
93
93
  }
94
94
 
95
95
  // package.json
96
- var version = "0.29.0";
96
+ var version = "0.30.0";
97
97
 
98
98
  // src/index.ts
99
99
  var moduleName = "kubb";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/cli",
3
- "version": "0.29.0",
3
+ "version": "0.30.0",
4
4
  "description": "Generator cli",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  "!/**/__tests__/**"
21
21
  ],
22
22
  "dependencies": {
23
- "@kubb/core": "0.29.0",
23
+ "@kubb/core": "0.30.0",
24
24
  "commander": "^9.4.1",
25
25
  "cosmiconfig": "^8.0.0",
26
26
  "cosmiconfig-typescript-loader": "^4.3.0",