@ubercode/dcmtk 0.6.5 → 0.7.0

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/tools.cjs CHANGED
@@ -2415,7 +2415,7 @@ async function storescu(options) {
2415
2415
  if (result.value.exitCode !== 0) {
2416
2416
  return err(createToolError("storescu", args, result.value.exitCode, result.value.stderr));
2417
2417
  }
2418
- return ok({ success: true, stderr: result.value.stderr });
2418
+ return ok({ success: true, stdout: result.value.stdout, stderr: result.value.stderr });
2419
2419
  }
2420
2420
  var QueryModel = {
2421
2421
  WORKLIST: "worklist",