@vosjs/cli 0.14.0 → 0.15.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/{chunk-MMKDYE57.js → chunk-HGLKXIXH.js} +166 -25
- package/dist/chunk-HGLKXIXH.js.map +1 -0
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{run-R5P44XNR.js → run-37GVK3VS.js} +2 -2
- package/package.json +4 -4
- package/dist/chunk-MMKDYE57.js.map +0 -1
- /package/dist/{run-R5P44XNR.js.map → run-37GVK3VS.js.map} +0 -0
package/dist/cli.js
CHANGED
|
@@ -495,7 +495,7 @@ async function cmdCheck(argv) {
|
|
|
495
495
|
return result.ok ? EXIT_OK : EXIT_ERROR;
|
|
496
496
|
}
|
|
497
497
|
async function delegate(argv, viaAlias = false) {
|
|
498
|
-
const { run } = await import("./run-
|
|
498
|
+
const { run } = await import("./run-37GVK3VS.js");
|
|
499
499
|
if (viaAlias && argv[0]) {
|
|
500
500
|
process.stderr.write(
|
|
501
501
|
`note: "vos voila ${argv[0]}" is now "vos ${argv[0]}".
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vosjs/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"description": "The vos CLI: record the real product from a scripted browser flow, auto-zoom from the cursor track, cut as data in doc.json, render deterministic video and stills, deliver a release's media per destination spec, and sync with vos.so. One binary, every verb, MIT.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"@vosjs/core": "^0.23.2",
|
|
52
52
|
"@vosjs/editor": "^1.3.1",
|
|
53
53
|
"@vosjs/elements": "^0.8.1",
|
|
54
|
-
"@vosjs/shared": "^0.4.1",
|
|
55
54
|
"@vosjs/render-core": "^0.2.1",
|
|
55
|
+
"@vosjs/shared": "^0.4.1",
|
|
56
56
|
"@vosjs/studio-core": "^0.5.0",
|
|
57
|
-
"@vosjs/
|
|
58
|
-
"@vosjs/
|
|
57
|
+
"@vosjs/timeline": "^0.4.1",
|
|
58
|
+
"@vosjs/tween": "^0.8.2"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@types/node": "^22",
|