@tscircuit/rectdiff 0.0.11 → 0.0.12
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
|
@@ -1905,7 +1905,7 @@ var GapFillSolverPipeline = class extends BasePipelineSolver2 {
|
|
|
1905
1905
|
}
|
|
1906
1906
|
),
|
|
1907
1907
|
definePipelineStep(
|
|
1908
|
-
"
|
|
1908
|
+
"expandEdgesToEmptySpaceSolver",
|
|
1909
1909
|
ExpandEdgesToEmptySpaceSolver,
|
|
1910
1910
|
(gapFillPipeline) => [
|
|
1911
1911
|
{
|