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+
16# 1.1.2 - 5 Sep 2024
27Feature:
38- add provenance publish
Original file line number Diff line number Diff line change 11{
22 "name" : " @elysiajs/bearer" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.2.0 " ,
44 "description" : " Plugin for Elysia for retreiving Bearer token" ,
55 "license" : " MIT" ,
66 "scripts" : {
1111 "release" : " npm run build && npm run test && npm publish --access public"
1212 },
1313 "peerDependencies" : {
14- "elysia" : " >= 1.1 .0"
14+ "elysia" : " >= 1.2 .0"
1515 },
1616 "devDependencies" : {
17- "@types/bun" : " 1.1.6 " ,
18- "elysia" : " >= 1.1.0-rc.2 " ,
17+ "@types/bun" : " 1.1.14 " ,
18+ "elysia" : " >= 1.2.0 " ,
1919 "eslint" : " 9.6.0" ,
2020 "tsup" : " ^8.1.0" ,
2121 "typescript" : " ^5.5.3"
4747 },
4848 "homepage" : " https://github.com/elysiajs/elysia-bearer" ,
4949 "bugs" : " https://github.com/elysiajs/elysia-bearer/issues"
50- }
50+ }
You can’t perform that action at this time.
0 commit comments