@kubb/cli 0.37.28 → 0.37.29

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
@@ -148,7 +148,7 @@ var getCosmiConfig = async (moduleName2, config) => {
148
148
  };
149
149
 
150
150
  // package.json
151
- var version = "0.37.28";
151
+ var version = "0.37.29";
152
152
 
153
153
  // src/index.ts
154
154
  var moduleName = "kubb";
package/dist/index.mjs CHANGED
@@ -146,7 +146,7 @@ var getCosmiConfig = async (moduleName2, config) => {
146
146
  };
147
147
 
148
148
  // package.json
149
- var version = "0.37.28";
149
+ var version = "0.37.29";
150
150
 
151
151
  // src/index.ts
152
152
  var moduleName = "kubb";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/cli",
3
- "version": "0.37.28",
3
+ "version": "0.37.29",
4
4
  "description": "Generator cli",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "!/**/__tests__/**"
28
28
  ],
29
29
  "dependencies": {
30
- "@kubb/core": "0.37.28",
30
+ "@kubb/core": "0.37.29",
31
31
  "chokidar": "^3.5.3",
32
32
  "commander": "^10.0.0",
33
33
  "cosmiconfig": "^8.0.0",