From 46788b2de313a18de70f051424c9a7ab638786a7 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Fri, 30 Jan 2026 13:55:56 +0100 Subject: [PATCH] build: bump console and observatory --- modules.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules.json b/modules.json index 8622c11..d2e1997 100644 --- a/modules.json +++ b/modules.json @@ -43,22 +43,22 @@ ] }, "console": { - "commit": "51552a5aa878f0235215625bd42eaa3eec9754ac", + "commit": "afee34d36ce7e25b556afa352ae44b4ad7aa7e8b", "repo": "https://github.com/junobuild/juno", - "url": "https://github.com/junobuild/juno/releases/download/v0.0.65/console-v0.3.1.wasm.gz", + "url": "https://github.com/junobuild/juno/releases/download/v0.0.67/console-v0.4.0.wasm.gz", "candid": [ { - "url": "https://github.com/junobuild/juno/releases/download/v0.0.65/console.did" + "url": "https://github.com/junobuild/juno/releases/download/v0.0.67/console.did" } ] }, "observatory": { - "commit": "39bfd2d180dd0b281353805294265485754eedd6", + "commit": "afee34d36ce7e25b556afa352ae44b4ad7aa7e8b", "repo": "https://github.com/junobuild/juno", - "url": "https://github.com/junobuild/juno/releases/download/v0.0.63/observatory-v0.3.0.wasm.gz", + "url": "https://github.com/junobuild/juno/releases/download/v0.0.67/observatory-v0.5.0.wasm.gz", "candid": [ { - "url": "https://github.com/junobuild/juno/releases/download/v0.0.63/observatory.did" + "url": "https://github.com/junobuild/juno/releases/download/v0.0.67/observatory.did" } ] },