@hey-api/openapi-ts 0.83.1 → 0.84.0
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 +1 -1
- package/dist/chunk-ZXJLXXXN.js +54 -0
- package/dist/chunk-ZXJLXXXN.js.map +1 -0
- package/dist/clients/axios/client.ts +1 -1
- package/dist/clients/axios/types.ts +1 -1
- package/dist/clients/axios/utils.ts +11 -3
- package/dist/index.cjs +74 -80
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +18 -6
- package/dist/index.d.ts +18 -6
- package/dist/index.js +12 -15
- package/dist/index.js.map +1 -1
- package/dist/internal.cjs +23 -26
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.d.cts +2 -2
- package/dist/internal.d.ts +2 -2
- package/dist/internal.js +1 -1
- package/dist/{types.d-CRtO-Prt.d.cts → types.d-ClTVswi2.d.cts} +2225 -2247
- package/dist/{types.d-CRtO-Prt.d.ts → types.d-ClTVswi2.d.ts} +2225 -2247
- package/package.json +10 -10
- package/dist/chunk-3AYBIZLR.js +0 -57
- package/dist/chunk-3AYBIZLR.js.map +0 -1
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
|
|
34
34
|
- runs in CLI, Node.js 18+, or npx
|
|
35
35
|
- works with OpenAPI 2.0, 3.0, and 3.1
|
|
36
|
-
-
|
|
36
|
+
- core plugins for types, SDKs, and schemas
|
|
37
37
|
- clients for your runtime (Fetch API, Angular, Axios, Next.js, Nuxt, etc.)
|
|
38
38
|
- plugin ecosystem to reduce third-party boilerplate
|
|
39
39
|
- custom plugins and custom clients
|