From 9e4f24ecd2f80e299184ccf31b5ba8f328b41363 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sat, 11 Apr 2026 13:04:11 -0400 Subject: [PATCH] fix(rnetwork): bump JS cache versions for CRM delegation components Bust Cloudflare CDN cache after Sankey visualization overhaul. Co-Authored-By: Claude Opus 4.6 --- modules/rnetwork/mod.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/rnetwork/mod.ts b/modules/rnetwork/mod.ts index e28ab239..bbe8e2bd 100644 --- a/modules/rnetwork/mod.ts +++ b/modules/rnetwork/mod.ts @@ -710,9 +710,9 @@ function renderCrm(space: string, activeTab: string, isSubdomain: boolean) { spaceSlug: space, modules: getModuleInfoList(), body: ``, - scripts: ` - -`, + scripts: ` + +`, styles: ``, tabs: [...CRM_TABS], activeTab,