@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 +1 -0
- package/dist/index.d.ts +6 -2
- package/dist/index.js +15440 -0
- package/dist/index.js.map +1 -1
- package/lib/generated/kicad-autocomplete.ts +15432 -13806
- package/lib/generated/kicad-footprint-strings.ts +6 -0
- package/lib/index.ts +1 -0
- package/lib/platformConfig.ts +2 -0
- package/package.json +1 -1
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
|
|