@nubemclaw/channel-telegram 2.0.0 → 2.1.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/dist/setup.js CHANGED
@@ -26,7 +26,7 @@ import { z } from "zod";
26
26
  * Persist (`persist`):
27
27
  *
28
28
  * - Atomic 0o600 write to
29
- * `~/.nubemclaw-dev/credentials/telegram-bot-token` via
29
+ * `~/.nubemclaw/credentials/telegram-bot-token` via
30
30
  * `writeChannelCredential` (SDK shared helper).
31
31
  *
32
32
  * Cancellation at any step is converted by `runChannelSetup` to
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubemclaw/channel-telegram",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "NubemClaw v3 — Telegram channel wrapping grammy (polling + webhook + setup).",
5
5
  "license": "UNLICENSED",
6
6
  "files": [
@@ -21,8 +21,8 @@
21
21
  "grammy": "1.42.0",
22
22
  "undici": "8.2.0",
23
23
  "zod": "^3.23.8",
24
- "@nubemclaw/channel-sdk": "2.0.0",
25
- "@nubemclaw/core": "2.0.0"
24
+ "@nubemclaw/channel-sdk": "2.1.0",
25
+ "@nubemclaw/core": "2.1.0"
26
26
  },
27
27
  "scripts": {
28
28
  "build": "tsc -b",
package/src/setup.ts CHANGED
@@ -33,7 +33,7 @@ import { z } from "zod";
33
33
  * Persist (`persist`):
34
34
  *
35
35
  * - Atomic 0o600 write to
36
- * `~/.nubemclaw-dev/credentials/telegram-bot-token` via
36
+ * `~/.nubemclaw/credentials/telegram-bot-token` via
37
37
  * `writeChannelCredential` (SDK shared helper).
38
38
  *
39
39
  * Cancellation at any step is converted by `runChannelSetup` to