circuit-json 0.0.162 → 0.0.163

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