@fireproof/core 0.19.118 → 0.19.119-dev-log

Sign up to get free protection for your applications and to get access to all the features.
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.118": "xxxx"
3465
+ "0.19.119-dev-log": "xxxx"
3466
3466
  })[0];
3467
3467
  export {
3468
3468
  CRDT,