@vlprojects-chat/chat 0.9.5 → 0.9.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.mjs +3 -3
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -30499,7 +30499,7 @@ let zf = class extends er({
30499
30499
  S == null || S.cleanAllMessages();
30500
30500
  }, f = (b) => {
30501
30501
  const { displayName: y, avatarUrl: S, userId: x, lang: w, role: E } = b;
30502
- return w && +t.auth.me.id == +x && t.ui.setLang(w), E && t.auth.setMe({ ...t.auth.me, role: E }), t.chat.updateUser({ userId: x, displayName: y, avatarUrl: S, role: E });
30502
+ return w && +t.auth.me.id == +x && t.ui.setLang(w), E && +t.auth.me.id == +x && t.auth.setMe({ ...t.auth.me, role: E }), t.chat.updateUser({ userId: x, displayName: y, avatarUrl: S, role: E });
30503
30503
  }, p = (b) => {
30504
30504
  const { user: y } = b;
30505
30505
  t.chat.addUsers([y]);
@@ -35394,7 +35394,7 @@ const qA = {
35394
35394
  }, _se = () => {
35395
35395
  const e = te.useContext(yS);
35396
35396
  return e ? e.chatSnackbarContainer : null;
35397
- }, Fse = "@vlprojects-chat/chat", Lse = "vlprojects", Vse = "0.9.5", Bse = "VLprojects chat", Use = "ISC", Wse = "dist/index.d.ts", Hse = "./dist/index.mjs", Gse = "./dist/index.mjs", qse = [
35397
+ }, Fse = "@vlprojects-chat/chat", Lse = "vlprojects", Vse = "0.9.6", Bse = "VLprojects chat", Use = "ISC", Wse = "dist/index.d.ts", Hse = "./dist/index.mjs", Gse = "./dist/index.mjs", qse = [
35398
35398
  "dist"
35399
35399
  ], zse = {
35400
35400
  type: "git",
@@ -57176,7 +57176,7 @@ const gye = (e) => {
57176
57176
  /* @__PURE__ */ h.jsx(t1e, {})
57177
57177
  ] });
57178
57178
  };
57179
- var uu = { VITE_APP_VERSION: "0.9.5", VITE_APP_API_BASEURL: "https://api.livedigital.chat", VITE_APP_SENTRY_DSN: "https://445426b388f045748970982694bb1520@o1158674.ingest.sentry.io/6242013", BASE_URL: "/", MODE: "production", DEV: !1, PROD: !0, SSR: !1 };
57179
+ var uu = { VITE_APP_VERSION: "0.9.6", VITE_APP_API_BASEURL: "https://api.livedigital.chat", VITE_APP_SENTRY_DSN: "https://445426b388f045748970982694bb1520@o1158674.ingest.sentry.io/6242013", BASE_URL: "/", MODE: "production", DEV: !1, PROD: !0, SSR: !1 };
57180
57180
  const zD = (e) => {
57181
57181
  $e.error("Chat init error", { case: "handleInitError", errorInfo: e }), Do.emit(so.App, {
57182
57182
  event: Po.ChatInitError,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vlprojects-chat/chat",
3
3
  "author": "vlprojects",
4
- "version": "0.9.5",
4
+ "version": "0.9.6",
5
5
  "description": "VLprojects chat",
6
6
  "license": "ISC",
7
7
  "types": "dist/index.d.ts",