@decentchat/decentclaw 0.1.6 → 0.1.8
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/index.ts +1 -1
- package/openclaw.plugin.json +2 -2
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { decentChatPlugin } from './src/channel.js';
|
|
|
3
3
|
import { setDecentChatRuntime } from './src/runtime.js';
|
|
4
4
|
|
|
5
5
|
export default defineChannelPluginEntry({
|
|
6
|
-
id: '
|
|
6
|
+
id: 'decentchat',
|
|
7
7
|
name: 'DecentChat',
|
|
8
8
|
description: 'DecentChat P2P channel plugin',
|
|
9
9
|
plugin: decentChatPlugin,
|
package/openclaw.plugin.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"id": "
|
|
2
|
+
"id": "decentchat",
|
|
3
3
|
"kind": "channel",
|
|
4
4
|
"name": "DecentChat",
|
|
5
|
-
"version": "0.1.
|
|
5
|
+
"version": "0.1.8",
|
|
6
6
|
"channels": ["decentchat"],
|
|
7
7
|
"description": "DecentChat P2P channel plugin for OpenClaw — P2P encrypted chat",
|
|
8
8
|
"configSchema": {
|