@tscircuit/core 0.0.1456 → 0.0.1458

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/dist/index.d.ts CHANGED
@@ -39066,7 +39066,7 @@ declare class Jumper<PinLabels extends string = never> extends NormalComponent<t
39066
39066
  _getSchematicPortArrangement(): _tscircuit_props.SchematicPortArrangement;
39067
39067
  doInitialSourceRender(): void;
39068
39068
  doInitialPcbComponentRender(): void;
39069
- doInitialPcbTraceRender(): void;
39069
+ doInitialPcbPortAttachment(): void;
39070
39070
  }
39071
39071
 
39072
39072
  declare class Interconnect extends NormalComponent<typeof interconnectProps> {
@@ -48585,7 +48585,7 @@ declare class SolderJumper<PinLabels extends string = never> extends NormalCompo
48585
48585
  _getSchematicPortArrangement(): _tscircuit_props.SchematicPortArrangement;
48586
48586
  doInitialSourceRender(): void;
48587
48587
  doInitialPcbComponentRender(): void;
48588
- doInitialPcbTraceRender(): void;
48588
+ doInitialPcbPortAttachment(): void;
48589
48589
  }
48590
48590
 
48591
48591
  declare class Led extends NormalComponent<typeof ledProps, PolarizedPassivePorts> {
package/dist/index.js CHANGED
@@ -22812,7 +22812,7 @@ function Group_getRoutingPhasePlans(group) {
22812
22812
  var package_default = {
22813
22813
  name: "@tscircuit/core",
22814
22814
  type: "module",
22815
- version: "0.0.1455",
22815
+ version: "0.0.1457",
22816
22816
  types: "dist/index.d.ts",
22817
22817
  main: "dist/index.js",
22818
22818
  module: "dist/index.js",
@@ -22846,7 +22846,7 @@ var package_default = {
22846
22846
  "@tscircuit/alphabet": "0.0.25",
22847
22847
  "@tscircuit/breakout-point-solver": "github:tscircuit/breakout-point-solver#bac9629",
22848
22848
  "@tscircuit/capacity-autorouter": "^0.0.670",
22849
- "@tscircuit/checks": "0.0.144",
22849
+ "@tscircuit/checks": "0.0.145",
22850
22850
  "@tscircuit/circuit-json-util": "^0.0.97",
22851
22851
  "@tscircuit/common": "^0.0.20",
22852
22852
  "@tscircuit/copper-pour-solver": "0.0.39",
@@ -28544,7 +28544,7 @@ var Jumper = class extends NormalComponent3 {
28544
28544
  });
28545
28545
  this.pcb_component_id = pcb_component.pcb_component_id;
28546
28546
  }
28547
- doInitialPcbTraceRender() {
28547
+ doInitialPcbPortAttachment() {
28548
28548
  const { db } = this.root;
28549
28549
  const pcb_ports = db.pcb_port.list({
28550
28550
  pcb_component_id: this.pcb_component_id
@@ -28826,7 +28826,7 @@ var SolderJumper = class extends NormalComponent3 {
28826
28826
  });
28827
28827
  this.pcb_component_id = pcb_component.pcb_component_id;
28828
28828
  }
28829
- doInitialPcbTraceRender() {
28829
+ doInitialPcbPortAttachment() {
28830
28830
  const { db } = this.root;
28831
28831
  const pcb_ports = db.pcb_port.list({
28832
28832
  pcb_component_id: this.pcb_component_id
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1456",
4
+ "version": "0.0.1458",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -35,7 +35,7 @@
35
35
  "@tscircuit/alphabet": "0.0.25",
36
36
  "@tscircuit/breakout-point-solver": "github:tscircuit/breakout-point-solver#bac9629",
37
37
  "@tscircuit/capacity-autorouter": "^0.0.670",
38
- "@tscircuit/checks": "0.0.144",
38
+ "@tscircuit/checks": "0.0.145",
39
39
  "@tscircuit/circuit-json-util": "^0.0.97",
40
40
  "@tscircuit/common": "^0.0.20",
41
41
  "@tscircuit/copper-pour-solver": "0.0.39",