linkdood-web-sdk 1.0.13 → 1.0.15

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.
Files changed (27) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/dist/linkdoodWebSDK.js +3 -3
  3. package/lib/notify/send/children/noticeReply.js +1 -1
  4. package/lib/notify/send/children/notifyCreateFaceGroupSuccess.js +1 -1
  5. package/lib/notify/send/children/notifyError.js +1 -1
  6. package/lib/notify/send/children/notifyExitFaceAddBuddy.js +1 -1
  7. package/lib/notify/send/children/notifyExitFaceJoinGroup.js +1 -1
  8. package/lib/notify/send/children/notifyFaceAddBuddy.js +1 -1
  9. package/lib/notify/send/children/notifyFaceAddBuddyConfirm.js +1 -1
  10. package/lib/notify/send/children/notifyFaceJoinGroup.js +1 -1
  11. package/lib/notify/send/children/notifyGroupMemberInfoRefresh.js +1 -1
  12. package/lib/notify/send/children/notifyGroupMembersRefresh.js +1 -1
  13. package/lib/notify/send/children/notifyGroupRefresh.js +1 -1
  14. package/lib/notify/send/children/notifyMessageCursor.js +1 -1
  15. package/lib/notify/send/children/notifyMessageJson.js +1 -1
  16. package/lib/notify/send/children/notifyMessageStatusStatsInfo.js +1 -1
  17. package/lib/notify/send/children/notifyOperateBuddy.js +1 -1
  18. package/lib/notify/send/children/notifyOperateUser.js +1 -1
  19. package/lib/notify/send/children/notifyPresent.js +1 -1
  20. package/lib/notify/send/children/notifySendMessage.js +1 -1
  21. package/lib/notify/send/children/notifyTransferGroup.js +1 -1
  22. package/lib/notify/send/children/notifyTransferMessage.js +1 -1
  23. package/lib/thrift/client/ThriftBase.js +1 -1
  24. package/lib/thrift/lib/thrift.js +1 -1
  25. package/lib/thrift/merge/thrift-merge.js +1 -1
  26. package/lib/utils/commonUtil.js +1 -4
  27. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,4 +9,13 @@
9
9
 
10
10
  ## 1.0.13(2024.03.11)
11
11
  ### 🐛 Bug Fixes
12
- * 修复接受群消息通知解析报错问题
12
+ * 修复接受群消息通知解析报错问题
13
+
14
+ ## 1.0.14(2024.03.12)
15
+ ### 🐛 Bug Fixes
16
+ * 修复获取群成员列表异常问题
17
+
18
+ ## 1.0.15(2024.03.14)
19
+ ### 🐛 Bug Fixes
20
+ * 修复process兼容
21
+ * 修复获取消息异常问题