We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385b835 commit fb23f42Copy full SHA for fb23f42
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@elizaos/plugin-telegram",
3
- "version": "1.0.8",
+ "version": "1.0.9",
4
"type": "module",
5
"main": "dist/index.js",
6
"module": "dist/index.js",
@@ -20,6 +20,7 @@
20
"dependencies": {
21
"@elizaos/core": "^1.0.19",
22
"@telegraf/types": "7.1.0",
23
+ "@types/node": "^24.0.10",
24
"strip-literal": "^3.0.0",
25
"telegraf": "4.16.3",
26
"type-detect": "^4.1.0",
0 commit comments