buzzcasting-storage 3.12.7 → 3.12.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.
@@ -133,7 +133,7 @@ function Ot(h, t) {
133
133
  }
134
134
  return t;
135
135
  }
136
- const xa = "3.12.6";
136
+ const xa = "3.12.7";
137
137
  class ka {
138
138
  options;
139
139
  url;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "buzzcasting-storage",
3
3
  "type": "module",
4
- "version": "3.12.7",
4
+ "version": "3.12.8",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "Mark Tamis, TouchFlows SAS",
@@ -32,22 +32,22 @@
32
32
  "idb-keyval": "^6.2.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@antfu/eslint-config": "^4.13.0",
35
+ "@antfu/eslint-config": "^4.13.2",
36
36
  "@commitlint/cli": "^19.8.1",
37
37
  "@commitlint/config-conventional": "^19.8.1",
38
38
  "@types/node": "^22.15.29",
39
- "@typescript-eslint/eslint-plugin": "^8.32.1",
40
- "@typescript-eslint/parser": "^8.32.1",
41
- "@vitest/coverage-v8": "^3.1.3",
42
- "buzzcasting-utils": "^1.6.1",
39
+ "@typescript-eslint/eslint-plugin": "^8.33.0",
40
+ "@typescript-eslint/parser": "^8.33.0",
41
+ "@vitest/coverage-v8": "^3.2.0",
42
+ "buzzcasting-utils": "^1.6.3",
43
43
  "camelcase": "^8.0.0",
44
44
  "changelogen": "^0.6.1",
45
- "eslint": "^9.26.0",
46
- "lint-staged": "^16.0.0",
45
+ "eslint": "^9.28.0",
46
+ "lint-staged": "^16.1.0",
47
47
  "typescript": "^5.8.3",
48
48
  "vite": "^6.3.5",
49
- "vite-plugin-dts": "^4.5.3",
50
- "vitest": "^3.1.3"
49
+ "vite-plugin-dts": "^4.5.4",
50
+ "vitest": "^3.2.0"
51
51
  },
52
52
  "lint-staged": {
53
53
  "*.ts": "npm run lint"