claude-notification-plugin 1.1.99 → 1.1.101

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.99",
3
+ "version": "1.1.101",
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
- ad0fcacaf0d776eadc967262041a793c31f8c73d
1
+ dd4f19294dff2f485865d9526ff5d9a749e36a8a
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.99",
4
+ "version": "1.1.101",
5
5
  "description": "Claude Code task-completion notifications: Telegram, desktop notifications (Windows/macOS/Linux), sound, and voice",
6
6
  "type": "module",
7
7
  "engines": {
@@ -25,7 +25,11 @@
25
25
  "prepack": "git rev-parse HEAD > commit-sha",
26
26
  "postinstall": "node bin/install.js",
27
27
  "lint": "eslint .",
28
- "lint:fix": "eslint --fix ."
28
+ "lint:fix": "eslint --fix .",
29
+ "listener:restart": "claude-notify listener restart",
30
+ "listener:stop": "claude-notify listener stop",
31
+ "listener:start": "claude-notify listener start",
32
+ "listener:status": "claude-notify listener status"
29
33
  },
30
34
  "keywords": [
31
35
  "claude",