pi-notify 1.0.2 → 1.0.3
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.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-notify",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Desktop notifications for Pi agent via OSC 777/99 and Windows toast",
|
|
5
5
|
"keywords": ["pi-package", "pi", "pi-coding-agent", "notifications", "osc"],
|
|
6
6
|
"author": "ferologics",
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"url": "https://github.com/ferologics/pi-notify/issues"
|
|
15
15
|
},
|
|
16
16
|
"pi": {
|
|
17
|
-
"extensions": ["index.ts"]
|
|
17
|
+
"extensions": ["index.ts"],
|
|
18
|
+
"video": "https://github.com/ferologics/pi-notify/raw/refs/heads/main/demo.mp4"
|
|
18
19
|
}
|
|
19
20
|
}
|