Skip to content

Commit

Permalink
Merge pull request #21 from Dakskihedron/improve-multipart-handling
Browse files Browse the repository at this point in the history
feat: improve multipart handling
  • Loading branch information
karlvr authored Jul 2, 2024
2 parents 68d25ba + 69c2ad9 commit b30959d
Show file tree
Hide file tree
Showing 13 changed files with 3,524 additions and 2,637 deletions.
5 changes: 5 additions & 0 deletions .changeset/pink-forks-chew.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@openapi-generator-plus/typescript-express-passport-server-generator": minor
---

Add improved multipart support.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"scripts": {
"build": "tsc -p tsconfig.prod.json",
"clean": "rimraf dist",
"clean:node": "rm -rf node_modules",
"link-openapi-generator-plus": "pnpm link --global openapi-generator-plus $(cd node_modules && find @openapi-generator-plus -depth 1 -prune)",
"release": "pnpm clean && pnpm build && pnpm test && pnpm changeset publish && pnpm install",
"release:version": "pnpm changeset version && pnpm install",
Expand All @@ -30,7 +31,8 @@
"@openapi-generator-plus/indexed-type": "^1.0.0",
"@openapi-generator-plus/testing": "^2.15.0",
"@openapi-generator-plus/types": "^2.13.0",
"@openapi-generator-plus/typescript-generator-common": "^1.7.1"
"@openapi-generator-plus/typescript-generator-common": "^1.7.1",
"@openapi-generator-plus/utils": "^1.0.3"
},
"peerDependencies": {
"@openapi-generator-plus/core": "^2.15.0"
Expand Down
Loading

0 comments on commit b30959d

Please sign in to comment.