buzzcasting-storage 3.9.0 → 3.9.1

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.
@@ -136,7 +136,7 @@ function wt(g, n) {
136
136
  }
137
137
  return n;
138
138
  }
139
- const xa = "3.8.0";
139
+ const xa = "3.9.0";
140
140
  class ka {
141
141
  options;
142
142
  url;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "buzzcasting-storage",
3
3
  "type": "module",
4
- "version": "3.9.0",
4
+ "version": "3.9.1",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "Mark Tamis, TouchFlows SAS",
@@ -28,7 +28,7 @@
28
28
  "test:coverage": "vitest --coverage"
29
29
  },
30
30
  "dependencies": {
31
- "buzzcasting-utils": "^1.2.0",
31
+ "buzzcasting-utils": "^1.3.6",
32
32
  "dexie": "^4.0.11",
33
33
  "idb-keyval": "^6.2.1"
34
34
  },
@@ -36,7 +36,7 @@
36
36
  "@antfu/eslint-config": "^4.11.0",
37
37
  "@commitlint/cli": "^19.8.0",
38
38
  "@commitlint/config-conventional": "^19.8.0",
39
- "@types/node": "^22.13.13",
39
+ "@types/node": "^22.13.14",
40
40
  "@typescript-eslint/eslint-plugin": "^8.28.0",
41
41
  "@typescript-eslint/parser": "^8.28.0",
42
42
  "@vitest/coverage-v8": "^3.0.9",