File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
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/jwt" ,
3
3
"description" : " Plugin for Elysia for using JWT Authentication" ,
4
- "version" : " 1.1.1 " ,
4
+ "version" : " 1.2.0 " ,
5
5
"author" : {
6
6
"name" : " saltyAom" ,
7
7
"url" : " https://github.com/SaltyAom" ,
42
42
"jose" : " ^4.14.4"
43
43
},
44
44
"devDependencies" : {
45
- "@types/bun" : " 1.1.6 " ,
45
+ "@types/bun" : " 1.1.14 " ,
46
46
"@typescript-eslint/eslint-plugin" : " ^6.6.0" ,
47
47
"@typescript-eslint/parser" : " ^6.6.0" ,
48
- "elysia" : " >= 1.1.0-rc.2 " ,
48
+ "elysia" : " >= 1.2.0 " ,
49
49
"eslint" : " 9.6.0" ,
50
50
"tsup" : " ^8.1.0" ,
51
51
"typescript" : " ^5.5.3"
52
52
},
53
53
"peerDependencies" : {
54
- "elysia" : " >= 1.1 .0"
54
+ "elysia" : " >= 1.2 .0"
55
55
}
56
- }
56
+ }
You can’t perform that action at this time.
0 commit comments