openclaw-channel-xiaozhu 3.1.1 → 3.1.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "openclaw-channel-xiaozhu",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "OpenClaw 小助渠道插件 — 通过 HTTP/SSE 接口接入 AI 对话",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
8
8
  "bin": {
9
- "openclaw-xiaozhu-init": "./dist/cli/init.js"
9
+ "openclaw-xiaozhu-init": "dist/cli/init.js"
10
10
  },
11
11
  "exports": {
12
12
  ".": {