@onyx-p/imlib-web 2.5.2 → 2.5.3

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/index.esm.js CHANGED
@@ -29141,7 +29141,7 @@ async function send(message, sentArgs) {
29141
29141
  if (mentionedInfo.userList?.length) {
29142
29142
  groupParams.at = mentionedInfo.userList.map(e => Long.fromString(e.uin));
29143
29143
  const mentionedDetail = JSON.stringify({
29144
- atInfo: mentionedInfo.userList
29144
+ atInfo: JSON.stringify(mentionedInfo.userList)
29145
29145
  });
29146
29146
  groupParams.msgPreContent = mentionedDetail;
29147
29147
  }
package/index.umd.js CHANGED
@@ -29147,7 +29147,7 @@
29147
29147
  if (mentionedInfo.userList?.length) {
29148
29148
  groupParams.at = mentionedInfo.userList.map(e => Long.fromString(e.uin));
29149
29149
  const mentionedDetail = JSON.stringify({
29150
- atInfo: mentionedInfo.userList
29150
+ atInfo: JSON.stringify(mentionedInfo.userList)
29151
29151
  });
29152
29152
  groupParams.msgPreContent = mentionedDetail;
29153
29153
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onyx-p/imlib-web",
3
- "version": "2.5.2",
3
+ "version": "2.5.3",
4
4
  "main": "index.umd.js",
5
5
  "module": "index.esm.js",
6
6
  "types": "types/index.d.ts",