kubb 1.2.1 → 1.2.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.
Files changed (2) hide show
  1. package/README.md +1 -46
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -42,49 +42,4 @@
42
42
  </h4>
43
43
  </div>
44
44
 
45
- <br />
46
-
47
- ## Features
48
-
49
- <img src="assets/kubb-generate.gif" alt="generate gif" height="auto" />
50
-
51
- * Generates Axios calls for every endpoint, with typed payload.
52
- * Generates strong TypeScript types for every operation and property based on a specific OpenAPI specification.
53
- * Generates Zod schemas for every operation and property based on a specific OpenAPI specification.
54
- * Generates React-Query hooks for every endpoint, with a typed payload based on the generated TypesScript types.
55
- * Plugin system to create your own implementation of an existing package or create a new integration(Angular Clients, Solid-Query, ...).
56
-
57
- <!-- About the Project
58
- ## :star2: About the Project
59
-
60
- <div align="center">
61
- <img src="assets/screenshot.jpg" alt="screenshot" />
62
- </div>
63
- -->
64
-
65
- ## Contributors
66
-
67
- <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
68
- <!-- prettier-ignore-start -->
69
- <!-- markdownlint-disable -->
70
- <table>
71
- <tbody>
72
- <tr>
73
- <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>
74
- <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>
75
- </tr>
76
- </tbody>
77
- </table>
78
-
79
- <!-- markdownlint-restore -->
80
- <!-- prettier-ignore-end -->
81
-
82
- <!-- ALL-CONTRIBUTORS-LIST:END -->
83
- <!-- prettier-ignore-start -->
84
- <!-- markdownlint-disable -->
85
-
86
- <!-- markdownlint-restore -->
87
- <!-- prettier-ignore-end -->
88
-
89
- <!-- ALL-CONTRIBUTORS-LIST:END -->
90
-
45
+ <br />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubb",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "OpenAPI to TypeScript, React-Query, Zod, Zodios, Faker.js and Axios.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -31,12 +31,12 @@
31
31
  "!/**/__tests__/**"
32
32
  ],
33
33
  "dependencies": {
34
- "@kubb/core": "1.2.1",
35
- "@kubb/cli": "1.2.1"
34
+ "@kubb/core": "1.2.2",
35
+ "@kubb/cli": "1.2.2"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "^20.3.1",
39
- "tsup": "^6.7.0",
39
+ "tsup": "^7.0.0",
40
40
  "typescript": "^5.1.3",
41
41
  "@kubb/ts-config": "0.1.0",
42
42
  "@kubb/tsup-config": "1.1.8"