@fireproof/core 0.19.116-dev-vendor → 0.19.117

Sign up to get free protection for your applications and to get access to all the features.
package/index.js CHANGED
@@ -2243,11 +2243,11 @@ function toStoreRuntime(opts, sthis) {
2243
2243
  registerStoreProtocol({
2244
2244
  protocol: "file:",
2245
2245
  gateway: async (sthis) => {
2246
- const { FileGateway } = await import("./gateway-3WGEEKVQ.js");
2246
+ const { FileGateway } = await import("./gateway-2O7QPHGW.js");
2247
2247
  return new FileGateway(sthis);
2248
2248
  },
2249
2249
  test: async (sthis) => {
2250
- const { FileTestStore } = await import("./gateway-3WGEEKVQ.js");
2250
+ const { FileTestStore } = await import("./gateway-2O7QPHGW.js");
2251
2251
  return new FileTestStore(sthis);
2252
2252
  }
2253
2253
  });
@@ -3462,7 +3462,7 @@ var INDEXDB_VERSION = "v0.19-indexdb";
3462
3462
 
3463
3463
  // src/version.ts
3464
3464
  var PACKAGE_VERSION = Object.keys({
3465
- "0.19.116-dev-vendor": "xxxx"
3465
+ "0.19.117": "xxxx"
3466
3466
  })[0];
3467
3467
  export {
3468
3468
  CRDT,