@tscircuit/props 0.0.493 → 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
 
package/dist/index.d.ts CHANGED
@@ -173234,6 +173234,7 @@ interface PlatformConfig {
173234
173234
  netlistDrcChecksDisabled?: boolean;
173235
173235
  routingDrcChecksDisabled?: boolean;
173236
173236
  placementDrcChecksDisabled?: boolean;
173237
+ pinSpecificationDrcChecksDisabled?: boolean;
173237
173238
  spiceEngineMap?: Record<string, SpiceEngine>;
173238
173239
  footprintLibraryMap?: Record<string, ((path: string, options?: {
173239
173240
  resolvedPcbStyle?: PcbStyle;
package/dist/index.js CHANGED
@@ -18315,6 +18315,7 @@ var platformConfig = z123.object({
18315
18315
  netlistDrcChecksDisabled: z123.boolean().optional(),
18316
18316
  routingDrcChecksDisabled: z123.boolean().optional(),
18317
18317
  placementDrcChecksDisabled: z123.boolean().optional(),
18318
+ pinSpecificationDrcChecksDisabled: z123.boolean().optional(),
18318
18319
  spiceEngineMap: z123.record(z123.string(), spiceEngineZod).optional(),
18319
18320
  footprintLibraryMap: z123.record(
18320
18321
  z123.string(),