buzzcasting-storage 3.15.7 → 3.15.8

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.
@@ -163,7 +163,7 @@ function Ot(f, t) {
163
163
  }
164
164
  return t;
165
165
  }
166
- const ka = "3.15.6";
166
+ const ka = "3.15.7";
167
167
  async function* Ca(f) {
168
168
  const t = f.pipeThrough(new TextDecoderStream("utf-8")).getReader();
169
169
  let o = "";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "buzzcasting-storage",
3
3
  "type": "module",
4
- "version": "3.15.7",
4
+ "version": "3.15.8",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "Mark Tamis, TouchFlows SAS",
@@ -43,7 +43,7 @@
43
43
  "@typescript-eslint/eslint-plugin": "^8.46.2",
44
44
  "@typescript-eslint/parser": "^8.46.2",
45
45
  "@vitest/coverage-v8": "^4.0.1",
46
- "buzzcasting-utils": "^1.9.0",
46
+ "buzzcasting-utils": "^1.9.3",
47
47
  "camelcase": "^8.0.0",
48
48
  "changelogen": "^0.6.2",
49
49
  "eslint": "^9.38.0",