@ubercode/dcmtk 0.6.1 → 0.6.2

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
@@ -36511,7 +36511,7 @@ var DicomReceiver = class _DicomReceiver extends events.EventEmitter {
36511
36511
  createDcmrecv(port, tempDir) {
36512
36512
  return Dcmrecv.create({
36513
36513
  port,
36514
- aeTitle: this.options.aeTitle ?? "DCMRECV",
36514
+ aeTitle: this.options.aeTitle,
36515
36515
  outputDirectory: tempDir,
36516
36516
  configFile: this.options.configFile,
36517
36517
  configProfile: this.options.configProfile,