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.
- package/dist/index.js +1 -1
- 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) {
|