buzzcasting-storage 3.9.7 → 3.9.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.
@@ -133,7 +133,7 @@ function St(p, n) {
133
133
  }
134
134
  return n;
135
135
  }
136
- const xa = "3.9.6";
136
+ const xa = "3.9.8";
137
137
  class ka {
138
138
  options;
139
139
  url;
@@ -5399,7 +5399,7 @@ class La {
5399
5399
  let C;
5400
5400
  C = n.data.messages.filter(
5401
5401
  (G) => G.id !== null
5402
- ), n.data.messages = C, _ = Fn(n.data.messages[0].utc), E?.hash && E.hash === _ ? (K(3, [
5402
+ ), n.data.messages = C, _ = n.data.messages.length > 0 ? Fn(n.data.messages[0].utc) : "none", E?.hash && E.hash === _ ? (K(3, [
5403
5403
  "%cload%c %cmessages%c %cno updates",
5404
5404
  c.OK,
5405
5405
  c.NONE,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "buzzcasting-storage",
3
3
  "type": "module",
4
- "version": "3.9.7",
4
+ "version": "3.9.9",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "Mark Tamis, TouchFlows SAS",
@@ -39,7 +39,7 @@
39
39
  "@typescript-eslint/eslint-plugin": "^8.29.1",
40
40
  "@typescript-eslint/parser": "^8.29.1",
41
41
  "@vitest/coverage-v8": "^3.1.1",
42
- "buzzcasting-utils": "^1.3.9",
42
+ "buzzcasting-utils": "^1.3.10",
43
43
  "camelcase": "^8.0.0",
44
44
  "changelogen": "^0.6.1",
45
45
  "eslint": "^9.24.0",