Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions system-block-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@ SOD-523 protection diode also use exact JLCPCB-imported copper. Its MOSFET and
U.FL connector still require explicit package selections.

`circuit-json-to-altium` is temporarily pinned to the official repository's
exact commit `f05162751359bb3a8fca849f537406564915fdab` because that converter has
exact commit `f47ab326aa8abb5466d21f326c7402b0e0d7ba26` because that converter has
not published its first npm release yet. The pin should become an exact npm
version once one is available; it does not use a preview registry or floating
Git branch. Its nested `altiumts` dependency is overridden to the equivalent
published `altiumts@0.0.32` release so installs do not need to resolve another
published `altiumts@0.0.59` release so installs do not need to resolve another
Git dependency.

Evaluation uses the same canonical TSX shown in the panel and included in the
Expand Down
8 changes: 4 additions & 4 deletions system-block-ui/bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions system-block-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@tscircuit/props": "0.0.643",
"@xyflow/react": "12.11.5",
"circuit-json": "0.0.479",
"circuit-json-to-altium": "github:tscircuit/circuit-json-to-altium#f05162751359bb3a8fca849f537406564915fdab",
"circuit-json-to-altium": "github:tscircuit/circuit-json-to-altium#f47ab326aa8abb5466d21f326c7402b0e0d7ba26",
"circuit-json-to-kicad": "0.0.181",
"circuit-to-svg": "0.0.410",
"comlink": "4.4.2",
Expand Down Expand Up @@ -51,6 +51,6 @@
"vite": "8.2.2"
},
"overrides": {
"altiumts": "0.0.32"
"altiumts": "0.0.59"
}
}
Loading