@nsshunt/stsfhirpg 1.2.34 → 1.2.36

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/dist/index.cjs CHANGED
@@ -4692,10 +4692,6 @@ var DBSearchIndex = class DBSearchIndex {
4692
4692
  };
4693
4693
  //#endregion
4694
4694
  //#region src/fhir-database/pg/pgpoolmanager.ts
4695
- var IDBAccessLayerEvents = /* @__PURE__ */ function(IDBAccessLayerEvents) {
4696
- IDBAccessLayerEvents["UpdateInstruments"] = "UpdateInstruments";
4697
- return IDBAccessLayerEvents;
4698
- }({});
4699
4695
  var PGPoolManager = class extends tiny_emitter.TinyEmitter {
4700
4696
  #options;
4701
4697
  #observer = null;
@@ -4801,7 +4797,7 @@ var PGPoolManager = class extends tiny_emitter.TinyEmitter {
4801
4797
  data.idleCount += poolItem.pool.idleCount;
4802
4798
  data.waitingCount += poolItem.pool.waitingCount;
4803
4799
  }
4804
- this.emit(IDBAccessLayerEvents.UpdateInstruments, data);
4800
+ this.emit("UpdateInstruments", data);
4805
4801
  }
4806
4802
  #AttachInstruments(interval = 1e3) {
4807
4803
  this.#observer = setInterval(() => {