@hey-api/openapi-ts 0.53.11 → 0.53.12
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 -0
- package/dist/index.cjs +189 -187
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2910 -2366
- package/dist/index.d.ts +2910 -2366
- package/dist/index.js +183 -181
- package/dist/index.js.map +1 -1
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
- supports both JSON and YAML input files
|
|
14
14
|
- generates TypeScript interfaces, REST clients, and JSON Schemas
|
|
15
15
|
- Fetch API, Axios, Angular, Node.js, and XHR clients available
|
|
16
|
+
- plugin ecosystem to reduce third-party boilerplate
|
|
16
17
|
|
|
17
18
|
## Documentation
|
|
18
19
|
|