@fireproof/core 0.7.1 → 0.7.2-dev.2
Sign up to get free protection for your applications and to get access to all the features.
- 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.js
CHANGED
@@ -40018,6 +40018,7 @@ class Valet {
|
|
40018
40018
|
|
40019
40019
|
async function parkCar (storage, innerBlockstore, cids) {
|
40020
40020
|
// console.log('parkCar', this.instanceId, this.name, carCid, cids)
|
40021
|
+
if (storage.readonly) return
|
40021
40022
|
let newCar;
|
40022
40023
|
if (storage.keyMaterial) {
|
40023
40024
|
// console.log('encrypting car', innerBlockstore.label)
|