@tscircuit/props 0.0.361 → 0.0.363
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 +0 -6
- package/dist/index.d.ts +1043 -5
- package/dist/index.js +3 -8
- package/dist/index.js.map +1 -1
- package/lib/common/cadModel.ts +2 -0
- package/lib/platformConfig.ts +0 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1536,12 +1536,6 @@ export interface PlatformConfig {
|
|
|
1536
1536
|
>;
|
|
1537
1537
|
|
|
1538
1538
|
footprintFileParserMap?: Record<string, FootprintFileParserEntry>;
|
|
1539
|
-
|
|
1540
|
-
simSwitchFrequency?: number | string;
|
|
1541
|
-
simCloseAt?: number | string;
|
|
1542
|
-
simOpenAt?: number | string;
|
|
1543
|
-
simStartClosed?: boolean;
|
|
1544
|
-
simStartOpen?: boolean;
|
|
1545
1539
|
}
|
|
1546
1540
|
```
|
|
1547
1541
|
|