File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # 0.5.0 -14 May 2023
2
- Improvement:
3
- - Add support for Elysia 0.5.0-beta.2
1
+ # 0.5.0 - 15 May 2023
2
+ - Add support for Elysia 0.5
3
+ - Add CommonJS support
4
4
5
5
# 0.3.0 - 17 Mar 2023
6
6
Improvement:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elysiajs/cors" ,
3
- "version" : " 0.5.0-rc.0 " ,
3
+ "version" : " 0.5.0" ,
4
4
"description" : " Plugin for Elysia that for Cross Origin Requests (CORs)" ,
5
5
"author" : {
6
6
"name" : " saltyAom" ,
34
34
"devDependencies" : {
35
35
"@types/node" : " ^18.11.7" ,
36
36
"bun-types" : " ^0.5.7" ,
37
- "elysia" : " 0.5.0-beta.2 " ,
37
+ "elysia" : " 0.5.0" ,
38
38
"eslint" : " ^8.26.0" ,
39
39
"rimraf" : " ^3.0.2" ,
40
40
"typescript" : " ^5.0.4"
41
41
},
42
42
"peerDependencies" : {
43
- "elysia" : " >= 0.5.0-beta.2 "
43
+ "elysia" : " >= 0.5.0"
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments