@instantdb/core
Advanced tools
Comparing version 0.7.10 to 0.7.11
@@ -396,2 +396,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
this.notifyAll(); | ||
this.notifyAttrsSubs(); | ||
} | ||
@@ -547,3 +548,2 @@ if (errorQ) { | ||
}); | ||
this.notifyAttrsSubs(); | ||
} | ||
@@ -550,0 +550,0 @@ shutdown() { |
@@ -424,2 +424,3 @@ "use strict"; | ||
this.notifyAll(); | ||
this.notifyAttrsSubs(); | ||
} | ||
@@ -575,3 +576,2 @@ if (errorQ) { | ||
}); | ||
this.notifyAttrsSubs(); | ||
} | ||
@@ -578,0 +578,0 @@ shutdown() { |
{ | ||
"name": "@instantdb/core", | ||
"version": "0.7.10", | ||
"version": "0.7.11", | ||
"description": "Instant's core local abstraction", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -370,2 +370,3 @@ import log from "./utils/log"; | ||
this.notifyAll(); | ||
this.notifyAttrsSubs(); | ||
} | ||
@@ -566,3 +567,2 @@ if (errorQ) { | ||
}); | ||
this.notifyAttrsSubs(); | ||
} | ||
@@ -569,0 +569,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1420402