这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brave-colts-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-owls-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-cats-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/petite-walls-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-poets-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/whole-parts-tan.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/codegen-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hey-api/codegen-core

## 0.3.3

### Patch Changes

- fix: remove most of readonly properties to allow mutating in place ([#2919](https://github.com/hey-api/openapi-ts/pull/2919)) ([`34ee973`](https://github.com/hey-api/openapi-ts/commit/34ee973be30a9cbc66fd8463fe6f5961db0f3d37)) by [@mrlubos](https://github.com/mrlubos)

- fix: update types ([#2909](https://github.com/hey-api/openapi-ts/pull/2909)) ([`d9dd389`](https://github.com/hey-api/openapi-ts/commit/d9dd38927ce5c7901ce46bfe439454935b2053fa)) by [@mrlubos](https://github.com/mrlubos)

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/codegen-core",
"version": "0.3.2",
"version": "0.3.3",
"description": "🧱 TypeScript framework for generating structured, multi-file source code from abstract syntax trees.",
"homepage": "https://heyapi.dev/",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/openapi-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @hey-api/openapi-ts

## 0.86.12

### Patch Changes

- fix(transformers): do not reference undefined transformers ([#2924](https://github.com/hey-api/openapi-ts/pull/2924)) ([`b3f4f91`](https://github.com/hey-api/openapi-ts/commit/b3f4f91bbf6ac1db504b7605a73c986b37003880)) by [@mrlubos](https://github.com/mrlubos)

- fix(sdk): add `paramsStructure` option ([#2909](https://github.com/hey-api/openapi-ts/pull/2909)) ([`d9dd389`](https://github.com/hey-api/openapi-ts/commit/d9dd38927ce5c7901ce46bfe439454935b2053fa)) by [@mrlubos](https://github.com/mrlubos)

- fix(sdk): handle conflicts between method names and subclasses in class-based SDKs ([#2920](https://github.com/hey-api/openapi-ts/pull/2920)) ([`48c7fa3`](https://github.com/hey-api/openapi-ts/commit/48c7fa3db65ef1ee146b6e09e53ae500483d4b22)) by [@mrlubos](https://github.com/mrlubos)

- fix: bundled context types ([#2923](https://github.com/hey-api/openapi-ts/pull/2923)) ([`f5a91c4`](https://github.com/hey-api/openapi-ts/commit/f5a91c4e068f64987d8138fadb0e969f1e28081f)) by [@mrlubos](https://github.com/mrlubos)

### Updated Dependencies:

- @hey-api/codegen-core@0.3.3

## 0.86.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/openapi-ts",
"version": "0.86.11",
"version": "0.86.12",
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
"homepage": "https://heyapi.dev/",
"repository": {
Expand Down Expand Up @@ -90,7 +90,7 @@
"node": ">=20.19.0"
},
"dependencies": {
"@hey-api/codegen-core": "workspace:^0.3.2",
"@hey-api/codegen-core": "workspace:^0.3.3",
"@hey-api/json-schema-ref-parser": "1.2.1",
"ansi-colors": "4.1.3",
"c12": "3.3.1",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.