circuit-json 0.0.180 → 0.0.181

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
@@ -196,6 +196,7 @@ interface SourceComponentBase {
196
196
  display_value?: string
197
197
  are_pins_interchangeable?: boolean
198
198
  internally_connected_source_port_ids?: string[][]
199
+ source_group_id?: string
199
200
  }
200
201
  ```
201
202
 
@@ -556,6 +557,7 @@ interface PcbComponent {
556
557
  rotation: Rotation
557
558
  width: Length
558
559
  height: Length
560
+ pcb_group_id?: string
559
561
  }
560
562
  ```
561
563