This commit is contained in:
Aiden McClelland
2026-02-02 17:36:44 -07:00
parent 4e5e5c926e
commit 82c0a64a1a
7 changed files with 51 additions and 10 deletions

View File

@@ -67,7 +67,7 @@ import {
import { getOwnServiceInterfaces } from "../../base/lib/util/getServiceInterfaces"
import { Volumes, createVolumes } from "./util/Volume"
export const OSVersion = testTypeVersion("0.4.0-alpha.18")
export const OSVersion = testTypeVersion("0.4.0-alpha.19")
// prettier-ignore
type AnyNeverCond<T extends any[], Then, Else> =