@honor-claw/yoyo 1.3.0-beta.9 → 1.3.0

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.
@@ -1,7 +1,7 @@
1
1
  //#region src/utils/version.ts
2
2
  var e = null;
3
3
  function t() {
4
- return e === null && (e = "1.3.0-beta.9".includes("beta") || "1.3.0-beta.9".includes("alpha")), !!e;
4
+ return e === null && (e = "1.3.0".includes("beta") || "1.3.0".includes("alpha")), !!e;
5
5
  }
6
6
  //#endregion
7
7
  export { t as isBetaVersion };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@honor-claw/yoyo",
3
- "version": "1.3.0-beta.9",
3
+ "version": "1.3.0",
4
4
  "description": "OpenClaw Honor Yoyo connection plugin",
5
5
  "keywords": [
6
6
  "ai",
@@ -145,8 +145,7 @@ metadata: { "openclaw": { "emoji": "📱", "always": true } }
145
145
 
146
146
  | 工具名称 | 工具说明 | 支持的设备ID列表 (nodeID, 逗号分隔) |
147
147
  | ------- | ------- | --------------- |
148
- <!-- yoyo-mcp-tools:start -->
149
- <!-- yoyo-mcp-tools:end -->
148
+ {{full-mcp-tool-list}}
150
149
 
151
150
  **当工具支持的设备ID列表中包含当前设备ID时,该工具才可被调用。**
152
151