File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1+
2+ # 1.2.0-rc.0 - 23 Dec 2024
3+ Change:
4+ - Add support for Elysia 1.2
5+
16# 1.1.1 - 5 Sep 2024
27Feature:
38- add provenance publish
Original file line number Diff line number Diff line change 11{
22 "name" : " @elysiajs/cors" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.2.0 " ,
44 "description" : " Plugin for Elysia that for Cross Origin Requests (CORs)" ,
55 "author" : {
66 "name" : " saltyAom" ,
3636 "release" : " npm run build && npm run test && npm publish --access public"
3737 },
3838 "devDependencies" : {
39- "@types/bun" : " ^ 1.1.6 " ,
39+ "@types/bun" : " 1.1.14 " ,
4040 "@types/node" : " ^20.14.10" ,
41- "elysia" : " >= 1.1.0-rc.2 " ,
42- "eslint" : " ^8.26 .0" ,
41+ "elysia" : " >= 1.2.0 " ,
42+ "eslint" : " 9.6 .0" ,
4343 "tsup" : " ^8.1.0" ,
4444 "typescript" : " ^5.5.2"
4545 },
4646 "peerDependencies" : {
47- "elysia" : " >= 1.1 .0"
47+ "elysia" : " >= 1.2 .0"
4848 }
49- }
49+ }
You can’t perform that action at this time.
0 commit comments