@tscircuit/core 0.0.655 → 0.0.656
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 +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -9645,7 +9645,7 @@ function createSchematicTraceSolverInputProblem(group) {
|
|
|
9645
9645
|
directConnections,
|
|
9646
9646
|
netConnections,
|
|
9647
9647
|
availableNetLabelOrientations,
|
|
9648
|
-
maxMspPairDistance:
|
|
9648
|
+
maxMspPairDistance: 5
|
|
9649
9649
|
};
|
|
9650
9650
|
return {
|
|
9651
9651
|
inputProblem,
|
|
@@ -13729,7 +13729,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
13729
13729
|
var package_default = {
|
|
13730
13730
|
name: "@tscircuit/core",
|
|
13731
13731
|
type: "module",
|
|
13732
|
-
version: "0.0.
|
|
13732
|
+
version: "0.0.655",
|
|
13733
13733
|
types: "dist/index.d.ts",
|
|
13734
13734
|
main: "dist/index.js",
|
|
13735
13735
|
module: "dist/index.js",
|
|
@@ -13771,7 +13771,7 @@ var package_default = {
|
|
|
13771
13771
|
"@tscircuit/props": "^0.0.287",
|
|
13772
13772
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
13773
13773
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
13774
|
-
"@tscircuit/schematic-trace-solver": "^0.0.
|
|
13774
|
+
"@tscircuit/schematic-trace-solver": "^0.0.23",
|
|
13775
13775
|
"@tscircuit/simple-3d-svg": "^0.0.38",
|
|
13776
13776
|
"@types/bun": "^1.2.16",
|
|
13777
13777
|
"@types/debug": "^4.1.12",
|
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.656",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@tscircuit/props": "^0.0.287",
|
|
44
44
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
45
45
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
46
|
-
"@tscircuit/schematic-trace-solver": "^0.0.
|
|
46
|
+
"@tscircuit/schematic-trace-solver": "^0.0.23",
|
|
47
47
|
"@tscircuit/simple-3d-svg": "^0.0.38",
|
|
48
48
|
"@types/bun": "^1.2.16",
|
|
49
49
|
"@types/debug": "^4.1.12",
|