twindex-openclaw-plugin 0.4.1 → 0.4.2
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/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/src/sse-service.ts +1 -2
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "twindex",
|
|
3
3
|
"name": "Twindex",
|
|
4
4
|
"description": "Music intelligence for AI agents. Get notified about tours, merch drops, releases, and presales for your favorite artists.",
|
|
5
|
-
"version": "0.4.
|
|
5
|
+
"version": "0.4.2",
|
|
6
6
|
"skills": ["./skills"],
|
|
7
7
|
"configSchema": {
|
|
8
8
|
"type": "object",
|
package/package.json
CHANGED
package/src/sse-service.ts
CHANGED
|
@@ -146,8 +146,7 @@ export function createNotificationService(api: any) {
|
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
return {
|
|
149
|
-
|
|
150
|
-
description: "Real-time push notifications from Twindex via SSE",
|
|
149
|
+
id: "twindex-notifications",
|
|
151
150
|
|
|
152
151
|
start() {
|
|
153
152
|
if (running) return;
|