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