@openclaw-china/shared 2026.3.5 → 2026.3.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw-china/shared",
3
- "version": "2026.3.5",
3
+ "version": "2026.3.7",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/index.ts"
package/src/asr/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  本文说明如何在任意渠道插件中复用 `@openclaw-china/shared` 的语音转文本能力。
4
4
 
5
+ > 当前 QQ 渠道的腾讯云 ASR 仅支持国内网络下启用。
6
+
5
7
  当前已提供:
6
8
  - 腾讯云录音文件识别极速版(`asr/flash/v1`)
7
9
  - 统一错误类型(便于插件侧日志和降级)