@vlprojects-chat/chat 0.15.0-LD-8214-moderatorStartsDirectsOnly.2 → 0.15.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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -39106,7 +39106,7 @@ const vP = {
39106
39106
  }, gce = () => {
39107
39107
  const e = pe.useContext(D2);
39108
39108
  return e ? e.chatSnackbarContainer : null;
39109
- }, vce = "@vlprojects-chat/chat", yce = "vlprojects", bce = "0.15.0-LD-8214-moderatorStartsDirectsOnly.1", wce = "vlprojects chat", Sce = "ISC", Ece = "dist/index.d.ts", xce = "./dist/index.mjs", Cce = "./dist/index.mjs", Tce = [
39109
+ }, vce = "@vlprojects-chat/chat", yce = "vlprojects", bce = "0.15.0-LD-8214-moderatorStartsDirectsOnly.3", wce = "vlprojects chat", Sce = "ISC", Ece = "dist/index.d.ts", xce = "./dist/index.mjs", Cce = "./dist/index.mjs", Tce = [
39110
39110
  "dist"
39111
39111
  ], Oce = {
39112
39112
  type: "git",
@@ -65284,7 +65284,7 @@ const x1e = (e) => {
65284
65284
  if (!b)
65285
65285
  return;
65286
65286
  b(() => {
65287
- const R = O.chat.channels.values().find((_) => [O.ui.parentChannelId, O.ui.channelId].includes(_.externalId));
65287
+ const R = Array.from(O.chat.channels.values()).find((_) => [O.ui.parentChannelId, O.ui.channelId].includes(_.externalId));
65288
65288
  return {
65289
65289
  settings: R == null ? void 0 : R.settings,
65290
65290
  isModerator: O.auth.isModerator
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vlprojects-chat/chat",
3
3
  "author": "vlprojects",
4
- "version": "0.15.0-LD-8214-moderatorStartsDirectsOnly.2",
4
+ "version": "0.15.0",
5
5
  "description": "vlprojects chat",
6
6
  "license": "ISC",
7
7
  "types": "dist/index.d.ts",