Releases: junobuild/cli
Releases · junobuild/cli
v0.6.7
v0.6.6
Build
- Bump latest Zod.
v0.6.5
Features
- Use and get list of controllers with an update call on upgrade
--reset
.
Build
- Inherit Zod v4.
v0.6.4
v0.6.3
Fix
- "the input device is not a TTY" when running
juno dev start
in headless context
v0.6.2
Build
- Use latest Juno JS dependencies.
v0.6.1
Features
- Print "Invalid configuration" when the
emulator
config does not match the expected schema.
v0.6.0
Features
- Replaced usage of
docker compose
withdocker run
injuno dev start
. - Removed unused
docker-compose.yml
templates. - Introduced support for custom
emulator
configurations defined injuno.config
.
v0.5.4
Fix
- Incorrect release path for WASM lookup on
juno dev build
. Issue introduced in v0.5.3.
v0.5.3
Fix
error: manifest path
/juno/src/sputnik/Cargo.tomldoes not exist
- thrown when unused onjuno dev build
.