@tscircuit/core 0.0.546 → 0.0.548
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 +5 -5
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -10696,7 +10696,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
10696
10696
|
var package_default = {
|
|
10697
10697
|
name: "@tscircuit/core",
|
|
10698
10698
|
type: "module",
|
|
10699
|
-
version: "0.0.
|
|
10699
|
+
version: "0.0.546",
|
|
10700
10700
|
types: "dist/index.d.ts",
|
|
10701
10701
|
main: "dist/index.js",
|
|
10702
10702
|
module: "dist/index.js",
|
|
@@ -10719,7 +10719,7 @@ var package_default = {
|
|
|
10719
10719
|
},
|
|
10720
10720
|
devDependencies: {
|
|
10721
10721
|
"@biomejs/biome": "^1.8.3",
|
|
10722
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
10722
|
+
"@tscircuit/capacity-autorouter": "^0.0.93",
|
|
10723
10723
|
"@tscircuit/checks": "^0.0.52",
|
|
10724
10724
|
"@tscircuit/circuit-json-util": "^0.0.50",
|
|
10725
10725
|
"@tscircuit/footprinter": "^0.0.189",
|
|
@@ -10730,7 +10730,7 @@ var package_default = {
|
|
|
10730
10730
|
"@tscircuit/math-utils": "^0.0.18",
|
|
10731
10731
|
"@tscircuit/props": "^0.0.251",
|
|
10732
10732
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
10733
|
-
"@tscircuit/schematic-corpus": "^0.0.
|
|
10733
|
+
"@tscircuit/schematic-corpus": "^0.0.50",
|
|
10734
10734
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
10735
10735
|
"@tscircuit/simple-3d-svg": "^0.0.6",
|
|
10736
10736
|
"@types/bun": "^1.2.16",
|
|
@@ -10738,8 +10738,8 @@ var package_default = {
|
|
|
10738
10738
|
"@types/react": "^19.0.1",
|
|
10739
10739
|
"@types/react-dom": "^19.0.2",
|
|
10740
10740
|
"@types/react-reconciler": "^0.28.9",
|
|
10741
|
-
"bpc-graph": "^0.0.
|
|
10742
|
-
"bun-match-svg": "0.0.
|
|
10741
|
+
"bpc-graph": "^0.0.50",
|
|
10742
|
+
"bun-match-svg": "0.0.12",
|
|
10743
10743
|
"calculate-elbow": "^0.0.5",
|
|
10744
10744
|
"chokidar-cli": "^3.0.0",
|
|
10745
10745
|
"circuit-json": "^0.0.215",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.548",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@biomejs/biome": "^1.8.3",
|
|
27
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
27
|
+
"@tscircuit/capacity-autorouter": "^0.0.93",
|
|
28
28
|
"@tscircuit/checks": "^0.0.52",
|
|
29
29
|
"@tscircuit/circuit-json-util": "^0.0.50",
|
|
30
30
|
"@tscircuit/footprinter": "^0.0.189",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@tscircuit/math-utils": "^0.0.18",
|
|
36
36
|
"@tscircuit/props": "^0.0.251",
|
|
37
37
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
38
|
-
"@tscircuit/schematic-corpus": "^0.0.
|
|
38
|
+
"@tscircuit/schematic-corpus": "^0.0.50",
|
|
39
39
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
40
40
|
"@tscircuit/simple-3d-svg": "^0.0.6",
|
|
41
41
|
"@types/bun": "^1.2.16",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"@types/react": "^19.0.1",
|
|
44
44
|
"@types/react-dom": "^19.0.2",
|
|
45
45
|
"@types/react-reconciler": "^0.28.9",
|
|
46
|
-
"bpc-graph": "^0.0.
|
|
47
|
-
"bun-match-svg": "0.0.
|
|
46
|
+
"bpc-graph": "^0.0.50",
|
|
47
|
+
"bun-match-svg": "0.0.12",
|
|
48
48
|
"calculate-elbow": "^0.0.5",
|
|
49
49
|
"chokidar-cli": "^3.0.0",
|
|
50
50
|
"circuit-json": "^0.0.215",
|