@tscircuit/core 0.0.382 → 0.0.383

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 (3) hide show
  1. package/dist/index.d.ts +0 -3
  2. package/dist/index.js +2502 -2532
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -533,7 +533,6 @@ declare class Trace extends PrimitiveComponent<typeof traceProps> implements Tra
533
533
  schematic_trace_id: string | null;
534
534
  _portsRoutedOnPcb: Port[];
535
535
  subcircuit_connectivity_map_key: string | null;
536
- _traceConnectionHash: string | null;
537
536
  constructor(props: z.input<typeof traceProps>);
538
537
  get config(): {
539
538
  zodProps: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
@@ -767,7 +766,6 @@ declare class Trace extends PrimitiveComponent<typeof traceProps> implements Tra
767
766
  */
768
767
  _isExplicitlyConnectedToNet(net: Net): boolean;
769
768
  doInitialCreateNetsFromProps(): void;
770
- _computeTraceConnectionHash(): string | null;
771
769
  doInitialSourceTraceRender(): void;
772
770
  _insertErrorIfTraceIsOutsideBoard(mergedRoute: PcbTraceRoutePoint[], ports: Port[]): void;
773
771
  doInitialPcbTraceRender(): void;
@@ -1054,7 +1052,6 @@ declare class Group<Props extends z.ZodType<any, any, any> = typeof groupProps>
1054
1052
  declare class Board extends Group<typeof boardProps> {
1055
1053
  pcb_board_id: string | null;
1056
1054
  _drcChecksComplete: boolean;
1057
- _connectedSchematicPortPairs: Set<string>;
1058
1055
  get isSubcircuit(): boolean;
1059
1056
  get config(): {
1060
1057
  componentName: string;