doway-coms 1.6.51 → 1.6.52

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": "doway-coms",
3
- "version": "1.6.51",
3
+ "version": "1.6.52",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -135,7 +135,8 @@ import {
135
135
  searchObjectCommentApi,
136
136
  addObjectCommentApi,
137
137
  deleteObjectCommentApi,
138
- sendMsgApi
138
+ sendMsgApi,
139
+ userInfoSearchApi
139
140
  } from "../../utils/api";
140
141
  export default {
141
142
  name: "LeaveAMessage",