Skip to content

Commit

Permalink
v0.0.123
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 28, 2024
1 parent 845b68f commit 7319745
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,23 @@ interface PcbPlatedHoleCircle {
pcb_port_id?: string
pcb_plated_hole_id: string
}

interface PcbHoleCircularWithRectPad {
type: "pcb_plated_hole"
shape: "circular_hole_with_rect_pad"
hole_shape: "circle"
pad_shape: "rect"
hole_diameter: number
rect_pad_width: number
rect_pad_height: number
x: Distance
y: Distance
layers: LayerRef[]
port_hints?: string[]
pcb_component_id?: string
pcb_port_id?: string
pcb_plated_hole_id: string
}
```

### PcbPort
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "circuit-json",
"version": "0.0.122",
"version": "0.0.123",
"description": "Definitions for the tscircuit intermediary JSON format",
"main": "dist/index.mjs",
"files": [
Expand Down

0 comments on commit 7319745

Please sign in to comment.