@ubercode/dcmtk 0.8.1 → 0.8.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/dicom.cjs +1 -1
- package/dist/dicom.cjs.map +1 -1
- package/dist/dicom.js +1 -1
- package/dist/dicom.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/servers.cjs +1 -1
- package/dist/servers.cjs.map +1 -1
- package/dist/servers.js +1 -1
- package/dist/servers.js.map +1 -1
- package/dist/tools.cjs +1 -1
- package/dist/tools.cjs.map +1 -1
- package/dist/tools.js +1 -1
- package/dist/tools.js.map +1 -1
- package/package.json +1 -1
package/dist/dicom.cjs
CHANGED
|
@@ -30825,7 +30825,7 @@ async function tryDirectPath(inputPath, timeoutMs, signal, verbosity) {
|
|
|
30825
30825
|
if (!jsonBinary.ok) {
|
|
30826
30826
|
return err(jsonBinary.error);
|
|
30827
30827
|
}
|
|
30828
|
-
const directArgs = [...buildVerbosityArgs(verbosity), inputPath];
|
|
30828
|
+
const directArgs = [...buildVerbosityArgs(verbosity), "+b", inputPath];
|
|
30829
30829
|
const result = await execCommand(jsonBinary.value, directArgs, { timeoutMs, signal });
|
|
30830
30830
|
if (!result.ok) {
|
|
30831
30831
|
return err(result.error);
|