circuit-to-svg 0.0.172 → 0.0.173
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1446,7 +1446,7 @@ function getSoftwareUsedString(circuitJson) {
|
|
|
1446
1446
|
var package_default = {
|
|
1447
1447
|
name: "circuit-to-svg",
|
|
1448
1448
|
type: "module",
|
|
1449
|
-
version: "0.0.
|
|
1449
|
+
version: "0.0.172",
|
|
1450
1450
|
description: "Convert Circuit JSON to SVG",
|
|
1451
1451
|
main: "dist/index.js",
|
|
1452
1452
|
files: [
|
|
@@ -1489,7 +1489,7 @@ var package_default = {
|
|
|
1489
1489
|
"vite-tsconfig-paths": "^5.0.1",
|
|
1490
1490
|
"@tscircuit/checks": "^0.0.44",
|
|
1491
1491
|
"@tscircuit/circuit-json-util": "^0.0.47",
|
|
1492
|
-
"@tscircuit/footprinter": "^0.0.
|
|
1492
|
+
"@tscircuit/footprinter": "^0.0.204"
|
|
1493
1493
|
},
|
|
1494
1494
|
peerDependencies: {
|
|
1495
1495
|
"circuit-json": "*",
|