@kubb/cli 0.37.12 → 0.37.14

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
@@ -145,7 +145,7 @@ var getCosmiConfig = async (moduleName2, config) => {
145
145
  };
146
146
 
147
147
  // package.json
148
- var version = "0.37.12";
148
+ var version = "0.37.14";
149
149
 
150
150
  // src/index.ts
151
151
  var moduleName = "kubb";
package/dist/index.mjs CHANGED
@@ -143,7 +143,7 @@ var getCosmiConfig = async (moduleName2, config) => {
143
143
  };
144
144
 
145
145
  // package.json
146
- var version = "0.37.12";
146
+ var version = "0.37.14";
147
147
 
148
148
  // src/index.ts
149
149
  var moduleName = "kubb";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/cli",
3
- "version": "0.37.12",
3
+ "version": "0.37.14",
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.12",
30
+ "@kubb/core": "0.37.14",
31
31
  "chokidar": "^3.5.3",
32
32
  "commander": "^9.4.1",
33
33
  "cosmiconfig": "^8.0.0",