@s0nderlabs/anima-plugin-telegram 0.24.10 → 0.24.11

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -17,7 +17,7 @@ Telegram gateway for anima. Operator DMs `@anima_<name>_bot` from any phone; the
17
17
  ```
18
18
  anima telegram setup # one-time interactive: bot token + allowed user IDs
19
19
  anima # start the TUI; listener boots automatically
20
- # DM @anima_<name>_bot from your phone agent replies
20
+ # DM @anima_<name>_bot from your phone, agent replies
21
21
  ```
22
22
 
23
23
  ## Architecture
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@s0nderlabs/anima-plugin-telegram",
3
- "version": "0.24.10",
3
+ "version": "0.24.11",
4
4
  "type": "module",
5
5
  "description": "Telegram gateway plugin for anima — long-poll bot, debounced dispatch, reactions, allowlist",
6
6
  "license": "MIT",
@@ -39,7 +39,7 @@
39
39
  "test": "bun test"
40
40
  },
41
41
  "dependencies": {
42
- "@s0nderlabs/anima-core": "0.24.10",
42
+ "@s0nderlabs/anima-core": "0.24.11",
43
43
  "grammy": "^1.42.0",
44
44
  "zod": "^3.23.8"
45
45
  }