@fireproof/core 0.19.112-dev-script → 0.19.113

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/index.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  getFileName,
6
6
  getFileSystem,
7
7
  getPath
8
- } from "./chunk-PWEDYV5H.js";
8
+ } from "./chunk-TBIEUL5V.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-D4E6UX6S.js";
22
+ } from "./chunk-ALRL3S4N.js";
23
23
  import {
24
24
  __export
25
25
  } from "./chunk-PZ5AY32C.js";
@@ -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-VP6Y7N26.js");
686
+ const { KeyBagProviderFile } = await import("./key-bag-file-WNESTJHC.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-VOVNNCXQ.js");
693
+ const { KeyBagProviderIndexDB } = await import("./key-bag-indexdb-CDDDYSTI.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-72EUHYEL.js");
2237
+ const { FileGateway } = await import("./gateway-ISFTC7Z4.js");
2238
2238
  return new FileGateway(sthis);
2239
2239
  },
2240
2240
  test: async (sthis) => {
2241
- const { FileTestStore } = await import("./gateway-72EUHYEL.js");
2241
+ const { FileTestStore } = await import("./gateway-ISFTC7Z4.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.112-dev-script": "xxxx"
3456
+ "0.19.113": "xxxx"
3457
3457
  })[0];
3458
3458
  export {
3459
3459
  CRDT,