tutorial-forge-cli 0.2.0 → 0.2.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.
- package/dist/main.js +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -19,7 +19,7 @@ if (existsSync(envFile)) {
|
|
|
19
19
|
}
|
|
20
20
|
const program = new Command('tutorial-forge')
|
|
21
21
|
.description('tutorial-forge — scripted Playwright walkthroughs to narrated tutorial videos')
|
|
22
|
-
.version('0.2.
|
|
22
|
+
.version('0.2.1');
|
|
23
23
|
program
|
|
24
24
|
.command('render')
|
|
25
25
|
.description('render tutorials to MP4')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tutorial-forge-cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "CLI for tutorial-forge: render scripted Playwright walkthroughs into narrated tutorial videos",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"commander": "^13.0.0",
|
|
32
32
|
"jiti": "^2.4.0",
|
|
33
33
|
"tinyglobby": "^0.2.10",
|
|
34
|
-
"tutorial-forge": "0.2.
|
|
34
|
+
"tutorial-forge": "0.2.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"playwright": "^1.59.0"
|