circuit-to-svg 0.0.174 → 0.0.176
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 +11 -27
- package/dist/index.js.map +1 -1
- package/package.json +11 -27
package/dist/index.js
CHANGED
|
@@ -1495,56 +1495,40 @@ 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.175",
|
|
1499
1499
|
description: "Convert Circuit JSON to SVG",
|
|
1500
1500
|
main: "dist/index.js",
|
|
1501
1501
|
files: [
|
|
1502
1502
|
"dist"
|
|
1503
1503
|
],
|
|
1504
1504
|
scripts: {
|
|
1505
|
-
start: "
|
|
1505
|
+
start: "cosmos",
|
|
1506
1506
|
prepublish: "npm run build",
|
|
1507
1507
|
build: "tsup-node ./lib/index.ts --format esm --dts --sourcemap",
|
|
1508
1508
|
format: "biome format . --write",
|
|
1509
1509
|
"format:check": "biome format .",
|
|
1510
|
-
|
|
1511
|
-
"
|
|
1510
|
+
cosmos: "cosmos",
|
|
1511
|
+
"cosmos-export": "cosmos-export"
|
|
1512
1512
|
},
|
|
1513
1513
|
license: "ISC",
|
|
1514
1514
|
devDependencies: {
|
|
1515
1515
|
"@biomejs/biome": "^1.9.4",
|
|
1516
|
-
"@chromatic-com/storybook": "^1.6.1",
|
|
1517
|
-
"@storybook/addon-essentials": "^8.2.5",
|
|
1518
|
-
"@storybook/addon-interactions": "^8.2.5",
|
|
1519
|
-
"@storybook/addon-links": "^8.2.5",
|
|
1520
|
-
"@storybook/addon-onboarding": "^8.2.5",
|
|
1521
|
-
"@storybook/blocks": "^8.2.5",
|
|
1522
|
-
"@storybook/react": "^8.2.5",
|
|
1523
|
-
"@storybook/react-vite": "^8.2.5",
|
|
1524
|
-
"@storybook/test": "^8.2.5",
|
|
1525
|
-
"@tscircuit/core": "0.0.477",
|
|
1526
|
-
"@tscircuit/plop": "^0.0.10",
|
|
1527
1516
|
"@types/bun": "^1.2.8",
|
|
1517
|
+
"@vitejs/plugin-react": "5.0.0",
|
|
1528
1518
|
biome: "^0.3.3",
|
|
1529
1519
|
"bun-match-svg": "^0.0.12",
|
|
1530
|
-
"circuit-json": "^0.0.223",
|
|
1531
1520
|
esbuild: "^0.20.2",
|
|
1532
1521
|
"performance-now": "^2.1.0",
|
|
1533
|
-
react: "
|
|
1534
|
-
"
|
|
1535
|
-
|
|
1522
|
+
react: "19.1.0",
|
|
1523
|
+
"react-cosmos": "7.0.0",
|
|
1524
|
+
"react-cosmos-plugin-vite": "7.0.0",
|
|
1525
|
+
tscircuit: "^0.0.571",
|
|
1536
1526
|
tsup: "^8.0.2",
|
|
1537
1527
|
typescript: "^5.4.5",
|
|
1538
|
-
"vite-tsconfig-paths": "^5.0.1"
|
|
1539
|
-
"@tscircuit/checks": "^0.0.44",
|
|
1540
|
-
"@tscircuit/circuit-json-util": "^0.0.47",
|
|
1541
|
-
"@tscircuit/footprinter": "^0.0.204"
|
|
1528
|
+
"vite-tsconfig-paths": "^5.0.1"
|
|
1542
1529
|
},
|
|
1543
1530
|
peerDependencies: {
|
|
1544
|
-
|
|
1545
|
-
"@tscircuit/circuit-json-util": "*",
|
|
1546
|
-
"@tscircuit/footprinter": "*",
|
|
1547
|
-
"schematic-symbols": "*"
|
|
1531
|
+
tscircuit: "*"
|
|
1548
1532
|
},
|
|
1549
1533
|
dependencies: {
|
|
1550
1534
|
"@types/node": "^22.5.5",
|