Skip to content

Commit

Permalink
v0.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 16, 2024
1 parent f694dbb commit 6b8b46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "circuit-to-svg",
"type": "module",
"version": "0.0.31",
"version": "0.0.32",
"description": "Convert Circuit JSON to SVG",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -40,7 +40,7 @@
"@tscircuit/soup": "*"
},
"dependencies": {
"@tscircuit/soup": "0.0.70",
"@tscircuit/soup": "*",
"@tscircuit/footprinter": "^0.0.57",
"@tscircuit/routing": "^1.3.5",
"schematic-symbols": "^0.0.13",
Expand Down

0 comments on commit 6b8b46d

Please sign in to comment.