Dan Rose
Dan Rose
Previously `npx @serialport/list` and `npx @serialport/terminal` would crash as they would search the local filesystem for package.json to find the version. Now these tools print the correct version. Fixes #2972
Remove unused dependency `chai-subset`. chai-subset was preventing the build from succeeding. It was unused and its functionality is now built into chai.
**Is your feature request related to a problem? Please describe.** Operator ranges are ambiguous. E.g. ```console > proto pin npm '>10, 11, 11 AND 10 AND 11) AND (10) AND...
**Describe the bug** When specifying a version using the comparator operators ``, the output is messed up. **Steps to reproduce** ```console > proto pin npm '11.5' │ SUCCESS │ Pinned...
When writing a geotiff `writeGeotiff` [always adds a `ModelPixelScale`](https://github.com/geotiffjs/geotiff.js/blob/c0c5f76818983a6d7ce515e0f57770c794b8e99a/src/geotiffwriter.js#L404-L407) even if a `ModelTransformation` is present. This results in a nonconforming output file. [Per spec](https://docs.ogc.org/is/19-008r4/19-008r4.html#_geotiff_tags_for_coordinate_transformations): > The next two tags ModelPixelScaleTag...
Infer ARM version from current architecture (arm64 -> 8) or not at all. The previous logic prevents cross-compilation for a 32-bit ARM from a 64-bit. Fixes #76
On Windows with latest release of Trealla built for WASM (v2.68.20) wasmtime 32.0.0 (d3054950c 2025-04-21) ```console > wasmtime run .\tpl.wasm ?- 1=X X = 1. Error: failed to run main...
work in progress. I'm still a bit confused.