We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d777531 commit ff19a5cCopy full SHA for ff19a5c
bun.lockb
-35 Bytes
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@elysiajs/cron",
3
- "version": "0.8.0-rc.1",
+ "version": "0.8.0",
4
"description": "Plugin for Elysia that add support for running cronjob",
5
"author": {
6
"name": "saltyAom",
@@ -35,14 +35,14 @@
35
"release": "npm run build && npm run test && npm publish --access public"
36
},
37
"peerDependencies": {
38
- "elysia": ">= 0.7.0-rc.0"
+ "elysia": ">= 0.8.0"
39
40
"devDependencies": {
41
"@types/node": "^20.1.4",
42
"@typescript-eslint/eslint-plugin": "^5.59.5",
43
"@typescript-eslint/parser": "^5.59.5",
44
"bun-types": "^0.5.8",
45
- "elysia": "0.8.0-rc.0",
+ "elysia": "0.8.0",
46
"eslint": "^8.40.0",
47
"rimraf": "4.3",
48
"typescript": "^5.0.4"
0 commit comments