kubb 1.8.2 → 1.8.3

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 +53 -26
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,31 +1,11 @@
1
1
  <div align="center">
2
2
 
3
- <img src="https://raw.githubusercontent.com/kubb-project/kubb/main/assets/banner.png" alt="logo" height="auto" />
3
+ <img src="https://raw.githubusercontent.com/kubb-project/kubb/main/assets/banner.png" alt="logo" height="auto" />
4
4
 
5
- <!-- Badges -->
6
- <p>
7
- <a href="https://www.npmjs.com/package/@kubb/core" target="_blank">
8
- <img alt="npm version" src="https://img.shields.io/npm/v/@kubb/core?style=for-the-badge"/>
9
- </a>
10
-
11
- <a href="https://www.npmjs.com/package/@kubb/core" target="_blank">
12
- <img alt="npm downloads" src="https://img.shields.io/npm/dm/@kubb/core?style=for-the-badge"/>
13
- </a>
14
- </p>
15
-
16
- <p>
17
- <a href="https://www.npmjs.com/package/@kubb/core" target="_blank">
18
- <img alt="Minified size" src="https://img.shields.io/bundlephobia/min/@kubb/core?style=for-the-badge"/>
19
- </a>
20
-
21
- <a href="https://www.npmjs.com/package/@kubb/core" target="_blank">
22
- <img alt="Coverage" src="https://img.shields.io/codecov/c/github/kubb-project/kubb?style=for-the-badge"/>
23
- </a>
24
-
25
- <a href="https://www.npmjs.com/package/@kubb/core" target="_blank">
26
- <img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/kubb-project/kubb/ci.yaml?style=for-the-badge"/>
27
- </a>
28
-
5
+ [![npm version][npm-version-src]][npm-version-href]
6
+ [![npm downloads][npm-downloads-src]][npm-downloads-href]
7
+ [![Coverage][coverage-src]][coverage-href]
8
+ [![License][license-src]][license-href]
29
9
 
30
10
  <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
31
11
  <!-- ALL-CONTRIBUTORS-BADGE:END -->
@@ -42,4 +22,51 @@
42
22
  </h4>
43
23
  </div>
44
24
 
45
- <br />
25
+ <br />
26
+
27
+ ## Features
28
+
29
+ <div align="center">
30
+ <img src="https://raw.githubusercontent.com/kubb-project/kubb/main/assets/features.png" alt="features" height="auto" />
31
+ </div>
32
+
33
+ ## Contributors
34
+
35
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
36
+ <!-- prettier-ignore-start -->
37
+ <!-- markdownlint-disable -->
38
+ <table>
39
+ <tbody>
40
+ <tr>
41
+ <td align="center" valign="top" width="14.28%"><a href="http://www.stijnvanhulle.be"><img src="https://avatars.githubusercontent.com/u/5904681?v=4?s=100" width="100px;" alt="Stijn Van Hulle"/><br /><sub><b>Stijn Van Hulle</b></sub></a><br /><a href="https://github.com/kubb-project/kubb/commits?author=stijnvanhulle" title="Code">💻</a></td>
42
+ <td align="center" valign="top" width="14.28%"><a href="https://fosstodon.org/@xphentom"><img src="https://avatars.githubusercontent.com/u/5096867?v=4?s=100" width="100px;" alt="Wouter Roozeleer"/><br /><sub><b>Wouter Roozeleer</b></sub></a><br /><a href="https://github.com/kubb-project/kubb/commits?author=xPhentom" title="Code">💻</a></td>
43
+ </tr>
44
+ </tbody>
45
+ </table>
46
+
47
+ <!-- markdownlint-restore -->
48
+ <!-- prettier-ignore-end -->
49
+
50
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
51
+ <!-- prettier-ignore-start -->
52
+ <!-- markdownlint-disable -->
53
+
54
+ <!-- markdownlint-restore -->
55
+ <!-- prettier-ignore-end -->
56
+
57
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
58
+
59
+ <!-- Badges -->
60
+
61
+ [npm-version-src]: https://img.shields.io/npm/v/@kubb/core?flat&colorA=18181B&colorB=f58517
62
+ [npm-version-href]: https://npmjs.com/package/@kubb/core
63
+ [npm-downloads-src]: https://img.shields.io/npm/dm/@kubb/core?flat&colorA=18181B&colorB=f58517
64
+ [npm-downloads-href]: https://npmjs.com/package/@kubb/core
65
+ [license-src]: https://img.shields.io/github/license/kubb-project/kubb.svg?flat&colorA=18181B&colorB=f58517
66
+ [license-href]: https://github.com/kubb-project/kubb/blob/main/LICENSE
67
+ [build-src]: https://img.shields.io/github/actions/workflow/status/kubb-project/kubb/ci.yaml?style=flat&colorA=18181B&colorB=f58517
68
+ [build-href]: https://www.npmjs.com/package/@kubb/core
69
+ [minified-src]: https://img.shields.io/bundlephobia/min/@kubb/core?style=flat&colorA=18181B&colorB=f58517
70
+ [minified-href]: https://www.npmjs.com/package/@kubb/core
71
+ [coverage-src]: https://img.shields.io/codecov/c/github/kubb-project/kubb?style=flat&colorA=18181B&colorB=f58517
72
+ [coverage-href]: https://www.npmjs.com/package/@kubb/core
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubb",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "OpenAPI to TypeScript, React-Query, Zod, Zodios, Faker.js, MSW and Axios.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -31,8 +31,8 @@
31
31
  "!/**/__tests__/**"
32
32
  ],
33
33
  "dependencies": {
34
- "@kubb/core": "1.8.2",
35
- "@kubb/cli": "1.8.2"
34
+ "@kubb/cli": "1.8.3",
35
+ "@kubb/core": "1.8.3"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "^20.6.0",