circuit-to-svg 0.0.175 → 0.0.177
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 +8 -15
- package/dist/index.js.map +1 -1
- package/package.json +8 -15
package/dist/index.js
CHANGED
|
@@ -1495,40 +1495,33 @@ 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.176",
|
|
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
1516
|
"@types/bun": "^1.2.8",
|
|
1517
|
+
"@vitejs/plugin-react": "5.0.0",
|
|
1526
1518
|
biome: "^0.3.3",
|
|
1527
1519
|
"bun-match-svg": "^0.0.12",
|
|
1528
1520
|
esbuild: "^0.20.2",
|
|
1529
1521
|
"performance-now": "^2.1.0",
|
|
1530
|
-
react: "
|
|
1531
|
-
|
|
1522
|
+
react: "19.1.0",
|
|
1523
|
+
"react-cosmos": "7.0.0",
|
|
1524
|
+
"react-cosmos-plugin-vite": "7.0.0",
|
|
1532
1525
|
tscircuit: "^0.0.571",
|
|
1533
1526
|
tsup: "^8.0.2",
|
|
1534
1527
|
typescript: "^5.4.5",
|