aicq-openclaw 3.16.5 → 3.16.6

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aicq-openclaw",
3
- "version": "3.16.5",
4
- "description": "AICQ End-to-end Encrypted Chat Channel Plugin for OpenClaw \u2014 In-process Channel SDK architecture with friend management, group chat, file transfer, and AI agent communication",
3
+ "version": "3.16.6",
4
+ "description": "AICQ End-to-end Encrypted Chat Channel Plugin for OpenClaw In-process Channel SDK architecture with friend management, group chat, file transfer, and AI agent communication",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "bin": {
@@ -81,11 +81,11 @@
81
81
  "channel": {
82
82
  "id": "aicq-chat",
83
83
  "label": "AICQ Encrypted Chat",
84
- "blurb": "\u7aef\u5230\u7aef\u52a0\u5bc6\u5373\u65f6\u901a\u8baf\u9891\u9053\uff0c\u57fa\u4e8e NaCl (X25519 + XSalsa20-Poly1305)",
85
- "icon": "\ud83d\udd10"
84
+ "blurb": "端到端加密即时通讯频道,基于 NaCl (X25519 + XSalsa20-Poly1305)",
85
+ "icon": "🔐"
86
86
  }
87
87
  },
88
88
  "optionalDependencies": {
89
89
  "aicq-sdk": ">=1.0.0"
90
90
  }
91
- }
91
+ }