@kubb/cli 1.0.0-alpha.3 → 1.0.0-alpha.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -155,7 +155,7 @@ async function getCosmiConfig(moduleName2, config) {
155
155
  }
156
156
 
157
157
  // package.json
158
- var version = "1.0.0-alpha.3";
158
+ var version = "1.0.0-alpha.4";
159
159
 
160
160
  // src/index.ts
161
161
  var moduleName = "kubb";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/cli",
3
- "version": "1.0.0-alpha.3",
3
+ "version": "1.0.0-alpha.4",
4
4
  "description": "Generator cli",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,7 +32,7 @@
32
32
  ],
33
33
  "dependencies": {
34
34
  "@humanwhocodes/module-importer": "^1.0.1",
35
- "@kubb/core": "1.0.0-alpha.3",
35
+ "@kubb/core": "1.0.0-alpha.4",
36
36
  "chokidar": "^3.5.3",
37
37
  "commander": "^10.0.0",
38
38
  "cosmiconfig": "^8.1.0",