kubb 3.0.0-alpha.11 → 3.0.0-alpha.13

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 +25 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -30,6 +30,18 @@
30
30
  <img src="https://raw.githubusercontent.com/kubb-labs/kubb/main/assets/features.png" alt="features" height="auto" />
31
31
  </div>
32
32
 
33
+ ## Supporting Kubb
34
+
35
+ Kubb uses an MIT-licensed open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:
36
+
37
+ - [Become a Sponsor on GitHub](https://github.com/sponsors/stijnvanhulle)
38
+
39
+ <p align="center">
40
+ <a href="https://github.com/sponsors/stijnvanhulle">
41
+ <img src="https://raw.githubusercontent.com/stijnvanhulle/sponsors/main/sponsors.svg" alt="My sponsors" />
42
+ </a>
43
+ </p>
44
+
33
45
  ## Contributors
34
46
 
35
47
  <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
@@ -56,6 +68,19 @@
56
68
 
57
69
  <!-- ALL-CONTRIBUTORS-LIST:END -->
58
70
 
71
+ ## Supporting Kubb
72
+
73
+ Kubb uses an MIT-licensed open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:
74
+
75
+ - [Become a Sponsor on GitHub](https://github.com/sponsors/stijnvanhulle)
76
+
77
+ <p align="center">
78
+ <a href="https://github.com/sponsors/stijnvanhulle">
79
+ <img src="https://raw.githubusercontent.com/stijnvanhulle/sponsors/main/sponsors.svg" alt="My sponsors" />
80
+ </a>
81
+ </p>
82
+
83
+
59
84
  <!-- Badges -->
60
85
 
61
86
  [npm-version-src]: https://img.shields.io/npm/v/@kubb/core?flat&colorA=18181B&colorB=f58517
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubb",
3
- "version": "3.0.0-alpha.11",
3
+ "version": "3.0.0-alpha.13",
4
4
  "description": "OpenAPI to TypeScript, React-Query, Zod, Zodios, Faker.js, MSW and Axios.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -32,15 +32,15 @@
32
32
  "!/**/__tests__/**"
33
33
  ],
34
34
  "dependencies": {
35
- "@kubb/cli": "3.0.0-alpha.11",
36
- "@kubb/core": "3.0.0-alpha.11"
35
+ "@kubb/cli": "3.0.0-alpha.13",
36
+ "@kubb/core": "3.0.0-alpha.13"
37
37
  },
38
38
  "devDependencies": {
39
- "@types/node": "^20.16.2",
39
+ "@types/node": "^20.16.3",
40
40
  "tsup": "^8.2.4",
41
41
  "typescript": "^5.5.4",
42
- "@kubb/config-ts": "3.0.0-alpha.11",
43
- "@kubb/config-tsup": "3.0.0-alpha.11"
42
+ "@kubb/config-ts": "3.0.0-alpha.13",
43
+ "@kubb/config-tsup": "3.0.0-alpha.13"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=20"