diff --git a/src/index.ts b/src/index.ts index 17b58bd..f3e95e9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,6 +5,7 @@ import { cli, ClientInfo, CLIError, Flags } from "./cli"; export { CLIError, ExecutionError, + semverToInt, ValidationError, ValidationErrorType, } from "./cli";