@pi-unipi/notify 2.0.12 → 2.0.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.
- package/index.ts +0 -7
- package/package.json +2 -2
package/index.ts
CHANGED
|
@@ -27,13 +27,6 @@ import {
|
|
|
27
27
|
const VERSION = getPackageVersion(new URL(".", import.meta.url).pathname);
|
|
28
28
|
|
|
29
29
|
export default function (pi: ExtensionAPI) {
|
|
30
|
-
// Register skills directory
|
|
31
|
-
const skillsDir = new URL("./skills", import.meta.url).pathname;
|
|
32
|
-
pi.on("resources_discover", async () => {
|
|
33
|
-
return {
|
|
34
|
-
skillPaths: [skillsDir],
|
|
35
|
-
};
|
|
36
|
-
});
|
|
37
30
|
|
|
38
31
|
// Register tools and commands
|
|
39
32
|
registerNotifyTools(pi);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/notify",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.13",
|
|
4
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",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@pi-unipi/core": "2.0.
|
|
45
|
+
"@pi-unipi/core": "2.0.13",
|
|
46
46
|
"node-notifier": "^10.0.1"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|