claude-notification-plugin 1.1.12 → 1.1.13

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.
@@ -378,8 +378,8 @@ async function setupListener () {
378
378
  taskTimeoutMinutes: L.taskTimeoutMinutes ?? 30,
379
379
  maxQueuePerWorkDir: L.maxQueuePerWorkDir ?? 10,
380
380
  maxTotalTasks: L.maxTotalTasks ?? 50,
381
- logDir: L.logDir || path.join(home, '.claude'),
382
- taskLogDir: L.taskLogDir || path.join(home, '.claude'),
381
+ logDir: L.logDir || path.join(HOME, '.claude'),
382
+ taskLogDir: L.taskLogDir || path.join(HOME, '.claude'),
383
383
  projectPath: L.projects?.default?.path || '',
384
384
  };
385
385
 
package/commit-sha CHANGED
@@ -1 +1 @@
1
- 5b2891cb5b43d7ccdd81b8d6541498b52ef549ee
1
+ 03f882a91dd04b8467a10dc0c80af8040eaa54cd
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.12",
4
+ "version": "1.1.13",
5
5
  "description": "Claude Code task-completion notifications: Telegram, desktop notifications (Windows/macOS/Linux), sound, and voice",
6
6
  "type": "module",
7
7
  "engines": {