@fireproof/core 0.19.112-dev-iife → 0.19.112-dev-dyn

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-OKACCIGZ.js";
8
+ } from "./chunk-PWEDYV5H.js";
9
9
  import {
10
10
  NotFoundError,
11
11
  Result,
@@ -682,14 +682,14 @@ var keyBagProviderFactories = new Map(
682
682
  {
683
683
  protocol: "file:",
684
684
  factory: async (url, sthis) => {
685
- const { KeyBagProviderFile } = await import("./key-bag-file-QCOF7UFH.js");
685
+ const { KeyBagProviderFile } = await import("./key-bag-file-VP6Y7N26.js");
686
686
  return new KeyBagProviderFile(url, sthis);
687
687
  }
688
688
  },
689
689
  {
690
690
  protocol: "indexdb:",
691
691
  factory: async (url, sthis) => {
692
- const { KeyBagProviderIndexDB } = await import("./key-bag-indexdb-VHX3MZ66.js");
692
+ const { KeyBagProviderIndexDB } = await import("./key-bag-indexdb-N5GQ5GSH.js");
693
693
  return new KeyBagProviderIndexDB(url, sthis);
694
694
  }
695
695
  }
@@ -2227,22 +2227,22 @@ function toStoreRuntime(opts, sthis) {
2227
2227
  registerStoreProtocol({
2228
2228
  protocol: "file:",
2229
2229
  gateway: async (sthis) => {
2230
- const { FileGateway } = await import("./gateway-HUSQCAA7.js");
2230
+ const { FileGateway } = await import("./gateway-72EUHYEL.js");
2231
2231
  return new FileGateway(sthis);
2232
2232
  },
2233
2233
  test: async (sthis) => {
2234
- const { FileTestStore } = await import("./gateway-HUSQCAA7.js");
2234
+ const { FileTestStore } = await import("./gateway-72EUHYEL.js");
2235
2235
  return new FileTestStore(sthis);
2236
2236
  }
2237
2237
  });
2238
2238
  registerStoreProtocol({
2239
2239
  protocol: "indexdb:",
2240
2240
  gateway: async (sthis) => {
2241
- const { IndexDBGateway } = await import("./gateway-3YJXDXD3.js");
2241
+ const { IndexDBGateway } = await import("./gateway-SK2ERWD3.js");
2242
2242
  return new IndexDBGateway(sthis);
2243
2243
  },
2244
2244
  test: async (sthis) => {
2245
- const { IndexDBTestStore } = await import("./gateway-3YJXDXD3.js");
2245
+ const { IndexDBTestStore } = await import("./gateway-SK2ERWD3.js");
2246
2246
  return new IndexDBTestStore(sthis);
2247
2247
  }
2248
2248
  });
@@ -3446,7 +3446,7 @@ var INDEXDB_VERSION = "v0.19-indexdb";
3446
3446
 
3447
3447
  // src/version.ts
3448
3448
  var PACKAGE_VERSION = Object.keys({
3449
- "0.19.112-dev-iife": "xxxx"
3449
+ "0.19.112-dev-dyn": "xxxx"
3450
3450
  })[0];
3451
3451
  export {
3452
3452
  CRDT,