node-opcua-pki 6.7.2 → 6.7.3

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.js CHANGED
@@ -1764,6 +1764,7 @@ var CertificateManager = class _CertificateManager extends import_node_events.Ev
1764
1764
  }
1765
1765
  try {
1766
1766
  this.state = 3 /* Disposing */;
1767
+ await (0, import_global_mutex.drainPendingLocks)();
1767
1768
  for (const unreff of this.#pendingUnrefs) {
1768
1769
  unreff();
1769
1770
  }