@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
- "expandEdgesToEmptySpace",
1908
+ "expandEdgesToEmptySpaceSolver",
1909
1909
  ExpandEdgesToEmptySpaceSolver,
1910
1910
  (gapFillPipeline) => [
1911
1911
  {
@@ -31,7 +31,7 @@ export class GapFillSolverPipeline extends BasePipelineSolver<{
31
31
  },
32
32
  ),
33
33
  definePipelineStep(
34
- "expandEdgesToEmptySpace",
34
+ "expandEdgesToEmptySpaceSolver",
35
35
  ExpandEdgesToEmptySpaceSolver,
36
36
  (gapFillPipeline: GapFillSolverPipeline) => [
37
37
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/rectdiff",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {