@fireproof/core 0.19.121 → 0.19.122

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.js CHANGED
@@ -373,9 +373,7 @@ function ensureSuperLog(sthis, componentName, ctx) {
373
373
  }
374
374
  function ensureLogger(sthis, componentName, ctx) {
375
375
  let logger;
376
- if (IsLogger(sthis)) {
377
- logger = sthis;
378
- } else if (sthis && IsLogger(sthis.logger)) {
376
+ if (sthis && IsLogger(sthis.logger)) {
379
377
  logger = sthis.logger;
380
378
  } else {
381
379
  logger = globalLogger();
@@ -3782,7 +3780,7 @@ var INDEXDB_VERSION = "v0.19-indexdb";
3782
3780
 
3783
3781
  // src/version.ts
3784
3782
  var PACKAGE_VERSION = Object.keys({
3785
- "0.19.121": "xxxx"
3783
+ "0.19.122": "xxxx"
3786
3784
  })[0];
3787
3785
  export {
3788
3786
  CRDT,