@instantdb/core 1.0.37 → 1.0.38
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.
package/dist/standalone/index.js
CHANGED
|
@@ -3664,7 +3664,7 @@ function It(n) {
|
|
|
3664
3664
|
link: t
|
|
3665
3665
|
}, e), {});
|
|
3666
3666
|
}
|
|
3667
|
-
const or = "v1.0.
|
|
3667
|
+
const or = "v1.0.38";
|
|
3668
3668
|
function eo(n, e) {
|
|
3669
3669
|
return {
|
|
3670
3670
|
info: n ? (...t) => console.info(...t, e()) : () => {
|
|
@@ -5960,7 +5960,7 @@ class Uo {
|
|
|
5960
5960
|
}
|
|
5961
5961
|
}
|
|
5962
5962
|
_handleReceiveError(e) {
|
|
5963
|
-
|
|
5963
|
+
this._log.info("error", e);
|
|
5964
5964
|
const t = e["client-event-id"];
|
|
5965
5965
|
this._inFlightMutationEventIds.delete(t);
|
|
5966
5966
|
const r = this._pendingMutations().get(t), s = {
|