@insta-dev01/intclaw 1.0.0 → 1.0.2
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.
- package/openclaw.plugin.json +3 -4
- package/package.json +2 -2
package/openclaw.plugin.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"id": "intclaw
|
|
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.
|
|
5
|
+
"version": "1.0.2",
|
|
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",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@insta-dev01/intclaw",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
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",
|