Skip to content

Commit ac2de52

Browse files
committed
📘 doc: use throw error
1 parent e83daaf commit ac2de52

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Bug fix:
44
- [#971](https://github.com/elysiajs/elysia/issues/971) remove top level import, use dynamic import instead
55
- [#969](https://github.com/elysiajs/elysia/issues/969) Invalid context on `.onStart`, `.onStop`
66
- [#965](https://github.com/elysiajs/elysia/issues/965) [Composer] failed to generate optimized handler. Unexpected identifier 'mapCompactResponse'
7+
- [#962](https://github.com/elysiajs/elysia/pull/962) fix schema default value when AOT is of
78
- decorator name with space is not working
89

910
# 1.2.2 - 24 Dec 2024

package.json

-5
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,6 @@
122122
"types": "./dist/universal/env.d.ts",
123123
"import": "./dist/universal/env.mjs",
124124
"require": "./dist/cjs/universal/env.js"
125-
},
126-
"./universal/file": {
127-
"types": "./dist/universal/file.d.ts",
128-
"import": "./dist/universal/file.mjs",
129-
"require": "./dist/cjs/universal/file.js"
130125
}
131126
},
132127
"repository": {

0 commit comments

Comments
 (0)