@kubb/cli 0.56.3 → 0.56.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 +5 -5
package/dist/index.js CHANGED
@@ -156,7 +156,7 @@ async function getCosmiConfig(moduleName2, config) {
156
156
  }
157
157
 
158
158
  // package.json
159
- var version = "0.56.3";
159
+ var version = "0.56.4";
160
160
 
161
161
  // src/index.ts
162
162
  var moduleName = "kubb";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/cli",
3
- "version": "0.56.3",
3
+ "version": "0.56.4",
4
4
  "description": "Generator cli",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,11 +18,11 @@
18
18
  ],
19
19
  "sideEffects": false,
20
20
  "type": "module",
21
- "main": "dist/index.mjs",
22
- "module": "dist/index.mjs",
21
+ "main": "dist/index.js",
22
+ "module": "dist/index.js",
23
23
  "types": "./dist/index.d.ts",
24
24
  "bin": {
25
- "kubb": "dist/index.mjs"
25
+ "kubb": "dist/index.js"
26
26
  },
27
27
  "preferGlobal": true,
28
28
  "files": [
@@ -32,7 +32,7 @@
32
32
  ],
33
33
  "dependencies": {
34
34
  "@humanwhocodes/module-importer": "^1.0.1",
35
- "@kubb/core": "0.56.3",
35
+ "@kubb/core": "0.56.4",
36
36
  "chokidar": "^3.5.3",
37
37
  "commander": "^10.0.0",
38
38
  "cosmiconfig": "^8.1.0",