From d535fe471e61bde09e89ee1b535be5ab44a926f7 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sun, 26 Apr 2026 07:34:17 +0200 Subject: [PATCH] feat: bump Juno modules as released in v76 --- modules.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/modules.json b/modules.json index 54db10f..643ea83 100644 --- a/modules.json +++ b/modules.json @@ -13,42 +13,42 @@ ] }, "mission_control": { - "commit": "2b01c3a7de22c691f102ec43bbd1c72d31bfcd67", + "commit": "03445d0d232aa6eabcb2ec1e760e566cf81d167d", "repo": "https://github.com/junobuild/juno", - "url": "https://cdn.juno.build/releases/mission_control-v0.1.2.wasm.gz", + "url": "https://cdn.juno.build/releases/mission_control-v0.1.3.wasm.gz", "candid": [ { - "url": "https://github.com/junobuild/juno/releases/download/v0.0.61/mission_control.did" + "url": "https://github.com/junobuild/juno/releases/download/v0.0.76/mission_control.did" } ] }, "orbiter": { - "commit": "2b01c3a7de22c691f102ec43bbd1c72d31bfcd67", + "commit": "03445d0d232aa6eabcb2ec1e760e566cf81d167d", "repo": "https://github.com/junobuild/juno", - "url": "https://cdn.juno.build/releases/orbiter-v0.2.3.wasm.gz", + "url": "https://cdn.juno.build/releases/orbiter-v0.2.4.wasm.gz", "candid": [ { - "url": "https://github.com/junobuild/juno/releases/download/v0.0.61/orbiter.did" + "url": "https://github.com/junobuild/juno/releases/download/v0.0.76/orbiter.did" } ] }, "console": { - "commit": "5c6e174044b8c5fbb950765d341f5b22892b7853", + "commit": "03445d0d232aa6eabcb2ec1e760e566cf81d167d", "repo": "https://github.com/junobuild/juno", - "url": "https://github.com/junobuild/juno/releases/download/v0.0.72/console-v0.4.2.wasm.gz", + "url": "https://github.com/junobuild/juno/releases/download/v0.0.76/console-v0.4.3.wasm.gz", "candid": [ { - "url": "https://github.com/junobuild/juno/releases/download/v0.0.72/console.did" + "url": "https://github.com/junobuild/juno/releases/download/v0.0.76/console.did" } ] }, "observatory": { - "commit": "4f31b80665d96bfa4f2bfe2929da2c7ec2fc7643", + "commit": "03445d0d232aa6eabcb2ec1e760e566cf81d167d", "repo": "https://github.com/junobuild/juno", - "url": "https://github.com/junobuild/juno/releases/download/v0.0.69/observatory-v0.5.1.wasm.gz", + "url": "https://github.com/junobuild/juno/releases/download/v0.0.76/observatory-v0.5.2.wasm.gz", "candid": [ { - "url": "https://github.com/junobuild/juno/releases/download/v0.0.69/observatory.did" + "url": "https://github.com/junobuild/juno/releases/download/v0.0.76/observatory.did" } ] }