@mixvideo/cli
Advanced tools
+2
-1
@@ -21,4 +21,5 @@ #!/usr/bin/env node | ||
| const files = await (0, import_promises.readdir)((0, import_path.join)(root, "videos")); | ||
| return files[Math.floor(Math.random() * files.length)]; | ||
| const file = files[Math.floor(Math.random() * files.length)]; | ||
| return (0, import_path.join)(root, "videos", file); | ||
| } | ||
| main(); |
+2
-1
@@ -20,4 +20,5 @@ #!/usr/bin/env node | ||
| const files = await readdir(join(root, "videos")); | ||
| return files[Math.floor(Math.random() * files.length)]; | ||
| const file = files[Math.floor(Math.random() * files.length)]; | ||
| return join(root, "videos", file); | ||
| } | ||
| main(); |
+1
-1
| { | ||
| "name": "@mixvideo/cli", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Gemini AI API client library for MixVideo project", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
2756
3.88%46
4.55%