@fireproof/core 0.5.20 → 0.5.22

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.
@@ -39657,7 +39657,7 @@ class Valet {
39657
39657
  // todo memoize this
39658
39658
  async getCarCIDForCID (cid) {
39659
39659
  // make a car reader for this.valetRootCarCid
39660
- if (!this.valetRootCarCid) return
39660
+ if (!this.valetRootCarCid) return { result: null }
39661
39661
 
39662
39662
  let indexNode;
39663
39663
  if (this.valetRoot) {