@tscircuit/props 0.0.345 → 0.0.347

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1142,6 +1142,12 @@ export interface PlatformConfig {
1142
1142
  >;
1143
1143
 
1144
1144
  footprintFileParserMap?: Record<string, FootprintFileParserEntry>;
1145
+
1146
+ simSwitchFrequency?: number | string;
1147
+ simCloseAt?: number | string;
1148
+ simOpenAt?: number | string;
1149
+ simStartClosed?: boolean;
1150
+ simStartOpen?: boolean;
1145
1151
  }
1146
1152
  ```
1147
1153
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/props",
3
- "version": "0.0.345",
3
+ "version": "0.0.347",
4
4
  "description": "Props for tscircuit builtin component types",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",