@hey-api/codegen-core 0.0.0-next-20260408030107 → 0.0.0-next-20260410011423

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 +125 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,131 @@
14
14
 
15
15
  This is an internal framework. Visit [Hey API](https://heyapi.dev/) to discover our products.
16
16
 
17
+ <!-- template-contributing-start -->
18
+
19
+ ## Contributing
20
+
21
+ Want to see your code in products used by millions?
22
+
23
+ Start with our [Contributing](https://heyapi.dev/openapi-ts/community/contributing) guide and release your first feature.
24
+
25
+ <!-- template-contributing-end -->
26
+
27
+ <!-- template-sponsors-start -->
28
+
29
+ ## Sponsors
30
+
31
+ Hey API is sponsor-funded. If you rely on Hey API in production, consider becoming a [sponsor](https://github.com/sponsors/hey-api) to accelerate the roadmap.
32
+
33
+ <h3 align="center">Gold</h3>
34
+
35
+ <table align="center" style="justify-content: center;align-items: center;display: flex;">
36
+ <tbody>
37
+ <tr>
38
+ <td align="center" width="336px">
39
+ <p></p>
40
+ <p>
41
+ <a href="https://kutt.to/pkEZyc" target="_blank">
42
+ <picture height="50px">
43
+ <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/.gen/stainless-logo-wordmark-480w.jpeg">
44
+ <img alt="Stainless logo" height="50px" src="https://heyapi.dev/assets/.gen/stainless-logo-wordmark-480w.jpeg">
45
+ </picture>
46
+ </a>
47
+ <br/>
48
+ Best-in-class developer interfaces for your API.
49
+ <br/>
50
+ <a href="https://kutt.to/pkEZyc" style="text-decoration:none;" target="_blank">
51
+ stainless.com
52
+ </a>
53
+ </p>
54
+ <p></p>
55
+ </td>
56
+ <td align="center" width="336px">
57
+ <p></p>
58
+ <p>
59
+ <a href="https://kutt.to/QM9Q2N" target="_blank">
60
+ <picture height="50px">
61
+ <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/opencode/logo-light.svg">
62
+ <img alt="Opencode logo" height="50px" src="https://heyapi.dev/assets/opencode/logo-dark.svg">
63
+ </picture>
64
+ </a>
65
+ <br/>
66
+ The open source coding agent.
67
+ <br/>
68
+ <a href="https://kutt.to/QM9Q2N" style="text-decoration:none;" target="_blank">
69
+ opencode.ai
70
+ </a>
71
+ </p>
72
+ <p></p>
73
+ </td>
74
+ </tr>
75
+ </tbody>
76
+ </table>
77
+
78
+ <h3 align="center">Silver</h3>
79
+
80
+ <table align="center" style="justify-content: center;align-items: center;display: flex;">
81
+ <tbody>
82
+ <tr>
83
+ <td align="center" width="172px">
84
+ <a href="https://kutt.to/skQUVd" target="_blank">
85
+ <picture height="40px">
86
+ <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/scalar/logo-light.svg">
87
+ <img alt="Scalar logo" height="40px" src="https://heyapi.dev/assets/scalar/logo-dark.svg">
88
+ </picture>
89
+ </a>
90
+ <br/>
91
+ <a href="https://kutt.to/skQUVd" style="text-decoration:none;" target="_blank">
92
+ scalar.com
93
+ </a>
94
+ </td>
95
+ <td align="center" width="172px">
96
+ <a href="https://kutt.to/Dr9GuW" target="_blank">
97
+ <picture height="40px">
98
+ <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/fastapi/logo-light.svg">
99
+ <img alt="FastAPI logo" height="40px" src="https://heyapi.dev/assets/fastapi/logo-dark.svg">
100
+ </picture>
101
+ </a>
102
+ <br/>
103
+ <a href="https://kutt.to/Dr9GuW" style="text-decoration:none;" target="_blank">
104
+ fastapi.tiangolo.com
105
+ </a>
106
+ </td>
107
+ </tr>
108
+ </tbody>
109
+ </table>
110
+
111
+ <h3 align="center">Bronze</h3>
112
+
113
+ <table align="center" style="justify-content: center;align-items: center;display: flex;">
114
+ <tbody>
115
+ <tr>
116
+ <td align="center" width="136px">
117
+ <a href="https://kutt.to/YpaKsX" target="_blank">
118
+ <picture height="34px">
119
+ <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/.gen/kinde-logo-wordmark-dark-480w.webp">
120
+ <img alt="Kinde logo" height="34px" src="https://heyapi.dev/assets/.gen/kinde-logo-wordmark-480w.jpeg">
121
+ </picture>
122
+ </a>
123
+ </td>
124
+ <td align="center" width="136px">
125
+ <a href="https://kutt.to/KkqSaw" target="_blank">
126
+ <picture height="34px">
127
+ <source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/cella/logo-light.svg">
128
+ <img alt="Cella logo" height="34px" src="https://heyapi.dev/assets/cella/logo-dark.svg">
129
+ </picture>
130
+ </a>
131
+ </td>
132
+ </tr>
133
+ </tbody>
134
+ </table>
135
+
136
+ <!-- template-sponsors-end -->
137
+
138
+ <!-- template-license-start -->
139
+
17
140
  ## License
18
141
 
19
142
  Released under the [MIT License](https://github.com/hey-api/openapi-ts/blob/main/LICENSE.md).
143
+
144
+ <!-- template-license-end -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hey-api/codegen-core",
3
- "version": "0.0.0-next-20260408030107",
3
+ "version": "0.0.0-next-20260410011423",
4
4
  "description": "🧱 TypeScript framework for generating files.",
5
5
  "keywords": [
6
6
  "codegen",