@tscircuit/copper-pour-solver 0.0.20 → 0.0.22

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -293,6 +293,7 @@ var CopperPourPipelineSolver = class extends BasePipelineSolver {
293
293
  super(input);
294
294
  this.input = input;
295
295
  }
296
+ input;
296
297
  pipelineDef = [];
297
298
  getSolverName() {
298
299
  return "CopperPourPipelineSolver";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/copper-pour-solver",
3
3
  "main": "dist/index.js",
4
- "version": "0.0.20",
4
+ "version": "0.0.22",
5
5
  "scripts": {
6
6
  "format": "biome format . --write",
7
7
  "format:check": "biome format .",