@kubb/cli 0.31.1 → 0.31.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.js CHANGED
@@ -99,7 +99,7 @@ async function run({ result, options, spinner: spinner2 }) {
99
99
  }
100
100
 
101
101
  // package.json
102
- var version = "0.31.1";
102
+ var version = "0.31.3";
103
103
 
104
104
  // src/index.ts
105
105
  var moduleName = "kubb";
package/dist/index.mjs CHANGED
@@ -97,7 +97,7 @@ async function run({ result, options, spinner: spinner2 }) {
97
97
  }
98
98
 
99
99
  // package.json
100
- var version = "0.31.1";
100
+ var version = "0.31.3";
101
101
 
102
102
  // src/index.ts
103
103
  var moduleName = "kubb";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/cli",
3
- "version": "0.31.1",
3
+ "version": "0.31.3",
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.31.1",
23
+ "@kubb/core": "0.31.3",
24
24
  "commander": "^9.4.1",
25
25
  "cosmiconfig": "^8.0.0",
26
26
  "cosmiconfig-typescript-loader": "^4.3.0",