@tscircuit/core 0.0.679 → 0.0.681
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 +9 -4
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -8613,7 +8613,12 @@ function Group_doInitialSchematicLayoutMatchPack(group) {
|
|
|
8613
8613
|
}
|
|
8614
8614
|
debug5("Converting circuit tree to InputProblem...");
|
|
8615
8615
|
const inputProblem = convertTreeToInputProblem(tree, db, group);
|
|
8616
|
-
debug5
|
|
8616
|
+
if (debug5.enabled) {
|
|
8617
|
+
global.debugOutputs?.add(
|
|
8618
|
+
`matchpack-input-problem-${group.name}`,
|
|
8619
|
+
JSON.stringify(inputProblem, null, 2)
|
|
8620
|
+
);
|
|
8621
|
+
}
|
|
8617
8622
|
const solver = new LayoutPipelineSolver(inputProblem);
|
|
8618
8623
|
debug5("Starting LayoutPipelineSolver...");
|
|
8619
8624
|
if (debug5.enabled && global.debugGraphics) {
|
|
@@ -13995,7 +14000,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
13995
14000
|
var package_default = {
|
|
13996
14001
|
name: "@tscircuit/core",
|
|
13997
14002
|
type: "module",
|
|
13998
|
-
version: "0.0.
|
|
14003
|
+
version: "0.0.680",
|
|
13999
14004
|
types: "dist/index.d.ts",
|
|
14000
14005
|
main: "dist/index.js",
|
|
14001
14006
|
module: "dist/index.js",
|
|
@@ -14031,7 +14036,7 @@ var package_default = {
|
|
|
14031
14036
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
14032
14037
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
14033
14038
|
"@tscircuit/log-soup": "^1.0.2",
|
|
14034
|
-
"@tscircuit/matchpack": "^0.0.
|
|
14039
|
+
"@tscircuit/matchpack": "^0.0.12",
|
|
14035
14040
|
"@tscircuit/math-utils": "^0.0.18",
|
|
14036
14041
|
"@tscircuit/miniflex": "^0.0.4",
|
|
14037
14042
|
"@tscircuit/props": "0.0.289",
|
|
@@ -14089,7 +14094,7 @@ var package_default = {
|
|
|
14089
14094
|
dependencies: {
|
|
14090
14095
|
"@flatten-js/core": "^1.6.2",
|
|
14091
14096
|
"@lume/kiwi": "^0.4.3",
|
|
14092
|
-
"calculate-packing": "0.0.
|
|
14097
|
+
"calculate-packing": "0.0.31",
|
|
14093
14098
|
"css-select": "5.1.0",
|
|
14094
14099
|
"format-si-unit": "^0.0.3",
|
|
14095
14100
|
nanoid: "^5.0.7",
|
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.681",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
38
38
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
39
39
|
"@tscircuit/log-soup": "^1.0.2",
|
|
40
|
-
"@tscircuit/matchpack": "^0.0.
|
|
40
|
+
"@tscircuit/matchpack": "^0.0.12",
|
|
41
41
|
"@tscircuit/math-utils": "^0.0.18",
|
|
42
42
|
"@tscircuit/miniflex": "^0.0.4",
|
|
43
43
|
"@tscircuit/props": "0.0.289",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"dependencies": {
|
|
96
96
|
"@flatten-js/core": "^1.6.2",
|
|
97
97
|
"@lume/kiwi": "^0.4.3",
|
|
98
|
-
"calculate-packing": "0.0.
|
|
98
|
+
"calculate-packing": "0.0.31",
|
|
99
99
|
"css-select": "5.1.0",
|
|
100
100
|
"format-si-unit": "^0.0.3",
|
|
101
101
|
"nanoid": "^5.0.7",
|