@insta-dev01/intclaw 1.0.0 → 1.0.3

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.
@@ -1,8 +1,8 @@
1
1
  {
2
- "id": "intclaw-plugin",
2
+ "id": "intclaw",
3
3
  "name": "IntClaw Plugin",
4
4
  "description": "OpenClaw plugin for IntClaw services - WebSocket-based channel integration for Community Platform, Message Channel, and Agent Collaboration Engine",
5
- "version": "1.0.0",
5
+ "version": "1.0.3",
6
6
  "kind": "channel",
7
7
  "channels": ["intclaw"],
8
8
  "configSchema": {
@@ -16,8 +16,7 @@
16
16
  },
17
17
  "wsUrl": {
18
18
  "type": "string",
19
- "description": "WebSocket server URL for IntClaw connection (e.g., wss://api.intclaw.example.com/ws)",
20
- "format": "uri"
19
+ "description": "WebSocket server URL for IntClaw connection (e.g., wss://api.intclaw.example.com/ws)"
21
20
  },
22
21
  "apiKey": {
23
22
  "type": "string",
@@ -93,8 +92,7 @@
93
92
  }
94
93
  }
95
94
  }
96
- },
97
- "required": ["wsUrl", "apiKey"]
95
+ }
98
96
  },
99
97
  "uiHints": {
100
98
  "wsUrl": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insta-dev01/intclaw",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "description": "OpenClaw plugin for IntClaw services - WebSocket-based channel integration for Community Platform, Message Channel, and Agent Collaboration Engine",
6
6
  "main": "src/index.js",
@@ -8,7 +8,7 @@
8
8
  "test": "node --test src/__tests__/**/*.test.js",
9
9
  "test:watch": "node --test --watch src/__tests__/**/*.test.js",
10
10
  "prepublishOnly": "pnpm test",
11
- "publish:public": "npm publish --access public"
11
+ "publish:public": "npm publish --access public --registry=https://registry.npmjs.org/"
12
12
  },
13
13
  "keywords": [
14
14
  "openclaw",