@instantdb/core
Advanced tools
Comparing version 0.10.15 to 0.10.16
@@ -278,2 +278,5 @@ import { produce, enableMapSet } from "immer"; | ||
const aMap = (_b = store.eav.get(e)) === null || _b === void 0 ? void 0 : _b.get(a); | ||
if (!aMap) { | ||
return []; | ||
} | ||
return triplesByValue(aMap, v); | ||
@@ -280,0 +283,0 @@ } |
@@ -283,2 +283,5 @@ "use strict"; | ||
const aMap = (_b = store.eav.get(e)) === null || _b === void 0 ? void 0 : _b.get(a); | ||
if (!aMap) { | ||
return []; | ||
} | ||
return triplesByValue(aMap, v); | ||
@@ -285,0 +288,0 @@ } |
{ | ||
"name": "@instantdb/core", | ||
"version": "0.10.15", | ||
"version": "0.10.16", | ||
"description": "Instant's core local abstraction", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -303,2 +303,5 @@ import { produce, enableMapSet } from "immer"; | ||
const aMap = store.eav.get(e)?.get(a); | ||
if (!aMap) { | ||
return []; | ||
} | ||
return triplesByValue(aMap, v); | ||
@@ -305,0 +308,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
2728114
36422