circuit-json 0.0.168 → 0.0.169

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
@@ -187,6 +187,7 @@ interface SourceComponentBase {
187
187
  supplier_part_numbers?: Partial<Record<SupplierName, string[]>>
188
188
  display_value?: string
189
189
  are_pins_interchangeable?: boolean
190
+ internally_connected_source_port_ids?: string[][]
190
191
  }
191
192
  ```
192
193