claude-notification-plugin 1.0.108 → 1.0.109

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.108",
3
+ "version": "1.0.109",
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
@@ -20,7 +20,7 @@ const knownMarketplacesPath = path.join(pluginsDir, 'known_marketplaces.json');
20
20
  const marketplacesDir = path.join(pluginsDir, 'marketplaces');
21
21
  const RESOLVER_PATH = path.join(claudeDir, 'claude-notify-resolve.js');
22
22
  const pidFile = path.join(claudeDir, '.listener.pid');
23
- const installLogPath = path.join(claudeDir, 'install.log');
23
+ const installLogPath = path.join(claudeDir, 'claude-notify-install.log');
24
24
 
25
25
  // ──────────────────────────────────────
26
26
  // Logging to file
package/commit-sha CHANGED
@@ -1 +1 @@
1
- 4d9fe96446b31d55ec608eac82a50aaeb12e59b1
1
+ a1937f5758650c5b8a75b15a85b30e56bf35c15c
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.108",
4
+ "version": "1.0.109",
5
5
  "description": "Claude Code task-completion notifications: Telegram, desktop notifications (Windows/macOS/Linux), sound, and voice",
6
6
  "type": "module",
7
7
  "engines": {