@fireproof/core 0.19.117 → 0.19.119-dev-log

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.d.cts CHANGED
@@ -718,6 +718,7 @@ interface SuperThisOpts {
718
718
  }
719
719
  interface SuperThis {
720
720
  readonly logger: Logger;
721
+ readonly loggerCollector?: Logger;
721
722
  readonly env: Env;
722
723
  readonly pathOps: PathOps;
723
724
  readonly ctx: Record<string, unknown>;
package/index.d.ts CHANGED
@@ -718,6 +718,7 @@ interface SuperThisOpts {
718
718
  }
719
719
  interface SuperThis {
720
720
  readonly logger: Logger;
721
+ readonly loggerCollector?: Logger;
721
722
  readonly env: Env;
722
723
  readonly pathOps: PathOps;
723
724
  readonly ctx: Record<string, unknown>;
package/index.js CHANGED
@@ -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.117": "xxxx"
3465
+ "0.19.119-dev-log": "xxxx"
3466
3466
  })[0];
3467
3467
  export {
3468
3468
  CRDT,