@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.js CHANGED
@@ -36486,7 +36486,7 @@ var DicomReceiver = class _DicomReceiver extends EventEmitter {
36486
36486
  createDcmrecv(port, tempDir) {
36487
36487
  return Dcmrecv.create({
36488
36488
  port,
36489
- aeTitle: this.options.aeTitle ?? "DCMRECV",
36489
+ aeTitle: this.options.aeTitle,
36490
36490
  outputDirectory: tempDir,
36491
36491
  configFile: this.options.configFile,
36492
36492
  configProfile: this.options.configProfile,