@vosjs/cli 0.17.1 → 0.17.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vosjs/cli",
3
- "version": "0.17.1",
3
+ "version": "0.17.2",
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.27.3",
50
50
  "playwright": "^1.49.0",
51
- "@vosjs/core": "^0.23.2",
52
51
  "@vosjs/editor": "^1.3.1",
52
+ "@vosjs/core": "^0.23.3",
53
53
  "@vosjs/elements": "^0.8.1",
54
54
  "@vosjs/render-core": "^0.2.1",
55
55
  "@vosjs/shared": "^0.4.1",
56
- "@vosjs/studio-core": "^0.8.0",
56
+ "@vosjs/studio-core": "^0.9.0",
57
57
  "@vosjs/timeline": "^0.4.1",
58
58
  "@vosjs/tween": "^0.8.2"
59
59
  },