@nsshunt/stsfhirpg 1.0.26 → 1.0.28

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.
@@ -16956,6 +16956,7 @@ var DBSTSCombo = class {
16956
16956
  };
16957
16957
  //#endregion
16958
16958
  //#region src/fhir-database/pg/pgfhiraccesslayer.ts
16959
+ import_source.default.level = 3;
16959
16960
  var PGFhirAccessLayer = class extends import_tiny_emitter.TinyEmitter {
16960
16961
  #options;
16961
16962
  #poolManager = null;
@@ -17109,10 +17110,6 @@ var PGFhirAccessLayer = class extends import_tiny_emitter.TinyEmitter {
17109
17110
  }
17110
17111
  const lap3 = performance.now() - start;
17111
17112
  const total = performance.now() - oa;
17112
- console.log(import_source.default.green(`total 1 = ${total}`));
17113
- console.log(import_source.default.magenta(`total 2 = ${total}`));
17114
- console.debug(import_source.default.green(`total 1 = ${total}`));
17115
- console.debug(import_source.default.magenta(`total 2 = ${total}`));
17116
17113
  if (total > 100) console.log(import_source.default.hex("#E33A36")`--> Slow: O/A:[${total.toFixed(2)}] Index Calc:[${lap1.toFixed(2)}] Delete:[${lap2.toFixed(2)}] Insert:[${lap3.toFixed(2)}]`);
17117
17114
  else if (total > 75) console.log(import_source.default.hex("#e27270")`--> Slow: O/A:[${total.toFixed(2)}] Index Calc:[${lap1.toFixed(2)}] Delete:[${lap2.toFixed(2)}] Insert:[${lap3.toFixed(2)}]`);
17118
17115
  else if (total > 50) console.log(import_source.default.hex("#e2c3c2")`--> Slow: O/A:[${total.toFixed(2)}] Index Calc:[${lap1.toFixed(2)}] Delete:[${lap2.toFixed(2)}] Insert:[${lap3.toFixed(2)}]`);