@moxxy/plugin-telegram 0.27.0 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moxxy/plugin-telegram",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.28.0",
|
|
4
4
|
"description": "Telegram channel for moxxy via grammy. Treats Telegram chats as a bidirectional channel: prompts in, assistant + tool prompts out, inline-keyboard permission flow, QR deep-link chat pairing.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"moxxy",
|
|
@@ -68,11 +68,11 @@
|
|
|
68
68
|
"@clack/prompts": "^1.4.0",
|
|
69
69
|
"grammy": "^1.30.0",
|
|
70
70
|
"qrcode": "^1.5.4",
|
|
71
|
-
"@moxxy/
|
|
72
|
-
"@moxxy/
|
|
73
|
-
"@moxxy/
|
|
74
|
-
"@moxxy/
|
|
75
|
-
"@moxxy/channel-kit": "0.
|
|
71
|
+
"@moxxy/plugin-vault": "0.28.0",
|
|
72
|
+
"@moxxy/core": "0.28.0",
|
|
73
|
+
"@moxxy/sdk": "0.28.0",
|
|
74
|
+
"@moxxy/config": "0.28.0",
|
|
75
|
+
"@moxxy/channel-kit": "0.28.0"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@types/node": "^22.10.0",
|