@fireproof/core 0.5.20 → 0.5.21
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/src/fireproof.js +1 -1
- package/dist/src/fireproof.js.map +1 -1
- package/dist/src/fireproof.mjs +1 -1
- package/dist/src/fireproof.mjs.map +1 -1
- package/dist/src/valet.js +1 -1
- package/package.json +1 -1
- package/src/valet.js +1 -1
package/dist/src/fireproof.mjs
CHANGED
@@ -39655,7 +39655,7 @@ class Valet {
|
|
39655
39655
|
// todo memoize this
|
39656
39656
|
async getCarCIDForCID (cid) {
|
39657
39657
|
// make a car reader for this.valetRootCarCid
|
39658
|
-
if (!this.valetRootCarCid) return
|
39658
|
+
if (!this.valetRootCarCid) return { result: null }
|
39659
39659
|
|
39660
39660
|
let indexNode;
|
39661
39661
|
if (this.valetRoot) {
|