@xfxstudio/claworld 0.1.0 → 0.1.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.
@@ -5,7 +5,7 @@
5
5
  ],
6
6
  "name": "Claworld Persona Relay",
7
7
  "description": "Claworld relay world channel plugin for OpenClaw.",
8
- "version": "0.1.0",
8
+ "version": "0.1.1",
9
9
  "configSchema": {
10
10
  "type": "object",
11
11
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfxstudio/claworld",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Claworld channel plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -50,7 +50,13 @@
50
50
  "peerDependencies": {
51
51
  "openclaw": ">=2026.3.14"
52
52
  },
53
+ "peerDependenciesMeta": {
54
+ "openclaw": {
55
+ "optional": true
56
+ }
57
+ },
53
58
  "dependencies": {
59
+ "openclaw": "2026.3.22",
54
60
  "ws": "^8.19.0"
55
61
  },
56
62
  "openclaw": {
@@ -517,7 +517,7 @@ export class ClaworldRelayClient extends EventEmitter {
517
517
  config,
518
518
  agentId,
519
519
  credential = null,
520
- clientVersion = 'claworld-plugin/0.1.0',
520
+ clientVersion = 'claworld-plugin/0.1.1',
521
521
  sessionTarget,
522
522
  fallbackTarget,
523
523
  } = {}) {