@ubercode/dcmtk 0.6.4 → 0.6.5

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.cjs CHANGED
@@ -31637,7 +31637,7 @@ async function dcmconv(inputPath, outputPath, options) {
31637
31637
  }
31638
31638
  return ok({ outputPath });
31639
31639
  }
31640
- 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+\])?)*$/;
31640
+ 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+\])?$/;
31641
31641
  var TagModificationSchema = zod.z.object({
31642
31642
  tag: zod.z.string().regex(TAG_OR_PATH_PATTERN),
31643
31643
  value: zod.z.string()