biscuitboard 1.0.12 → 1.0.14

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -389,7 +389,7 @@ exactly without triangle boundaries or nearest-neighbor membership changes.
389
389
 
390
390
  The control points and affine baseline are generated from
391
391
  [`lib/coordinate_map/via-coordinate-map.csv`](./lib/coordinate_map/via-coordinate-map.csv)
392
- with `bun run generate:lens-calibration`. The current CSV fit uses all 51 points
392
+ with `bun run generate:lens-calibration`. The current CSV fit uses all 56 points
393
393
  and has effectively zero residual at those calibration coordinates. Every
394
394
  control point participates in the weighted blend, so the correction remains
395
395
  continuous inside and outside the measured region as more CSV rows are added.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "biscuitboard",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "description": "Prefabricated copper-clad board wrappers and fixed-via autorouting for tscircuit",
5
5
  "license": "MIT",
6
6
  "type": "module",