Skip to content

Commit ae3807a

Browse files
committed
🧹 chore(type-gen): handle array delimiter correctly
1 parent 2340cbc commit ae3807a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const app = new Elysia()
2626
({
2727
name: 'Lilith',
2828
friends: ['Sartre', 'Fouco']
29-
})
29+
}) as const
3030
)
3131
.get(
3232
'/',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elysiajs/openapi",
3-
"version": "1.4.8-beta.0",
3+
"version": "1.4.8",
44
"description": "Plugin for Elysia to auto-generate API documentation",
55
"author": {
66
"name": "saltyAom",

0 commit comments

Comments
 (0)