@vosjs/cli 0.21.0 → 0.22.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/README.md +1 -1
- package/dist/{chunk-4IWHZBIY.js → chunk-CRZTGWF3.js} +33 -6
- package/dist/chunk-CRZTGWF3.js.map +1 -0
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{run-7AOC4JUE.js → run-IRE2RO5J.js} +2 -2
- package/package.json +4 -4
- package/schema/doc.schema.json +4 -0
- package/dist/chunk-4IWHZBIY.js.map +0 -1
- /package/dist/{run-7AOC4JUE.js.map → run-IRE2RO5J.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-IRE2RO5J.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.22.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",
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"mediabunny": "^1.55.7",
|
|
50
50
|
"playwright": "^1.49.0",
|
|
51
|
-
"@vosjs/core": "^0.23.6",
|
|
52
51
|
"@vosjs/editor": "^1.3.1",
|
|
53
|
-
"@vosjs/render-core": "^0.2.4",
|
|
54
52
|
"@vosjs/elements": "^0.8.1",
|
|
53
|
+
"@vosjs/core": "^0.23.6",
|
|
54
|
+
"@vosjs/render-core": "^0.2.4",
|
|
55
55
|
"@vosjs/shared": "^0.4.1",
|
|
56
|
-
"@vosjs/studio-core": "^0.
|
|
56
|
+
"@vosjs/studio-core": "^0.13.0",
|
|
57
57
|
"@vosjs/tween": "^0.8.2",
|
|
58
58
|
"@vosjs/timeline": "^0.4.1"
|
|
59
59
|
},
|
package/schema/doc.schema.json
CHANGED
|
@@ -1327,6 +1327,10 @@
|
|
|
1327
1327
|
}
|
|
1328
1328
|
},
|
|
1329
1329
|
"description": "re-record tie to a step (vos plan --reuse resolves it against the new take's steps and it wins over the step map); `at` stays the truth"
|
|
1330
|
+
},
|
|
1331
|
+
"from": {
|
|
1332
|
+
"type": "string",
|
|
1333
|
+
"description": "the template (a vos id, or 'endcard') that placed it, the clips' `from`: a re-apply replaces it, a loop drops it"
|
|
1330
1334
|
}
|
|
1331
1335
|
},
|
|
1332
1336
|
"additionalProperties": false
|