claude-notification-plugin 1.1.15 → 1.1.16

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.1.15",
3
+ "version": "1.1.16",
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",
@@ -446,7 +446,7 @@ Press Enter to keep current value shown in [brackets].
446
446
 
447
447
  while (true) {
448
448
  console.log('');
449
- const addMore = await askYesNo(rl, 'Add another project? (y/n): ');
449
+ const addMore = await askYesNo(rl, 'Add another project? (y/N): ');
450
450
  if (!addMore) {
451
451
  break;
452
452
  }
package/commit-sha CHANGED
@@ -1 +1 @@
1
- b092cf465b465f338c3e5ab0e073a8c91aac4d51
1
+ ab57729646f07446deb7b0f196e087ac48952b7b
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.1.15",
4
+ "version": "1.1.16",
5
5
  "description": "Claude Code task-completion notifications: Telegram, desktop notifications (Windows/macOS/Linux), sound, and voice",
6
6
  "type": "module",
7
7
  "engines": {