corp-chat-library-antd-react-socket 1.1.5 → 1.1.6

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 (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8652,7 +8652,7 @@ const Rt = /* @__PURE__ */ ii(fh), Us = Jr(void 0), gh = ({ children: e }) => {
8652
8652
  console.log(q), p(q);
8653
8653
  }, [c]);
8654
8654
  const Ae = Xe(async (q = null) => {
8655
- if (console.log("fetchChatsList"), console.log("PROD_AXIOS_INSTANCE:", y), console.log("post method exists:", y?.post), console.log("typeof post:", typeof y?.post), de(!0), m)
8655
+ if (console.log("fetchChatsList"), de(!0), m)
8656
8656
  try {
8657
8657
  if (!y || !S || !d) {
8658
8658
  console.log("fetchChatsList false");
@@ -8670,7 +8670,7 @@ const Rt = /* @__PURE__ */ ii(fh), Us = Jr(void 0), gh = ({ children: e }) => {
8670
8670
  _token: d
8671
8671
  })
8672
8672
  })).json();
8673
- ee?.data?.content && (j(ee?.data?.content?.sms), oe(ee?.data?.content?.total_unread));
8673
+ console.log(ee), ee?.data?.content && (j(ee?.data?.content?.sms), oe(ee?.data?.content?.total_unread));
8674
8674
  } catch (Y) {
8675
8675
  console.log(Y);
8676
8676
  } finally {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "corp-chat-library-antd-react-socket",
3
3
  "description": "React chat component with Ant Design and Socket.io support",
4
- "version": "1.1.5",
4
+ "version": "1.1.6",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",