v0.2.3 Core tier 10/5/5 split + dynamic health version

This commit is contained in:
local
2026-05-11 21:53:50 -05:00
parent 07fe14010c
commit 6797aae404
8 changed files with 138 additions and 15 deletions
+3 -2
View File
@@ -3,8 +3,9 @@ import { v_0_1_0 } from './v0.1.0'
import { v_0_2_0 } from './v0.2.0'
import { v_0_2_1 } from './v0.2.1'
import { v_0_2_2 } from './v0.2.2'
import { v_0_2_3 } from './v0.2.3'
export const versionGraph = VersionGraph.of({
current: v_0_2_2,
other: [v_0_2_1, v_0_2_0, v_0_1_0],
current: v_0_2_3,
other: [v_0_2_2, v_0_2_1, v_0_2_0, v_0_1_0],
})