@umimoney/clawdbot-relay-plugin 0.1.2 → 0.1.4

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,10 +2,10 @@
2
2
  "$schema": "https://clawdbot.dev/schemas/plugin.json",
3
3
  "id": "umi-relay",
4
4
  "name": "UMI Relay",
5
- "version": "0.1.0",
5
+ "version": "0.1.4",
6
6
  "description": "Connect to UMI relay server for real-time chat visibility in UMI web UI",
7
7
  "type": "channel",
8
- "main": "dist/index.js",
8
+ "main": "index.js",
9
9
  "author": "UMI Labs",
10
10
  "license": "MIT",
11
11
  "config": {
@@ -18,7 +18,7 @@
18
18
  "relayUrl": {
19
19
  "type": "string",
20
20
  "required": false,
21
- "default": "wss://server.umi.app/ws/relay",
21
+ "default": "wss://ws.umi.app/ws/relay",
22
22
  "description": "UMI relay server URL"
23
23
  },
24
24
  "agentVersion": {
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@umimoney/clawdbot-relay-plugin",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Clawdbot plugin for connecting to UMI relay server",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
8
8
  "files": [
9
9
  "dist",
10
- "clawdbot.plugin.json"
10
+ "dist/clawdbot.plugin.json"
11
11
  ],
12
12
  "scripts": {
13
- "build": "tsup src/index.ts --format cjs,esm --dts",
13
+ "build": "tsup src/index.ts --format cjs,esm --dts && cp clawdbot.plugin.json dist/",
14
14
  "prepublishOnly": "npm run build"
15
15
  },
16
16
  "keywords": [