Skip to content

@edgehero/pi-dispatch-admin v1.10.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 10:21
· 51 commits to main since this release

A version correction. The setup wizard pins the worker version it installs, and that pin is bolted to the worker's own package.json by an anti-drift test, so it moves whenever the worker does.

1.10.1 of the worker shipped without a matching admin release, which left @edgehero/pi-dispatch-admin@1.10.0 on npm installing a worker one patch behind. This closes that: the wizard now installs @edgehero/pi-dispatch@1.10.2, the version it ships beside.

Nothing else in the console changed. The panel, the tools and the read model are byte-identical to 1.10.0 apart from that pin and a handful of comments naming which environment variables the panel reads and why they are not deployment settings.