@fireproof/core 0.19.114 → 0.19.115

Sign up to get free protection for your applications and to get access to all the features.
package/deno.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "prolly-trees": "npm:prolly-trees@^1.0.4",
14
14
  "idb": "npm:idb@^8.0.0",
15
15
  "ipfs-unixfs-exporter": "npm:ipfs-unixfs-exporter@^13.6.1",
16
- "memfs": "npm:memfs@^4.14.0",
16
+ "memfs": "npm:memfs@^4.14.1",
17
17
  "p-limit": "npm:p-limit@^6.1.0",
18
18
  "p-map": "npm:p-map@^7.0.2",
19
19
  "p-retry": "npm:p-retry@^6.2.1"
package/index.cjs CHANGED
@@ -3025,8 +3025,8 @@ var ConnectionBase = class {
3025
3025
  });
3026
3026
  this.loader.remoteMetaStore = remote;
3027
3027
  this.loaded = this.loader.ready().then(async () => {
3028
- remote.load().then(async () => {
3029
- (await throwFalsy(this.loader).WALStore()).process();
3028
+ return remote.load().then(async () => {
3029
+ return (await throwFalsy(this.loader).WALStore()).process();
3030
3030
  });
3031
3031
  });
3032
3032
  }
@@ -4183,6 +4183,6 @@ init_utils();
4183
4183
 
4184
4184
  // src/version.ts
4185
4185
  var PACKAGE_VERSION = Object.keys({
4186
- "0.19.114": "xxxx"
4186
+ "0.19.115": "xxxx"
4187
4187
  })[0];
4188
4188
  //# sourceMappingURL=index.cjs.map