@kubb/cli 1.9.0-canary.20230911T091312 → 1.9.0-canary.20230912T102447

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/README.md +20 -24
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,30 +8,10 @@
8
8
  </p>
9
9
  <img src="https://raw.githubusercontent.com/kubb-project/kubb/main/assets/banner.png" alt="logo" height="auto" />
10
10
 
11
- <!-- Badges -->
12
- <p>
13
- <a href="https://www.npmjs.com/package/@kubb/cli" target="_blank">
14
- <img alt="npm version" src="https://img.shields.io/npm/v/@kubb/cli?style=for-the-badge"/>
15
- </a>
16
-
17
- <a href="https://www.npmjs.com/package/@kubb/cli" target="_blank">
18
- <img alt="npm downloads" src="https://img.shields.io/npm/dm/@kubb/cli?style=for-the-badge"/>
19
- </a>
20
- </p>
21
-
22
- <p>
23
- <a href="https://www.npmjs.com/package/@kubb/cli" target="_blank">
24
- <img alt="Minified size" src="https://img.shields.io/bundlephobia/min/@kubb/cli?style=for-the-badge"/>
25
- </a>
26
-
27
- <a href="https://www.npmjs.com/package/@kubb/cli" target="_blank">
28
- <img alt="Coverage" src="https://img.shields.io/codecov/c/github/kubb-project/kubb?style=for-the-badge"/>
29
- </a>
30
-
31
- <a href="https://www.npmjs.com/package/@kubb/cli" target="_blank">
32
- <img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/kubb-project/kubb/ci.yaml?style=for-the-badge"/>
33
- </a>
34
-
11
+ [![npm version][npm-version-src]][npm-version-href]
12
+ [![npm downloads][npm-downloads-src]][npm-downloads-href]
13
+ [![Coverage][coverage-src]][coverage-href]
14
+ [![License][license-src]][license-href]
35
15
 
36
16
  <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
37
17
  <!-- ALL-CONTRIBUTORS-BADGE:END -->
@@ -47,3 +27,19 @@
47
27
  <a href="https://github.com/kubb-project/kubb/issues/" target="_blank">Request Feature</a>
48
28
  </h4>
49
29
  </div>
30
+
31
+
32
+ <!-- Badges -->
33
+
34
+ [npm-version-src]: https://img.shields.io/npm/v/@kubb/cli?flat&colorA=18181B&colorB=f58517
35
+ [npm-version-href]: https://npmjs.com/package/@kubb/cli
36
+ [npm-downloads-src]: https://img.shields.io/npm/dm/@kubb/cli?flat&colorA=18181B&colorB=f58517
37
+ [npm-downloads-href]: https://npmjs.com/package/@kubb/cli
38
+ [license-src]: https://img.shields.io/github/license/kubb-project/kubb.svg?flat&colorA=18181B&colorB=f58517
39
+ [license-href]: https://github.com/kubb-project/kubb/blob/main/LICENSE
40
+ [build-src]: https://img.shields.io/github/actions/workflow/status/kubb-project/kubb/ci.yaml?style=flat&colorA=18181B&colorB=f58517
41
+ [build-href]: https://www.npmjs.com/package/@kubb/cli
42
+ [minified-src]: https://img.shields.io/bundlephobia/min/@kubb/cli?style=flat&colorA=18181B&colorB=f58517
43
+ [minified-href]: https://www.npmjs.com/package/@kubb/cli
44
+ [coverage-src]: https://img.shields.io/codecov/c/github/kubb-project/kubb?style=flat&colorA=18181B&colorB=f58517
45
+ [coverage-href]: https://www.npmjs.com/package/@kubb/cli
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubb/cli",
3
- "version": "1.9.0-canary.20230911T091312",
3
+ "version": "1.9.0-canary.20230912T102447",
4
4
  "description": "Generator cli",
5
5
  "keywords": [
6
6
  "typescript",
@@ -41,14 +41,14 @@
41
41
  "pretty-error": "^4.0.0",
42
42
  "string-argv": "^0.3.2",
43
43
  "ts-node": "^10.9.1",
44
- "@kubb/core": "1.9.0-canary.20230911T091023"
44
+ "@kubb/core": "1.8.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^20.6.0",
48
48
  "source-map-support": "^0.5.21",
49
49
  "tsup": "^7.2.0",
50
50
  "typescript": "^5.2.2",
51
- "@kubb/swagger": "1.9.0-canary.20230911T090923",
51
+ "@kubb/swagger": "1.9.0-canary.20230912T102418",
52
52
  "@kubb/ts-config": "0.1.0",
53
53
  "@kubb/tsup-config": "1.1.8"
54
54
  },