Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessOne1917 committed Aug 2, 2024
1 parent 4c68b9b commit 1dfb363
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 193 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lemmy-bot",
"version": "0.6.2",
"version": "0.6.3",
"description": "A bot API for Lemmy, the fediverse link aggregator.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,18 +11,18 @@
"author": "SleeplessOne1917",
"license": "AGPL-3.0",
"devDependencies": {
"@types/node": "^20.14.2",
"@types/node": "^22.0.2",
"@types/node-cron": "^3.0.11",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint": "^9.4.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"dependencies": {
"lemmy-js-client": "0.19.4",
"lemmy-js-client": "0.20.0-alpha.1",
"node-cron": "^3.0.3",
"sqlite3": "5.1.7"
},
Expand All @@ -45,5 +45,5 @@
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@9.3.0+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631"
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}
Loading

0 comments on commit 1dfb363

Please sign in to comment.