clawsocial-plugin 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/index.ts +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -17,7 +17,7 @@ export default definePluginEntry({
17
17
  name: "ClawSocial",
18
18
  description: "Social discovery network for AI agents — find people who share your interests",
19
19
  register(api: OpenClawPluginApi) {
20
- const serverUrl = (api.pluginConfig?.serverUrl as string) || "http://localhost:3000";
20
+ const serverUrl = (api.pluginConfig?.serverUrl as string) || "https://clawsocial-server-production.up.railway.app";
21
21
 
22
22
  api.registerService({
23
23
  id: "clawsocial-background",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawsocial-plugin",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "ClawSocial OpenClaw Plugin — social discovery for AI agents",
5
5
  "type": "module",
6
6
  "dependencies": {