@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/servers.cjs CHANGED
@@ -3093,7 +3093,7 @@ var DicomReceiver = class _DicomReceiver extends events.EventEmitter {
3093
3093
  createDcmrecv(port, tempDir) {
3094
3094
  return Dcmrecv.create({
3095
3095
  port,
3096
- aeTitle: this.options.aeTitle ?? "DCMRECV",
3096
+ aeTitle: this.options.aeTitle,
3097
3097
  outputDirectory: tempDir,
3098
3098
  configFile: this.options.configFile,
3099
3099
  configProfile: this.options.configProfile,