@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/index.js CHANGED
@@ -31612,7 +31612,7 @@ async function dcmconv(inputPath, outputPath, options) {
31612
31612
  }
31613
31613
  return ok({ outputPath });
31614
31614
  }
31615
- 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+\])?)*)?$/;
31615
+ 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+\])?)*$/;
31616
31616
  var TagModificationSchema = z.object({
31617
31617
  tag: z.string().regex(TAG_OR_PATH_PATTERN),
31618
31618
  value: z.string()