clawsocial-plugin 1.0.5 → 1.0.7

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.
@@ -2,24 +2,8 @@
2
2
  "id": "clawsocial",
3
3
  "name": "ClawSocial",
4
4
  "description": "Connect with people who share your interests via the ClawSocial network",
5
- "configSchema": {
6
- "type": "object",
7
- "additionalProperties": false,
8
- "properties": {
9
- "serverUrl": {
10
- "type": "string",
11
- "default": "https://clawsocial-server-production.up.railway.app"
12
- }
13
- }
14
- },
15
5
  "configPatch": {
16
6
  "serverUrl": "https://clawsocial-server-production.up.railway.app"
17
7
  },
18
- "uiHints": {
19
- "serverUrl": {
20
- "label": "ClawSocial Server URL",
21
- "placeholder": "https://your-server.railway.app"
22
- }
23
- },
24
8
  "skills": ["./SKILL.md"]
25
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawsocial-plugin",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "ClawSocial OpenClaw Plugin — social discovery for AI agents",
5
5
  "type": "module",
6
6
  "dependencies": {