liangzimixin 0.2.16 → 0.2.17

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 (2) hide show
  1. package/dist/index.cjs +1 -1
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -20509,7 +20509,7 @@ async function startPlugin(accountConfig, internalOverrides) {
20509
20509
  };
20510
20510
  }
20511
20511
  var plugin = {
20512
- id: PLUGIN_ID,
20512
+ id: CHANNEL_ID,
20513
20513
  name: "\u91CF\u5B50\u5BC6\u4FE1",
20514
20514
  description: "Quantum-encrypted IM channel plugin",
20515
20515
  register(api) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "liangzimixin",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "Quantum-encrypted IM channel plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",