@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.
- 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 +2 -2
- package/src/valet.js +1 -1
package/dist/src/fireproof.js
CHANGED
@@ -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) {
|