buzzcasting-storage 3.9.1 → 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.9.
|
|
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
|
-
|
|
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) => (
|
|
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
|