@fireproof/core 0.19.116 → 0.19.117
Sign up to get free protection for your applications and to get access to all the features.
- package/deno.json +3 -3
- package/{gateway-3WGEEKVQ.js → gateway-2O7QPHGW.js} +1 -1
- package/{gateway-3WGEEKVQ.js.map → gateway-2O7QPHGW.js.map} +1 -1
- package/index.cjs +1 -1
- package/index.cjs.map +1 -1
- package/index.js +3 -3
- package/index.js.map +1 -1
- package/metafile-cjs.json +1 -1
- package/metafile-esm.json +1 -1
- package/package.json +4 -4
- package/tests/fireproof/multiple-ledger.test.ts +66 -0
- package/web/gateway-impl.cjs +11 -9
- package/web/gateway-impl.cjs.map +1 -1
- package/web/gateway-impl.d.cts +0 -2
- package/web/gateway-impl.d.ts +0 -2
- package/web/gateway-impl.js +11 -9
- package/web/gateway-impl.js.map +1 -1
- package/web/metafile-cjs.json +1 -1
- package/web/metafile-esm.json +1 -1
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-
|
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-
|
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.
|
3465
|
+
"0.19.117": "xxxx"
|
3466
3466
|
})[0];
|
3467
3467
|
export {
|
3468
3468
|
CRDT,
|