@fireproof/core 0.19.113 → 0.19.114

Sign up to get free protection for your applications and to get access to all the features.
package/index.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  getFileName,
6
6
  getFileSystem,
7
7
  getPath
8
- } from "./chunk-TBIEUL5V.js";
8
+ } from "./chunk-UUOLR3GZ.js";
9
9
  import {
10
10
  NotFoundError,
11
11
  Result,
@@ -19,7 +19,7 @@ import {
19
19
  getName,
20
20
  getStore,
21
21
  isNotFoundError
22
- } from "./chunk-ALRL3S4N.js";
22
+ } from "./chunk-JO62JMEP.js";
23
23
  import {
24
24
  __export
25
25
  } from "./chunk-PZ5AY32C.js";
@@ -272,7 +272,7 @@ function falsyToUndef(value) {
272
272
 
273
273
  // src/blockstore/loader.ts
274
274
  import pLimit from "p-limit";
275
- import { CarReader } from "@ipld/car";
275
+ import { CarReader } from "@ipld/car/reader";
276
276
  import { ResolveOnce as ResolveOnce2 } from "@adviser/cement";
277
277
 
278
278
  // src/blockstore/loader-helpers.ts
@@ -683,14 +683,14 @@ var keyBagProviderFactories = new Map(
683
683
  {
684
684
  protocol: "file:",
685
685
  factory: async (url, sthis) => {
686
- const { KeyBagProviderFile } = await import("./key-bag-file-WNESTJHC.js");
686
+ const { KeyBagProviderFile } = await import("./key-bag-file-GTGVZHHM.js");
687
687
  return new KeyBagProviderFile(url, sthis);
688
688
  }
689
689
  },
690
690
  {
691
691
  protocol: "indexdb:",
692
692
  factory: async (url, sthis) => {
693
- const { KeyBagProviderIndexDB } = await import("./key-bag-indexdb-CDDDYSTI.js");
693
+ const { KeyBagProviderIndexDB } = await import("./key-bag-indexdb-NZMTNJLK.js");
694
694
  return new KeyBagProviderIndexDB(url, sthis);
695
695
  }
696
696
  }
@@ -2234,11 +2234,11 @@ function toStoreRuntime(opts, sthis) {
2234
2234
  registerStoreProtocol({
2235
2235
  protocol: "file:",
2236
2236
  gateway: async (sthis) => {
2237
- const { FileGateway } = await import("./gateway-ISFTC7Z4.js");
2237
+ const { FileGateway } = await import("./gateway-UT5GFV5R.js");
2238
2238
  return new FileGateway(sthis);
2239
2239
  },
2240
2240
  test: async (sthis) => {
2241
- const { FileTestStore } = await import("./gateway-ISFTC7Z4.js");
2241
+ const { FileTestStore } = await import("./gateway-UT5GFV5R.js");
2242
2242
  return new FileTestStore(sthis);
2243
2243
  }
2244
2244
  });
@@ -3453,7 +3453,7 @@ var INDEXDB_VERSION = "v0.19-indexdb";
3453
3453
 
3454
3454
  // src/version.ts
3455
3455
  var PACKAGE_VERSION = Object.keys({
3456
- "0.19.113": "xxxx"
3456
+ "0.19.114": "xxxx"
3457
3457
  })[0];
3458
3458
  export {
3459
3459
  CRDT,