openclaw-linso 1.0.10 → 1.0.11

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.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import { setLinsoRuntime } from "./src/runtime.js";
7
7
  export { monitorLinsoProvider } from "./src/monitor.js";
8
8
  export { linsoPlugin } from "./src/channel.js";
9
9
  const plugin = {
10
- id: "linso",
10
+ id: "openclaw-linso",
11
11
  name: "Linso iOS Channel",
12
12
  description: "Linso iOS App WebSocket 直连渠道,与飞书接入方式完全一致",
13
13
  register(api) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-linso",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Linso iOS App channel plugin for OpenClaw — connects via cloud Relay Server",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",