twindex-openclaw-plugin 0.7.5 → 0.7.6

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,8 +1,8 @@
1
1
  {
2
2
  "id": "twindex",
3
- "name": "Twindex",
3
+ "name": "New Lore",
4
4
  "description": "Music intelligence for AI agents. Get notified about tours, merch drops, releases, and presales for your favorite artists.",
5
- "version": "0.5.6",
5
+ "version": "0.7.6",
6
6
  "skills": ["./skills"],
7
7
  "configSchema": {
8
8
  "type": "object",
@@ -10,7 +10,7 @@
10
10
  "properties": {
11
11
  "apiKey": {
12
12
  "type": "string",
13
- "description": "Twindex API key (starts with twx_). Auto-generated on first startup."
13
+ "description": "New Lore API key (starts with twx_). Auto-generated on first startup."
14
14
  },
15
15
  "artists": {
16
16
  "type": "array",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "uiHints": {
39
39
  "apiKey": {
40
- "label": "Twindex API Key",
40
+ "label": "New Lore API Key",
41
41
  "placeholder": "twx_... (auto-generated)",
42
42
  "sensitive": true
43
43
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twindex-openclaw-plugin",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "description": "Music intelligence for AI agents. Tours, merch drops, releases, presales.",
5
5
  "type": "module",
6
6
  "license": "MIT",