@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.
@@ -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) {