@vlprojects-chat/chat 0.17.0-LD-8093.8 → 0.17.0-LD-8093.9

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
@@ -30966,7 +30966,7 @@ let $t = class extends br({
30966
30966
  return e.forEach((o) => {
30967
30967
  var i;
30968
30968
  if (!(o.type === kc.System && !o.meta)) {
30969
- this.messages.has(o.id) || (t += 1, (this.id !== ((i = r.currentChannel) == null ? void 0 : i.id) || !r.ui.route.includes(dt.Channels)) && (n = new Date(o.createdAt).getTime() > this.lastReadTimestamp ? n + 1 : n));
30969
+ this.messages.has(o.id) || (t += 1, console.log(`craetedAt=${o.createdAt} getTime=${new Date(o.createdAt).getTime()}`), (this.id !== ((i = r.currentChannel) == null ? void 0 : i.id) || !r.ui.route.includes(dt.Channels)) && (n = new Date(o.createdAt).getTime() > this.lastReadTimestamp ? n + 1 : n));
30970
30970
  const s = new mp({
30971
30971
  id: o.id,
30972
30972
  randomId: o.randomId || null,
@@ -39131,7 +39131,7 @@ const yP = {
39131
39131
  }, gce = () => {
39132
39132
  const e = pe.useContext(_2);
39133
39133
  return e ? e.chatSnackbarContainer : null;
39134
- }, vce = "@vlprojects-chat/chat", yce = "vlprojects", bce = "0.17.0-LD-8093.7", wce = "vlprojects chat", Sce = "ISC", Ece = "dist/index.d.ts", xce = "./dist/index.mjs", Cce = "./dist/index.mjs", Tce = [
39134
+ }, vce = "@vlprojects-chat/chat", yce = "vlprojects", bce = "0.17.0-LD-8093.8", wce = "vlprojects chat", Sce = "ISC", Ece = "dist/index.d.ts", xce = "./dist/index.mjs", Cce = "./dist/index.mjs", Tce = [
39135
39135
  "dist"
39136
39136
  ], Oce = {
39137
39137
  type: "git",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vlprojects-chat/chat",
3
3
  "author": "vlprojects",
4
- "version": "0.17.0-LD-8093.8",
4
+ "version": "0.17.0-LD-8093.9",
5
5
  "description": "vlprojects chat",
6
6
  "license": "ISC",
7
7
  "types": "dist/index.d.ts",