hostctl 0.1.44 → 0.1.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4211,7 +4211,7 @@ var ParamMap = class _ParamMap {
4211
4211
  import * as z from "zod";
4212
4212
 
4213
4213
  // src/version.ts
4214
- var version = "0.1.44";
4214
+ var version = "0.1.45";
4215
4215
 
4216
4216
  // src/app.ts
4217
4217
  import { retryUntilDefined } from "ts-retry";