circuit-to-svg 0.0.178 → 0.0.179
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
|
@@ -1495,7 +1495,7 @@ function getSoftwareUsedString(circuitJson) {
|
|
|
1495
1495
|
var package_default = {
|
|
1496
1496
|
name: "circuit-to-svg",
|
|
1497
1497
|
type: "module",
|
|
1498
|
-
version: "0.0.
|
|
1498
|
+
version: "0.0.178",
|
|
1499
1499
|
description: "Convert Circuit JSON to SVG",
|
|
1500
1500
|
main: "dist/index.js",
|
|
1501
1501
|
files: [
|
|
@@ -1522,7 +1522,7 @@ var package_default = {
|
|
|
1522
1522
|
react: "19.1.0",
|
|
1523
1523
|
"react-cosmos": "7.0.0",
|
|
1524
1524
|
"react-cosmos-plugin-vite": "7.0.0",
|
|
1525
|
-
tscircuit: "^0.0.
|
|
1525
|
+
tscircuit: "^0.0.606",
|
|
1526
1526
|
tsup: "^8.0.2",
|
|
1527
1527
|
typescript: "^5.4.5",
|
|
1528
1528
|
"vite-tsconfig-paths": "^5.0.1"
|