@rolino/cli 0.3.0 → 0.4.0

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.
package/dist/bin.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runCli
4
- } from "./chunk-7BCIIFUB.js";
4
+ } from "./chunk-VQOMONSS.js";
5
5
 
6
6
  // src/bin.ts
7
7
  void runCli().then(
@@ -285,7 +285,7 @@ import { Command, CommanderError, InvalidArgumentError } from "commander";
285
285
  // package.json
286
286
  var package_default = {
287
287
  name: "@rolino/cli",
288
- version: "0.3.0",
288
+ version: "0.4.0",
289
289
  description: "Agent-friendly command-line interface for Rolino",
290
290
  type: "module",
291
291
  license: "MIT",
@@ -342,9 +342,9 @@ var package_default = {
342
342
  dev: "tsx src/bin.ts"
343
343
  },
344
344
  dependencies: {
345
- "@rolino/contracts": "0.3.0",
346
- "@rolino/local-auth": "0.3.0",
347
- "@rolino/sdk": "0.3.0",
345
+ "@rolino/contracts": "0.4.0",
346
+ "@rolino/local-auth": "0.4.0",
347
+ "@rolino/sdk": "0.4.0",
348
348
  commander: "^15.0.0",
349
349
  open: "^11.0.0"
350
350
  },
@@ -769,7 +769,8 @@ function formatProviderDeliveryOptions(options) {
769
769
  `Checked: ${options.checkedAt}`,
770
770
  `Health: ${options.health.status} (${options.health.code}) ${options.health.message}`,
771
771
  `Post types: ${options.supportedPostTypes.join(", ")}`,
772
- `Images: up to ${options.image.maxItems}; ${options.image.mimeTypes.join(", ")}; under ${options.image.maxPixelsExclusive.toLocaleString()} pixels`
772
+ `Images: up to ${options.image.maxItems}; ${options.image.mimeTypes.join(", ")}; under ${options.image.maxPixelsExclusive.toLocaleString()} pixels`,
773
+ `Video: one ${options.video.mimeTypes.join(", ")}; ${options.video.minDurationMs / 1e3}s to ${options.video.maxDurationMs / 6e4}m; ${options.video.minBytes.toLocaleString()} to ${options.video.maxBytes.toLocaleString()} bytes`
773
774
  ].join("\n");
774
775
  }
775
776
  }
@@ -1957,4 +1958,4 @@ export {
1957
1958
  ROLINO_CLI_VERSION,
1958
1959
  runCli
1959
1960
  };
1960
- //# sourceMappingURL=chunk-7BCIIFUB.js.map
1961
+ //# sourceMappingURL=chunk-VQOMONSS.js.map