@kubb/cli 0.13.0 → 0.14.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
@@ -101,7 +101,7 @@ async function run(result, options) {
101
101
  }
102
102
 
103
103
  // package.json
104
- var version = "0.13.0";
104
+ var version = "0.14.0";
105
105
 
106
106
  // src/index.ts
107
107
  var moduleName = "kubb";
package/dist/index.mjs CHANGED
@@ -83,7 +83,7 @@ async function run(result, options) {
83
83
  }
84
84
 
85
85
  // package.json
86
- var version = "0.13.0";
86
+ var version = "0.14.0";
87
87
 
88
88
  // src/index.ts
89
89
  var moduleName = "kubb";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/cli",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "Generator cli",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,17 +20,17 @@
20
20
  "!/**/__tests__/**"
21
21
  ],
22
22
  "dependencies": {
23
- "@kubb/core": "0.13.0",
23
+ "@kubb/core": "0.14.0",
24
24
  "commander": "^9.4.1",
25
25
  "cosmiconfig": "^8.0.0",
26
26
  "cosmiconfig-typescript-loader": "^4.3.0",
27
- "ora": "^5.4.1",
27
+ "ora": "^6.1.2",
28
28
  "picocolors": "^1.0.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "tsup": "^6.5.0",
32
32
  "typescript": "^4.9.4",
33
- "@types/node": "^18.11.17"
33
+ "@types/node": "^18.11.18"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public",