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
+
1
6
# 1.1.1 - 5 Sep 2024
2
7
Feature:
3
8
- add provenance publish
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elysiajs/cors" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " Plugin for Elysia that for Cross Origin Requests (CORs)" ,
5
5
"author" : {
6
6
"name" : " saltyAom" ,
36
36
"release" : " npm run build && npm run test && npm publish --access public"
37
37
},
38
38
"devDependencies" : {
39
- "@types/bun" : " ^ 1.1.6 " ,
39
+ "@types/bun" : " 1.1.14 " ,
40
40
"@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" ,
43
43
"tsup" : " ^8.1.0" ,
44
44
"typescript" : " ^5.5.2"
45
45
},
46
46
"peerDependencies" : {
47
- "elysia" : " >= 1.1 .0"
47
+ "elysia" : " >= 1.2 .0"
48
48
}
49
- }
49
+ }
You can’t perform that action at this time.
0 commit comments