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.1 - 5 Sep 2024
27Feature:
38- add provenance publish
Original file line number Diff line number Diff line change 11{
22 "name" : " @elysiajs/cron" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.2.0 " ,
44 "description" : " Plugin for Elysia that add support for running cronjob" ,
55 "author" : {
66 "name" : " saltyAom" ,
4040 "croner" : " ^6.0.3"
4141 },
4242 "devDependencies" : {
43- "@types/bun" : " 1.1.6 " ,
43+ "@types/bun" : " 1.1.14 " ,
4444 "@typescript-eslint/eslint-plugin" : " ^5.59.5" ,
4545 "@typescript-eslint/parser" : " ^5.59.5" ,
46- "elysia" : " >= 1.1.0-rc.2 " ,
46+ "elysia" : " >= 1.2.0 " ,
4747 "eslint" : " 9.6.0" ,
4848 "tsup" : " ^8.1.0" ,
4949 "typescript" : " ^5.5.3"
5050 },
5151 "peerDependencies" : {
52- "elysia" : " >= 1.1 .0"
52+ "elysia" : " >= 1.2 .0"
5353 },
5454 "peerDependenciesMeta" : {
5555 "croner" : {
5656 "optional" : true
5757 }
5858 }
59- }
59+ }
You can’t perform that action at this time.
0 commit comments