@tscircuit/schematic-viewer 2.0.88 → 2.0.89
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 +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -2495,7 +2495,7 @@ import { useMemo as useMemo5 } from "react";
|
|
|
2495
2495
|
// package.json
|
|
2496
2496
|
var package_default = {
|
|
2497
2497
|
name: "@tscircuit/schematic-viewer",
|
|
2498
|
-
version: "2.0.
|
|
2498
|
+
version: "2.0.88",
|
|
2499
2499
|
repository: {
|
|
2500
2500
|
type: "git",
|
|
2501
2501
|
url: "https://github.com/tscircuit/schematic-viewer"
|
|
@@ -2528,7 +2528,7 @@ var package_default = {
|
|
|
2528
2528
|
"react-dom": "^19.1.0",
|
|
2529
2529
|
"react-reconciler": "^0.31.0",
|
|
2530
2530
|
semver: "^7.7.2",
|
|
2531
|
-
tscircuit: "^0.0.
|
|
2531
|
+
tscircuit: "^0.0.2460",
|
|
2532
2532
|
tsup: "^8.3.5",
|
|
2533
2533
|
vite: "^6.0.3"
|
|
2534
2534
|
},
|
|
@@ -2539,8 +2539,8 @@ var package_default = {
|
|
|
2539
2539
|
dependencies: {
|
|
2540
2540
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
2541
2541
|
"@tscircuit/circuit-json-util": "^0.0.108",
|
|
2542
|
-
"circuit-json": "^0.0.
|
|
2543
|
-
"circuit-to-svg": "^0.0.
|
|
2542
|
+
"circuit-json": "^0.0.479",
|
|
2543
|
+
"circuit-to-svg": "^0.0.410",
|
|
2544
2544
|
debug: "^4.4.0",
|
|
2545
2545
|
fflate: "^0.8.3",
|
|
2546
2546
|
"performance-now": "^2.1.0",
|