im-ui-mobile 0.0.50 → 0.0.51

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.
@@ -29,7 +29,7 @@ import ImHeadImage from '../im-head-image/im-head-image.vue'
29
29
  import { datetime, dom, messageType, emoji } from '../../index'
30
30
  // import dom from '../../types/utils/dom'
31
31
  // import messageType from '../../types/utils/messageType'
32
- import { MESSAGE_TYPE } from '../../types/utils/enums'
32
+ import { MESSAGE_TYPE } from '../../types'
33
33
  // import emoji from '../../types/utils/emoji';
34
34
 
35
35
  interface Props {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "im-ui-mobile",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "description": "A Vue3.0 + typescript instant messaging component library for Uniapp",
5
5
  "type": "module",
6
6
  "main": "index.js",
package/types/index.d.ts CHANGED
@@ -82,4 +82,6 @@ declare module 'im-ui-mobile' {
82
82
  UserInfo,
83
83
  Response
84
84
  }
85
- }
85
+ }
86
+
87
+ export { MESSAGE_TYPE, RTC_STATE, TERMINAL_TYPE, MESSAGE_STATUS }