Skip to content

Commit

Permalink
feat(client): regenerate and remove patches that were upstreamed
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Mar 17, 2024
1 parent a232eda commit 64d54a9
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 29 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-rivers-brush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@yd/client": minor
---

feat: regenerate with version 0.27.29 of openapi-typescript-codegen
5 changes: 5 additions & 0 deletions .changeset/many-hounds-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@yd/client": minor
---

feat: remove blob support patch that was upstreamed
5 changes: 0 additions & 5 deletions .changeset/quick-melons-invite.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"scripts": {
"build": "tsc --project tsconfig.json",
"check": "tsc --project tsconfig.json --noEmit",
"generate": "openapi -i ../../apps/api/openapi.json -o ./src/generated --client fetch --enums && git apply ./patches/*.patch",
"generate": "openapi-ts -i ../../apps/api/openapi.json -o ./src/generated --client fetch --enums",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@nicolas-chaulet/openapi-typescript-codegen": "^0.27.28",
"@nicolas-chaulet/openapi-typescript-codegen": "^0.27.29",
"@yd/config": "workspace:*",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
Expand Down

This file was deleted.

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.

0 comments on commit 64d54a9

Please sign in to comment.