@onyx-p/imlib-web 3.0.6 → 3.0.8

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": "@onyx-p/imlib-web",
3
- "version": "3.0.6",
3
+ "version": "3.0.8",
4
4
  "main": "index.umd.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "types/index.d.ts",
@@ -5,7 +5,7 @@ export interface IHQVoiceMessageBody extends IMentionedInfo {
5
5
  */
6
6
  audioObjectKey: string;
7
7
  /**
8
- * 语音消息的时长,最大值为 60 (单位:秒)
8
+ * 语音消息的时长(单位:毫秒),与 iOS AudioMessage.length 对齐
9
9
  */
10
10
  length: number;
11
11
  /**