buzzcasting-storage 3.17.3 → 3.17.4

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.
@@ -118,7 +118,7 @@ function _t(f, t) {
118
118
  }
119
119
  return t;
120
120
  }
121
- const $a = "3.17.2";
121
+ const $a = "3.17.3";
122
122
  async function* ja(f) {
123
123
  const t = f.pipeThrough(new TextDecoderStream("utf-8")).getReader();
124
124
  let i = "";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "buzzcasting-storage",
3
3
  "type": "module",
4
- "version": "3.17.3",
4
+ "version": "3.17.4",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "Mark Tamis, TouchFlows SAS",
@@ -40,7 +40,7 @@
40
40
  "@commitlint/cli": "^20.3.0",
41
41
  "@commitlint/config-conventional": "^20.3.0",
42
42
  "@types/node": "^24.10.4",
43
- "@typescript-eslint/eslint-plugin": "^8.51.0",
43
+ "@typescript-eslint/eslint-plugin": "^8.52.0",
44
44
  "@typescript-eslint/parser": "^8.51.0",
45
45
  "@vitest/coverage-v8": "^4.0.16",
46
46
  "buzzcasting-utils": "^1.11.0",
@@ -49,7 +49,7 @@
49
49
  "eslint": "^9.39.2",
50
50
  "lint-staged": "^16.2.7",
51
51
  "typescript": "^5.9.3",
52
- "vite": "^7.3.0",
52
+ "vite": "^7.3.1",
53
53
  "vite-plugin-dts": "^4.5.4",
54
54
  "vitest": "^4.0.16"
55
55
  },