@vosjs/cli 0.5.1 → 0.5.2
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vosjs/cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Command line for the vos programmatic video engine — render deterministic videos and stills from vos configs, headlessly, from your terminal or an AI agent.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"sideEffects": false,
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"playwright": "^1.49.0",
|
|
45
|
-
"@vosjs/core": "^0.
|
|
46
|
-
"@vosjs/elements": "^0.
|
|
45
|
+
"@vosjs/core": "^0.12.0",
|
|
46
|
+
"@vosjs/elements": "^0.4.0",
|
|
47
47
|
"@vosjs/tween": "^0.7.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|