@tscircuit/props 0.0.244 → 0.0.246

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
@@ -839,6 +839,11 @@ export interface PlatformConfig {
839
839
 
840
840
  cloudAutorouterUrl?: string
841
841
 
842
+ projectName?: string
843
+ version?: string
844
+ url?: string
845
+ printBoardInformationToSilkscreen?: boolean
846
+
842
847
  pcbDisabled?: boolean
843
848
  schematicDisabled?: boolean
844
849
  partsEngineDisabled?: boolean