@kubb/cli 1.0.1 → 1.0.2

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.cjs CHANGED
@@ -306,7 +306,7 @@ async function getCosmiConfig(moduleName2, config) {
306
306
  }
307
307
 
308
308
  // package.json
309
- var version = "1.0.1";
309
+ var version = "1.0.2";
310
310
 
311
311
  // src/index.ts
312
312
  var moduleName = "kubb";
package/dist/index.js CHANGED
@@ -295,7 +295,7 @@ async function getCosmiConfig(moduleName2, config) {
295
295
  }
296
296
 
297
297
  // package.json
298
- var version = "1.0.1";
298
+ var version = "1.0.2";
299
299
 
300
300
  // src/index.ts
301
301
  var moduleName = "kubb";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Generator cli",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,13 +43,13 @@
43
43
  "yaml": "^2.3.1",
44
44
  "@swc/core": "^1.3.62",
45
45
  "pretty-error": "^4.0.0",
46
- "@kubb/core": "1.0.1"
46
+ "@kubb/core": "1.0.2"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^20.2.5",
50
50
  "tsup": "^6.7.0",
51
51
  "typescript": "^5.1.3",
52
- "@kubb/swagger": "1.0.1"
52
+ "@kubb/swagger": "1.0.2"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public",