@ubercode/dcmtk 0.6.3 → 0.6.4

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 CHANGED
@@ -30850,7 +30850,7 @@ async function dcm2json(inputPath, options) {
30850
30850
  }
30851
30851
  return tryDirectPath(inputPath, timeoutMs, signal, verbosity);
30852
30852
  }
30853
- var TAG_OR_PATH_PATTERN = /^\([0-9A-Fa-f]{4},[0-9A-Fa-f]{4}\)(\[\d+\](\.\([0-9A-Fa-f]{4},[0-9A-Fa-f]{4}\)(\[\d+\])?)*)?$/;
30853
+ var TAG_OR_PATH_PATTERN = /^\([0-9A-Fa-f]{4},[0-9A-Fa-f]{4}\)(\[\d+\])?(\.\([0-9A-Fa-f]{4},[0-9A-Fa-f]{4}\)(\[\d+\])?)*$/;
30854
30854
  var TagModificationSchema = zod.z.object({
30855
30855
  tag: zod.z.string().regex(TAG_OR_PATH_PATTERN),
30856
30856
  value: zod.z.string()