fork of hey-api/openapi-ts because I need some additional things

Merge pull request #2853 from hey-api/changeset-release/main

authored by

Lubos and committed by
GitHub
76dfd463 3def2b37

+9 -11
-5
.changeset/mighty-adults-wave.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix(parser): write-only schema incorrectly used in response schemas
···
-5
.changeset/short-phones-count.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix(cli): move cli script to typescript
···
+8
packages/openapi-ts/CHANGELOG.md
··· 1 # @hey-api/openapi-ts 2 3 ## 0.86.4 4 5 ### Patch Changes
··· 1 # @hey-api/openapi-ts 2 3 + ## 0.86.5 4 + 5 + ### Patch Changes 6 + 7 + - fix(parser): write-only schema incorrectly used in response schemas ([#2850](https://github.com/hey-api/openapi-ts/pull/2850)) ([`16cc0e7`](https://github.com/hey-api/openapi-ts/commit/16cc0e7d50993e36dab6349eda1361421bdf44ac)) by [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent) 8 + 9 + - fix(cli): move cli script to typescript ([#2852](https://github.com/hey-api/openapi-ts/pull/2852)) ([`b677f89`](https://github.com/hey-api/openapi-ts/commit/b677f893f9dc1848bb54164e736a90e617d1269d)) by [@mrlubos](https://github.com/mrlubos) 10 + 11 ## 0.86.4 12 13 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 { 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.86.4", 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 "homepage": "https://heyapi.dev/", 6 "repository": {
··· 1 { 2 "name": "@hey-api/openapi-ts", 3 + "version": "0.86.5", 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 "homepage": "https://heyapi.dev/", 6 "repository": {