utilitas 1999.1.56 → 1999.1.58

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/README.md CHANGED
@@ -271,7 +271,7 @@ Works in Node.js and modern browsers.
271
271
  | default | AsyncFunction | options |
272
272
  | generateImage | AsyncFunction | prompt, options |
273
273
  | generateVideo | AsyncFunction | prompt, options |
274
- | getGeminiVideo | AsyncFunction | jobId |
274
+ | getGeminiVideo | AsyncFunction | jobId, accessToken |
275
275
  | init | AsyncFunction | options |
276
276
 
277
277
  ### [horizon](./lib/horizon.mjs)
@@ -324,6 +324,7 @@ Works in Node.js and modern browsers.
324
324
  | symbol | type | params / value |
325
325
  | :--- | :--- | :--- |
326
326
  | default | AsyncFunction | command, options |
327
+ | assertCommand | Function | command |
327
328
  | assertExist | AsyncFunction | bin, er, code |
328
329
  | exec | AsyncFunction | command, options |
329
330
  | exist | Function | bin |