easemob-chat-uikit 1.3.0-beta → 1.3.0

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/README.md CHANGED
@@ -379,9 +379,13 @@ easemob-uikit-web
379
379
 
380
380
  [集成文档](https://docs-im-beta.easemob.com/document/web/quickstart.html);
381
381
 
382
- [chat demo 线上地址](https://webim-h5.easemob.com/) [chat demo 源码地址](https://github.com/easemob/webim/tree/dev_4.0?tab=readme-ov-file)
382
+ [chat demo 线上地址](https://webim-h5.easemob.com/)
383
383
 
384
- [chatroom demo 线上地址](https://webim-live.easemob.com/) [chatroom demo 源码地址](https://github.com/easemob/ChatroomDemo/tree/dev/WEB/ChatroomDemo)
384
+ [chat demo 源码地址](https://github.com/easemob/webim/tree/dev_4.0?tab=readme-ov-file)
385
+
386
+ [chatroom demo 线上地址](https://webim-live.easemob.com/)
387
+
388
+ [chatroom demo 源码地址](https://github.com/easemob/ChatroomDemo/tree/dev/WEB/ChatroomDemo);
385
389
 
386
390
  ## 📄 代码许可
387
391
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easemob-chat-uikit",
3
- "version": "1.3.0-beta",
3
+ "version": "1.3.0",
4
4
  "description": "",
5
5
  "main": "ChatUI.umd.js",
6
6
  "type": "module",
package/types/ChatUI.d.ts CHANGED
@@ -1 +1,3 @@
1
- export * from './Easemob-UIKit-web/index'
1
+ export * from './module/index';
2
+ export * from './eventHandler';
3
+ export * from './component/entry';