0.4.0-alpha.8 (#2975)

This commit is contained in:
Aiden McClelland
2025-07-08 12:28:21 -06:00
committed by GitHub
parent 7ba66c419a
commit 46c8be63a7
8 changed files with 56 additions and 15 deletions

View File

@@ -60,7 +60,7 @@ import {
setupOnUninit,
} from "../../base/lib/inits"
export const OSVersion = testTypeVersion("0.4.0-alpha.7")
export const OSVersion = testTypeVersion("0.4.0-alpha.8")
// prettier-ignore
type AnyNeverCond<T extends any[], Then, Else> =