@instantdb/core
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -419,3 +419,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
this.notifyMutationErrorSubs(msg); | ||
this._finishTransaction(false, "error", eventId); | ||
this._finishTransaction(false, "error", errorEventId); | ||
} | ||
@@ -422,0 +422,0 @@ if (errorQ) { |
@@ -447,3 +447,3 @@ "use strict"; | ||
this.notifyMutationErrorSubs(msg); | ||
this._finishTransaction(false, "error", eventId); | ||
this._finishTransaction(false, "error", errorEventId); | ||
} | ||
@@ -450,0 +450,0 @@ if (errorQ) { |
{ | ||
"name": "@instantdb/core", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Instant's core local abstraction", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -398,3 +398,3 @@ import log from "./utils/log"; | ||
this._finishTransaction(false, "error", eventId); | ||
this._finishTransaction(false, "error", errorEventId); | ||
} | ||
@@ -401,0 +401,0 @@ if (errorQ) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1444235