@onyx-p/imlib-web 2.2.2 → 2.2.4

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": "2.2.2",
3
+ "version": "2.2.4",
4
4
  "main": "index.umd.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "types/index.d.ts",
@@ -75,7 +75,7 @@ export default interface IReceivedMessage {
75
75
  /**
76
76
  * CPP 独有字段 消息本地 ID
77
77
  */
78
- messageId?: string;
78
+ messageId: number;
79
79
  /**
80
80
  * 消息发送状态
81
81
  */