@fireproof/core 0.7.2-dev.5 → 0.7.2-dev.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -89,6 +89,7 @@ export class Base {
89
89
  const block = await this.getLoaderBlock(cid);
90
90
  allBlocks.set(cid, block);
91
91
  }
92
+ cidMap.clear();
92
93
  const blocks = {
93
94
  lastCid: clock[0],
94
95
  get: cid => allBlocks.get(cid.toString())
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fireproof/core",
3
- "version": "0.7.2-dev.5",
3
+ "version": "0.7.2-dev.6",
4
4
  "description": "Live data for React, accelerated by proofs, powered by IPFS",
5
5
  "main": "dist/src/fireproof.js",
6
6
  "module": "dist/src/fireproof.mjs",
@@ -99,6 +99,7 @@ export class Base {
99
99
  const block = await this.getLoaderBlock(cid)
100
100
  allBlocks.set(cid, block)
101
101
  }
102
+ cidMap.clear()
102
103
  const blocks = {
103
104
  lastCid: clock[0],
104
105
  get: cid => allBlocks.get(cid.toString())