@wishee-ai/openclaw-connector 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.
@@ -2,6 +2,9 @@
2
2
  "id": "openclaw-connector",
3
3
  "name": "Cora OpenClaw Connector",
4
4
  "description": "Connects this OpenClaw instance to Cora bridge via reverse WebSocket",
5
+ "activation": {
6
+ "onStartup": true
7
+ },
5
8
  "configSchema": {
6
9
  "type": "object",
7
10
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wishee-ai/openclaw-connector",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "description": "Connect OpenClaw to Cora bridge via reverse WebSocket",
6
6
  "main": "dist/index.js",