@pi-unipi/notify 2.0.9 → 2.0.10
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 +4 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/notify",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "Cross-platform notification extension for Pi
|
|
3
|
+
"version": "2.0.10",
|
|
4
|
+
"description": "Cross-platform notification extension for Pi \u2014 native OS, Gotify, and Telegram notifications for agent lifecycle events",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.ts",
|
|
7
7
|
"license": "MIT",
|
|
@@ -38,14 +38,6 @@
|
|
|
38
38
|
"skills/**/*",
|
|
39
39
|
"README.md"
|
|
40
40
|
],
|
|
41
|
-
"pi": {
|
|
42
|
-
"extensions": [
|
|
43
|
-
"index.ts"
|
|
44
|
-
],
|
|
45
|
-
"skills": [
|
|
46
|
-
"skills"
|
|
47
|
-
]
|
|
48
|
-
},
|
|
49
41
|
"publishConfig": {
|
|
50
42
|
"access": "public"
|
|
51
43
|
},
|
|
@@ -54,8 +46,8 @@
|
|
|
54
46
|
"node-notifier": "^10.0.1"
|
|
55
47
|
},
|
|
56
48
|
"peerDependencies": {
|
|
57
|
-
"@earendil-works/pi-coding-agent": "^0.
|
|
58
|
-
"@earendil-works/pi-tui": "^0.
|
|
49
|
+
"@earendil-works/pi-coding-agent": "^0.78.0",
|
|
50
|
+
"@earendil-works/pi-tui": "^0.78.0",
|
|
59
51
|
"typebox": "^1.1.38"
|
|
60
52
|
}
|
|
61
53
|
}
|