Skip to content

Commit 8f545a9

Browse files
committed
📘 chore: remove bun specific built
1 parent 21609a3 commit 8f545a9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 1.4.29
22
Change:
33
- remove Bun specific built
4+
- export `AnySchema`, `UnwrapSchema`, `ModelsToTypes` from root
45

56
# 1.4.28 - 3 Mar 2026
67
Bug fix:
@@ -14,7 +15,6 @@ Bug fix:
1415
Improvement:
1516
- conditional async on getSchemaValidator when schema is Standard Schema
1617
- use Response.json on Bun
17-
- export `AnySchema`, `UnwrapSchema`, `ModelsToTypes` from root
1818

1919
# 1.4.26 - 25 Feb 2026
2020
Bug fix:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elysia",
33
"description": "Ergonomic Framework for Human",
4-
"version": "1.4.27",
4+
"version": "1.4.28-exp.0",
55
"author": {
66
"name": "saltyAom",
77
"url": "https://github.com/SaltyAom",

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ import type {
158158
MaybeValueOrVoidFunction,
159159
IntersectIfObject,
160160
IntersectIfObjectSchema,
161-
UnwrapSchema,
162161
EmptyRouteSchema,
163162
UnknownRouteSchema,
164163
MaybeFunction,
@@ -8252,6 +8251,8 @@ export type {
82528251
LifeCycleType,
82538252
MaybePromise,
82548253
UnwrapSchema,
8254+
AnySchema,
8255+
ModelsToTypes,
82558256
Checksum,
82568257
DocumentDecoration,
82578258
InferContext,

0 commit comments

Comments
 (0)