circuit-json 0.0.335 → 0.0.336

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/README.md CHANGED
@@ -1414,6 +1414,7 @@ interface PcbHoleCircle {
1414
1414
  pcb_hole_id: string
1415
1415
  pcb_group_id?: string
1416
1416
  subcircuit_id?: string
1417
+ pcb_component_id?: string
1417
1418
  hole_shape: "circle"
1418
1419
  hole_diameter: number
1419
1420
  x: Distance