buzzcasting-storage 2.14.3 → 2.14.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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var xa = Object.defineProperty;
|
|
2
2
|
var ka = (h, r, c) => r in h ? xa(h, r, { enumerable: !0, configurable: !0, writable: !0, value: c }) : h[r] = c;
|
|
3
3
|
var A = (h, r, c) => ka(h, typeof r != "symbol" ? r + "" : r, c);
|
|
4
|
-
const Aa = "2.14.
|
|
4
|
+
const Aa = "2.14.4";
|
|
5
5
|
class Da {
|
|
6
6
|
constructor(r) {
|
|
7
7
|
A(this, "options");
|
|
@@ -3300,6 +3300,7 @@ class Mr {
|
|
|
3300
3300
|
"%cstorage",
|
|
3301
3301
|
S.STORAGE,
|
|
3302
3302
|
"set message",
|
|
3303
|
+
`title: ${l}`,
|
|
3303
3304
|
D,
|
|
3304
3305
|
q
|
|
3305
3306
|
);
|
|
@@ -3314,7 +3315,14 @@ class Mr {
|
|
|
3314
3315
|
sentiment: D.topics[0].sentiment,
|
|
3315
3316
|
utc: D.utc
|
|
3316
3317
|
}).catch((q) => {
|
|
3317
|
-
k++, console.error(
|
|
3318
|
+
k++, console.error(
|
|
3319
|
+
"%cstorage",
|
|
3320
|
+
S.STORAGE,
|
|
3321
|
+
"set topic",
|
|
3322
|
+
`title: ${l}`,
|
|
3323
|
+
D,
|
|
3324
|
+
q
|
|
3325
|
+
);
|
|
3318
3326
|
});
|
|
3319
3327
|
}), k === 0 ? 201 : 400;
|
|
3320
3328
|
});
|