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.

ci: release

+62 -45
-5
.changeset/afraid-mangos-help.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - **internal**: export Plugins namespace
-5
.changeset/bright-wasps-invite.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - **plugin(nestjs)**: initial release
-5
.changeset/brown-owls-flow.md
··· 1 - --- 2 - "@hey-api/shared": patch 3 - --- 4 - 5 - **utils**: `outputHeaderToPrefix()` function signature change
-5
.changeset/common-results-kneel.md
··· 1 - --- 2 - "@hey-api/codegen-core": patch 3 - --- 4 - 5 - **internal**: remove TypeScript from peer dependencies
-5
.changeset/fruity-adults-invite.md
··· 1 - --- 2 - "@hey-api/shared": patch 3 - --- 4 - 5 - **internal**: remove TypeScript from peer dependencies
-5
.changeset/new-rings-decide.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - **internal**: expand TypeScript peer dependency range
-5
.changeset/rude-games-poke.md
··· 1 - --- 2 - "@hey-api/types": patch 3 - --- 4 - 5 - **internal**: remove TypeScript from peer dependencies
-5
.changeset/weak-onions-flash.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - **output**: pass default value to `header` function
+10
packages/codegen-core/CHANGELOG.md
··· 1 1 # @hey-api/codegen-core 2 2 3 + ## 0.7.3 4 + 5 + ### Patch Changes 6 + 7 + - **internal**: remove TypeScript from peer dependencies ([#3566](https://github.com/hey-api/openapi-ts/pull/3566)) ([`b5f1e4b`](https://github.com/hey-api/openapi-ts/commit/b5f1e4b5f64cbf0bad2eff888177ac9c1881ba3e)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + ### Updated Dependencies: 10 + 11 + - @hey-api/types@0.1.4 12 + 3 13 ## 0.7.2 4 14 5 15 ### Patch Changes
+1 -1
packages/codegen-core/package.json
··· 1 1 { 2 2 "name": "@hey-api/codegen-core", 3 - "version": "0.7.2", 3 + "version": "0.7.3", 4 4 "description": "🧱 TypeScript framework for generating files.", 5 5 "keywords": [ 6 6 "codegen",
+10
packages/openapi-python/CHANGELOG.md
··· 1 1 # @hey-api/openapi-python 2 2 3 + ## 0.0.11 4 + 5 + ### Patch Changes 6 + 7 + ### Updated Dependencies: 8 + 9 + - @hey-api/shared@0.2.4 10 + - @hey-api/codegen-core@0.7.3 11 + - @hey-api/types@0.1.4 12 + 3 13 ## 0.0.10 4 14 5 15 ### Patch Changes
+1 -1
packages/openapi-python/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-python", 3 - "version": "0.0.10", 3 + "version": "0.0.11", 4 4 "private": true, 5 5 "description": "🐍 OpenAPI to Python codegen.", 6 6 "keywords": [
+18
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.94.2 4 + 5 + ### Patch Changes 6 + 7 + - **internal**: export Plugins namespace ([#3586](https://github.com/hey-api/openapi-ts/pull/3586)) ([`12827e3`](https://github.com/hey-api/openapi-ts/commit/12827e333b9c1b810607c8a948ab3a909a920678)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + - **plugin(nestjs)**: initial release ([#3573](https://github.com/hey-api/openapi-ts/pull/3573)) ([`e596edb`](https://github.com/hey-api/openapi-ts/commit/e596edbe799e51c21783239bfb524c7342df365b)) by [@mikhin](https://github.com/mikhin) 10 + 11 + - **internal**: expand TypeScript peer dependency range ([#3588](https://github.com/hey-api/openapi-ts/pull/3588)) ([`ae5ecc9`](https://github.com/hey-api/openapi-ts/commit/ae5ecc943f41c19bdc77a477c00b68ceb8ab3d52)) by [@mrlubos](https://github.com/mrlubos) 12 + 13 + - **output**: pass default value to `header` function ([#3585](https://github.com/hey-api/openapi-ts/pull/3585)) ([`c076e4d`](https://github.com/hey-api/openapi-ts/commit/c076e4d3e9697d8bbc72db13a31d44627c814c2d)) by [@mrlubos](https://github.com/mrlubos) 14 + 15 + ### Updated Dependencies: 16 + 17 + - @hey-api/shared@0.2.4 18 + - @hey-api/codegen-core@0.7.3 19 + - @hey-api/types@0.1.4 20 + 3 21 ## 0.94.1 4 22 5 23 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.94.1", 3 + "version": "0.94.2", 4 4 "description": "🌀 OpenAPI to TypeScript codegen. Production-ready SDKs, Zod schemas, TanStack Query hooks, and 20+ plugins. Used by Vercel, OpenCode, and PayPal.", 5 5 "keywords": [ 6 6 "angular",
+13
packages/shared/CHANGELOG.md
··· 1 1 # @hey-api/shared 2 2 3 + ## 0.2.4 4 + 5 + ### Patch Changes 6 + 7 + - **utils**: `outputHeaderToPrefix()` function signature change ([#3585](https://github.com/hey-api/openapi-ts/pull/3585)) ([`c076e4d`](https://github.com/hey-api/openapi-ts/commit/c076e4d3e9697d8bbc72db13a31d44627c814c2d)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + - **internal**: remove TypeScript from peer dependencies ([#3566](https://github.com/hey-api/openapi-ts/pull/3566)) ([`b5f1e4b`](https://github.com/hey-api/openapi-ts/commit/b5f1e4b5f64cbf0bad2eff888177ac9c1881ba3e)) by [@mrlubos](https://github.com/mrlubos) 10 + 11 + ### Updated Dependencies: 12 + 13 + - @hey-api/codegen-core@0.7.3 14 + - @hey-api/types@0.1.4 15 + 3 16 ## 0.2.3 4 17 5 18 ### Patch Changes
+1 -1
packages/shared/package.json
··· 1 1 { 2 2 "name": "@hey-api/shared", 3 - "version": "0.2.3", 3 + "version": "0.2.4", 4 4 "description": "Temporary home for cross-package utilities. Contents will migrate to proper packages as architecture stabilizes.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "bugs": {
+6
packages/types/CHANGELOG.md
··· 1 1 # @hey-api/types 2 2 3 + ## 0.1.4 4 + 5 + ### Patch Changes 6 + 7 + - **internal**: remove TypeScript from peer dependencies ([#3566](https://github.com/hey-api/openapi-ts/pull/3566)) ([`b5f1e4b`](https://github.com/hey-api/openapi-ts/commit/b5f1e4b5f64cbf0bad2eff888177ac9c1881ba3e)) by [@mrlubos](https://github.com/mrlubos) 8 + 3 9 ## 0.1.3 4 10 5 11 ### Patch Changes
+1 -1
packages/types/package.json
··· 1 1 { 2 2 "name": "@hey-api/types", 3 - "version": "0.1.3", 3 + "version": "0.1.4", 4 4 "description": "Shared utility types.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "bugs": {