circuit-to-svg 0.0.202 → 0.0.204

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
@@ -3,8 +3,8 @@
3
3
  A TypeScript library for converting Circuit JSON to Schematic, PCB and Assembly SVG representations.
4
4
 
5
5
  <div align="center">
6
- <img src="https://api.tscircuit.com/packages/images/seveibar/keyboard-default60/pcb.svg?fs_sha=md5-e4fc4758380cab0efcc1b3b12bdcf36d" alt="Keyboard PCB" height="200" />
7
- <img src="https://api.tscircuit.com/packages/images/seveibar/usb-c-flashlight/schematic.svg?fs_sha=" alt="Flashlight schematic" height="200" />
6
+ <img src="https://api.tscircuit.com/packages/images/seveibar/led-water-accelerometer/pcb.svg" alt="PCB" height="200" />
7
+ <img src="https://api.tscircuit.com/packages/images/seveibar/led-water-accelerometer/schematic.svg" alt="Schematic" height="200" />
8
8
  </div>
9
9
 
10
10
  ```bash
package/dist/index.js CHANGED
@@ -1783,7 +1783,7 @@ function getSoftwareUsedString(circuitJson) {
1783
1783
  var package_default = {
1784
1784
  name: "circuit-to-svg",
1785
1785
  type: "module",
1786
- version: "0.0.201",
1786
+ version: "0.0.203",
1787
1787
  description: "Convert Circuit JSON to SVG",
1788
1788
  main: "dist/index.js",
1789
1789
  files: [
@@ -1812,7 +1812,7 @@ var package_default = {
1812
1812
  "react-cosmos": "7.0.0",
1813
1813
  "react-cosmos-plugin-vite": "7.0.0",
1814
1814
  "react-dom": "19.1.0",
1815
- tscircuit: "^0.0.654",
1815
+ tscircuit: "^0.0.671",
1816
1816
  tsup: "^8.0.2",
1817
1817
  typescript: "^5.4.5",
1818
1818
  "vite-tsconfig-paths": "^5.0.1"