claude-notification-plugin 1.1.91 → 1.1.92

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.91",
3
+ "version": "1.1.92",
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/commit-sha CHANGED
@@ -1 +1 @@
1
- 01bee72db3baded113d020fadd1a94fb262fddc1
1
+ 063fbd2e2dc8b76a90f1736d30d8c032c453bbca
@@ -1321,7 +1321,7 @@ PTY log: <code>${info.hasLogStream ? 'writing' : 'off'}</code>
1321
1321
  async function handleSessions (args) {
1322
1322
  let target = parseTarget(args);
1323
1323
  if (!target) {
1324
- const def = getDefaultProject(config);
1324
+ const def = getDefaultProject(listenerConfig.projects);
1325
1325
  if (!def) {
1326
1326
  return 'Usage: /sessions &project[/branch]';
1327
1327
  }
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.91",
4
+ "version": "1.1.92",
5
5
  "description": "Claude Code task-completion notifications: Telegram, desktop notifications (Windows/macOS/Linux), sound, and voice",
6
6
  "type": "module",
7
7
  "engines": {