@hey-api/openapi-ts 0.80.2 → 0.80.4
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.
- package/README.md +11 -0
- package/dist/chunk-SCWPHXYA.js +39 -0
- package/dist/chunk-SCWPHXYA.js.map +1 -0
- package/dist/index.cjs +12 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/internal.cjs +7 -7
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.d.cts +1 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.js +1 -1
- package/dist/{types.d-CCdoSF-L.d.cts → types.d-5Zt8gOQV.d.cts} +140 -0
- package/dist/{types.d-CCdoSF-L.d.ts → types.d-5Zt8gOQV.d.ts} +140 -0
- package/package.json +1 -1
- package/dist/chunk-K4TMWMUE.js +0 -39
- package/dist/chunk-K4TMWMUE.js.map +0 -1
package/README.md
CHANGED
|
@@ -99,6 +99,17 @@ Help Hey API stay around for the long haul by becoming a [sponsor](https://githu
|
|
|
99
99
|
scalar.com
|
|
100
100
|
</a>
|
|
101
101
|
</td>
|
|
102
|
+
<td align="center">
|
|
103
|
+
<a href="https://kutt.it/Dr9GuW" target="_blank">
|
|
104
|
+
<picture height="40px">
|
|
105
|
+
<img alt="FastAPI logo" height="40px" src="https://heyapi.dev/images/fastapi-logo-wordmark.svg">
|
|
106
|
+
</picture>
|
|
107
|
+
</a>
|
|
108
|
+
<br/>
|
|
109
|
+
<a href="https://kutt.it/Dr9GuW" style="text-decoration:none;" target="_blank">
|
|
110
|
+
fastapi.tiangolo.com
|
|
111
|
+
</a>
|
|
112
|
+
</td>
|
|
102
113
|
</tr>
|
|
103
114
|
</tbody>
|
|
104
115
|
</table>
|