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

Configure Feed

Select the types of activity you want to include in your feed.

chore: update changesets

Lubos e63f0cf1 84bdb90d

+28 -3
+2 -2
.changeset/brave-heads-battle.md
··· 1 1 --- 2 - '@hey-api/openapi-ts': minor 2 + '@hey-api/openapi-ts': patch 3 3 --- 4 4 5 - Fix body serialization for sse client 5 + **plugin(@hey-api/client-nuxt)**: use serialized body in SSE requests
+5
.changeset/heavy-ducks-smile.md
··· 1 + --- 2 + '@hey-api/openapi-ts': patch 3 + --- 4 + 5 + **plugin(@hey-api/client-angular)**: use serialized body in SSE requests
+5
.changeset/major-feet-love.md
··· 1 + --- 2 + '@hey-api/openapi-ts': patch 3 + --- 4 + 5 + **plugin(@hey-api/client-next)**: use serialized body in SSE requests
+5
.changeset/quick-poets-clean.md
··· 1 + --- 2 + '@hey-api/openapi-ts': patch 3 + --- 4 + 5 + **plugin(@hey-api/client-axios)**: use serialized body in SSE requests
+5
.changeset/ten-parks-hunt.md
··· 1 + --- 2 + '@hey-api/openapi-ts': patch 3 + --- 4 + 5 + **plugin(@hey-api/client-fetch)**: use serialized body in SSE requests
+5
.changeset/wise-things-lie.md
··· 1 + --- 2 + '@hey-api/openapi-ts': patch 3 + --- 4 + 5 + **plugin(@hey-api/client-ky)**: use serialized body in SSE requests
+1
.gitignore
··· 8 8 temp 9 9 yarn-debug.log* 10 10 yarn-error.log* 11 + *.tsbuildinfo 11 12 12 13 *.iml 13 14 dist
-1
packages/codegen-core/.gitignore
··· 9 9 temp 10 10 yarn-debug.log* 11 11 yarn-error.log* 12 - *.tsbuildinfo 13 12 14 13 *.iml 15 14 dist