hostctl 0.1.34 → 0.1.35

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.
@@ -3892,7 +3892,7 @@ var ParamMap = class _ParamMap {
3892
3892
  };
3893
3893
 
3894
3894
  // src/version.ts
3895
- var version = "0.1.34";
3895
+ var version = "0.1.35";
3896
3896
 
3897
3897
  // src/app.ts
3898
3898
  import { retryUntilDefined } from "ts-retry";