buzzcasting-storage 3.9.0 → 3.9.2

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.1";
140
140
  class ka {
141
141
  options;
142
142
  url;
@@ -3535,19 +3535,19 @@ class Mr {
3535
3535
  return delete i.data.widgets, await this.db.table(O.DASHBOARD).put({
3536
3536
  id: i.id,
3537
3537
  name: i.name,
3538
- dashboard: i.data,
3538
+ data: i.data,
3539
3539
  update: i.update
3540
3540
  }).then(() => ({
3541
3541
  data: null,
3542
3542
  message: `Dashboard ${i.data.id} saved to storage`,
3543
3543
  success: !0
3544
- })).catch((l) => (console.error(
3544
+ })).catch((l) => (B(4, [
3545
3545
  "%cstorage",
3546
3546
  c.STORAGE,
3547
3547
  O.WIDGET,
3548
3548
  n,
3549
3549
  l.message
3550
- ), {
3550
+ ]), {
3551
3551
  data: null,
3552
3552
  message: `Dashboard ${i.data.id} save error: ${l.message}`,
3553
3553
  success: !1
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.2",
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",