@tscircuit/footprinter 0.0.289 → 0.0.291

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
@@ -831,8 +831,8 @@ import { z as z10 } from "zod";
831
831
  var dim2d = z10.string().transform((a) => {
832
832
  const [x, y] = a.split(/[x ]/);
833
833
  return {
834
- x: parseFloat(x),
835
- y: parseFloat(y)
834
+ x: parseFloat(x ?? ""),
835
+ y: parseFloat(y ?? "")
836
836
  };
837
837
  }).pipe(
838
838
  z10.object({