File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 4
4
- [ #971 ] ( https://github.com/elysiajs/elysia/issues/971 ) remove top level import, use dynamic import instead
5
5
- [ #969 ] ( https://github.com/elysiajs/elysia/issues/969 ) Invalid context on ` .onStart ` , ` .onStop `
6
6
- [ #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
7
8
- decorator name with space is not working
8
9
9
10
# 1.2.2 - 24 Dec 2024
Original file line number Diff line number Diff line change 122
122
"types" : " ./dist/universal/env.d.ts" ,
123
123
"import" : " ./dist/universal/env.mjs" ,
124
124
"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"
130
125
}
131
126
},
132
127
"repository" : {
You can’t perform that action at this time.
0 commit comments