@kubb/cli 0.39.0 → 0.39.1

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
@@ -155,7 +155,7 @@ var getCosmiConfig = async (moduleName2, config) => {
155
155
  };
156
156
 
157
157
  // package.json
158
- var version = "0.39.0";
158
+ var version = "0.39.1";
159
159
 
160
160
  // src/index.ts
161
161
  var moduleName = "kubb";
package/dist/index.mjs CHANGED
@@ -148,7 +148,7 @@ var getCosmiConfig = async (moduleName2, config) => {
148
148
  };
149
149
 
150
150
  // package.json
151
- var version = "0.39.0";
151
+ var version = "0.39.1";
152
152
 
153
153
  // src/index.ts
154
154
  var moduleName = "kubb";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/cli",
3
- "version": "0.39.0",
3
+ "version": "0.39.1",
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.39.0",
30
+ "@kubb/core": "0.39.1",
31
31
  "chokidar": "^3.5.3",
32
32
  "commander": "^10.0.0",
33
33
  "cosmiconfig": "^8.0.0",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^18.13.0",
43
- "tsup": "^6.6.0",
43
+ "tsup": "^6.6.3",
44
44
  "typescript": "^4.9.5"
45
45
  },
46
46
  "publishConfig": {