Skip to content

Commit

Permalink
chore(client): generate client using latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Nov 22, 2024
1 parent 409f140 commit 97747b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/client/openapi-ts.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export default defineConfig({
},
plugins: [
{
name: '@hey-api/types',
name: '@hey-api/typescript',
enums: 'javascript'
},
{
name: '@hey-api/services'
name: '@hey-api/sdk'
}
]
});
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@hey-api/client-fetch": "^0.4.4"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.56.1",
"@hey-api/openapi-ts": "^0.57.0",
"@yd/api": "workspace:*",
"@yd/config": "workspace:*",
"prettier": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/generated/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This file is auto-generated by @hey-api/openapi-ts
export * from './services.gen';
export * from './sdk.gen';
export * from './types.gen';
File renamed without changes.

0 comments on commit 97747b7

Please sign in to comment.