@tscircuit/props 0.0.492 → 0.0.494

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
@@ -1891,6 +1891,7 @@ export interface PlatformConfig {
1891
1891
  netlistDrcChecksDisabled?: boolean;
1892
1892
  routingDrcChecksDisabled?: boolean;
1893
1893
  placementDrcChecksDisabled?: boolean;
1894
+ pinSpecificationDrcChecksDisabled?: boolean;
1894
1895
 
1895
1896
  spiceEngineMap?: Record<string, SpiceEngine>;
1896
1897