From 161bede8db4719908ce218e1ac4f7f4e87ccb628 Mon Sep 17 00:00:00 2001 From: coderiaser Date: Sun, 24 May 2026 22:24:54 +0300 Subject: [PATCH] fix: client: menu: @putout/bundle@5.5. --- client/cloudcmd.js | 2 +- html/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cloudcmd.js b/client/cloudcmd.js index 688d97b7..f2416fd4 100644 --- a/client/cloudcmd.js +++ b/client/cloudcmd.js @@ -36,7 +36,7 @@ async function init(config) { if (globalThis.CloudCmd.config('menu') === 'aleman') setTimeout(() => { import('https://esm.sh/@putout/processor-html'); - import('https://esm.sh/@putout/bundle'); + import('https://esm.sh/@putout/bundle@5.5'); }, 100); } diff --git a/html/index.html b/html/index.html index 0b7ea9ad..d366ed1c 100644 --- a/html/index.html +++ b/html/index.html @@ -44,7 +44,7 @@