claude-notification-plugin 1.0.102 → 1.0.104

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-notification-plugin",
3
- "version": "1.0.102",
3
+ "version": "1.0.104",
4
4
  "description": "Claude Code task-completion notifications: Telegram, desktop notifications (Windows/macOS/Linux), sound, and voice",
5
5
  "author": {
6
6
  "name": "Viacheslav Makarov",
package/bin/install.js CHANGED
@@ -379,7 +379,8 @@ Claude Notification Plugin - Setup
379
379
  }
380
380
 
381
381
  if (token && !chatId) {
382
- console.log('\nSend any message to your bot in Telegram, then press Enter.');
382
+ console.log(`\x1b[32m
383
+ Send any message to your bot in Telegram, then press Enter.\x1b[0m`);
383
384
  await ask(rl, '');
384
385
 
385
386
  console.log('Fetching Chat ID...');
package/commit-sha CHANGED
@@ -1 +1 @@
1
- 8cd1016fa338ed33fd68b1c9350ca62df5b00bf4
1
+ b8edcb1d6f6d799f0d00ee8c4ff4677b977c1b75
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "claude-notification-plugin",
3
3
  "productName": "claude-notification-plugin",
4
- "version": "1.0.102",
4
+ "version": "1.0.104",
5
5
  "description": "Claude Code task-completion notifications: Telegram, desktop notifications (Windows/macOS/Linux), sound, and voice",
6
6
  "type": "module",
7
7
  "engines": {