Skip to content

Commit fb23f42

Browse files
committed
try adding node types to resolve build issue
1 parent 385b835 commit fb23f42

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-telegram",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -20,6 +20,7 @@
2020
"dependencies": {
2121
"@elizaos/core": "^1.0.19",
2222
"@telegraf/types": "7.1.0",
23+
"@types/node": "^24.0.10",
2324
"strip-literal": "^3.0.0",
2425
"telegraf": "4.16.3",
2526
"type-detect": "^4.1.0",

0 commit comments

Comments
 (0)