@argo-video/cli 0.7.0 → 0.7.1

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@ Write a demo script with Playwright. Add a voiceover manifest. Run one command.
20
20
  ## Showcase
21
21
 
22
22
  [Watch the demo video](
23
- https://gist.github.com/user-attachments/assets/57c877b7-fc53-4c92-968d-707ee63b2fec)
23
+ https://gist.github.com/user-attachments/assets/76c8cae7-b11f-4315-9189-213760f830ba)
24
24
 
25
25
  > *This demo was recorded by Argo, using Argo. Yes, really.*
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@argo-video/cli",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Turn Playwright demo scripts into polished product demo videos with AI voiceover",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",