Skip to content

Commit

Permalink
feat: add reader
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Sep 14, 2024
1 parent e79ff5a commit b8524ef
Show file tree
Hide file tree
Showing 4 changed files with 386 additions and 326 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,27 @@
"*.{js,ts,css,md}": "prettier --write"
},
"dependencies": {
"@fastify/autoload": "5.8.0",
"@fastify/cors": "8.4.1",
"@fastify/env": "4.3.0",
"@fastify/autoload": "5.10.0",
"@fastify/cors": "8.5.0",
"@fastify/env": "4.4.0",
"@fastify/etag": "4.2.0",
"@fastify/helmet": "11.1.1",
"@fastify/multipart": "7.7.3",
"@fastify/one-line-logger": "1.2.0",
"@fastify/rate-limit": "8.0.3",
"@fastify/sensible": "5.5.0",
"@fastify/one-line-logger": "1.4.0",
"@fastify/rate-limit": "8.1.1",
"@fastify/sensible": "5.6.0",
"@innei/next-async": "0.3.0",
"@mx-space/api-client": "1.15.0",
"@mx-space/webhook": "0.3.0",
"@mx-space/api-client": "1.16.0",
"@mx-space/webhook": "0.4.0",
"@tanstack/query-core": "4.36.1",
"axios": "1.7.4",
"axios": "1.7.7",
"chalk": "4.1.2",
"close-with-grace": "1.2.0",
"close-with-grace": "1.3.0",
"consola": "2.15.3",
"cron": "2.4.4",
"dayjs": "1.11.10",
"dotenv": "16.3.1",
"fastify": "4.24.3",
"dayjs": "1.11.13",
"dotenv": "16.4.5",
"fastify": "4.28.1",
"fastify-cli": "5.9.0",
"fastify-plugin": "4.5.1",
"fastify-tsconfig": "1.0.1",
Expand All @@ -46,30 +46,30 @@
"lodash": "4.17.21",
"marked": "5.1.2",
"randomcolor": "0.6.2",
"remove-markdown": "0.5.0",
"socket.io-client": "4.7.2",
"telegraf": "4.15.0",
"remove-markdown": "0.5.5",
"socket.io-client": "4.7.5",
"telegraf": "4.16.3",
"tsconfig-paths": "4.2.0",
"zod": "3.22.4"
"zod": "3.23.8"
},
"devDependencies": {
"@innei/eslint-config-ts": "0.11.1",
"@innei/prettier": "0.11.1",
"@types/cron": "2.0.1",
"@types/lodash": "4.14.201",
"@types/cron": "2.4.0",
"@types/lodash": "4.17.7",
"@types/marked": "5.0.2",
"@types/node": "20.9.0",
"@types/node-telegram-bot-api": "0.63.1",
"@types/node": "20.16.5",
"@types/node-telegram-bot-api": "0.63.3",
"@types/randomcolor": "0.5.9",
"@types/remove-markdown": "0.3.4",
"cross-env": "7.0.3",
"eslint": "8.53.0",
"fast-json-stringify": "5.9.1",
"eslint": "8.57.0",
"fast-json-stringify": "5.16.1",
"lint-staged": "13.3.0",
"prettier": "3.0.3",
"ts-node": "10.9.1",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"tsx": "3.14.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"engines": {
"node": ">=16.20.0"
Expand All @@ -88,5 +88,5 @@
"legacyOutput": true,
"target": "es2018"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
"packageManager": "pnpm@9.10.0"
}
Loading

0 comments on commit b8524ef

Please sign in to comment.