@fireproof/core 0.7.1 → 0.7.2-dev.2
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 -0
- package/dist/src/fireproof.js.map +1 -1
- package/dist/src/fireproof.mjs +1 -0
- package/dist/src/fireproof.mjs.map +1 -1
- package/dist/valet.js +2 -0
- package/package.json +5 -1
- package/src/valet.js +1 -0
package/dist/src/fireproof.mjs
CHANGED
@@ -40016,6 +40016,7 @@ class Valet {
|
|
40016
40016
|
|
40017
40017
|
async function parkCar (storage, innerBlockstore, cids) {
|
40018
40018
|
// console.log('parkCar', this.instanceId, this.name, carCid, cids)
|
40019
|
+
if (storage.readonly) return
|
40019
40020
|
let newCar;
|
40020
40021
|
if (storage.keyMaterial) {
|
40021
40022
|
// console.log('encrypting car', innerBlockstore.label)
|