circuit-to-svg 0.0.174 → 0.0.175

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 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.173",
1498
+ version: "0.0.174",
1499
1499
  description: "Convert Circuit JSON to SVG",
1500
1500
  main: "dist/index.js",
1501
1501
  files: [
@@ -1522,29 +1522,20 @@ var package_default = {
1522
1522
  "@storybook/react": "^8.2.5",
1523
1523
  "@storybook/react-vite": "^8.2.5",
1524
1524
  "@storybook/test": "^8.2.5",
1525
- "@tscircuit/core": "0.0.477",
1526
- "@tscircuit/plop": "^0.0.10",
1527
1525
  "@types/bun": "^1.2.8",
1528
1526
  biome: "^0.3.3",
1529
1527
  "bun-match-svg": "^0.0.12",
1530
- "circuit-json": "^0.0.223",
1531
1528
  esbuild: "^0.20.2",
1532
1529
  "performance-now": "^2.1.0",
1533
1530
  react: "^18.3.1",
1534
- "schematic-symbols": "^0.0.153",
1535
1531
  storybook: "^8.2.5",
1532
+ tscircuit: "^0.0.571",
1536
1533
  tsup: "^8.0.2",
1537
1534
  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"
1535
+ "vite-tsconfig-paths": "^5.0.1"
1542
1536
  },
1543
1537
  peerDependencies: {
1544
- "circuit-json": "*",
1545
- "@tscircuit/circuit-json-util": "*",
1546
- "@tscircuit/footprinter": "*",
1547
- "schematic-symbols": "*"
1538
+ tscircuit: "*"
1548
1539
  },
1549
1540
  dependencies: {
1550
1541
  "@types/node": "^22.5.5",