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 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-11 13:04:11 -04:00
parent 8535ab24a2
commit 9e4f24ecd2
1 changed files with 3 additions and 3 deletions

View File

@ -710,9 +710,9 @@ function renderCrm(space: string, activeTab: string, isSubdomain: boolean) {
spaceSlug: space,
modules: getModuleInfoList(),
body: `<folk-crm-view space="${space}"></folk-crm-view>`,
scripts: `<script type="module" src="/modules/rnetwork/folk-crm-view.js?v=2"></script>
<script type="module" src="/modules/rnetwork/folk-delegation-manager.js"></script>
<script type="module" src="/modules/rnetwork/folk-trust-sankey.js"></script>`,
scripts: `<script type="module" src="/modules/rnetwork/folk-crm-view.js?v=3"></script>
<script type="module" src="/modules/rnetwork/folk-delegation-manager.js?v=2"></script>
<script type="module" src="/modules/rnetwork/folk-trust-sankey.js?v=2"></script>`,
styles: `<link rel="stylesheet" href="/modules/rnetwork/network.css">`,
tabs: [...CRM_TABS],
activeTab,