@hey-api/openapi-ts 0.60.0 → 0.60.1
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 +3 -3
- package/dist/index.cjs +177 -179
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2861 -2800
- package/dist/index.d.ts +2861 -2800
- package/dist/index.js +173 -173
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
|
|
20
20
|
Please visit our [website](https://heyapi.dev/) for documentation, guides, migrating, and more.
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## Sponsors
|
|
23
23
|
|
|
24
24
|
Love Hey API? Become our [sponsor](https://github.com/sponsors/hey-api).
|
|
25
25
|
|
|
26
26
|
<p>
|
|
27
27
|
<a href="https://kutt.it/pkEZyc" target="_blank">
|
|
28
|
-
<img alt="Stainless logo" height="50" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.
|
|
28
|
+
<img alt="Stainless logo" height="50" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.jpeg" />
|
|
29
29
|
</a>
|
|
30
30
|
</p>
|
|
31
31
|
|
|
@@ -35,4 +35,4 @@ Automatically update your code when the APIs it depends on change. [Find out mor
|
|
|
35
35
|
|
|
36
36
|
## Migration Guides
|
|
37
37
|
|
|
38
|
-
[OpenAPI Typescript Codegen](https://heyapi.dev/openapi-ts/migrating.html#openapi-typescript-codegen)
|
|
38
|
+
[OpenAPI Typescript Codegen](https://heyapi.dev/openapi-ts/migrating.html#openapi-typescript-codegen)
|