rtgl 0.0.18 → 0.0.20
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/cli.js +1 -1
- package/package.json +3 -3
package/cli.js
CHANGED
|
@@ -195,7 +195,7 @@ vtCommand
|
|
|
195
195
|
.command("generate")
|
|
196
196
|
.description("Generate visualizations")
|
|
197
197
|
.option("--skip-screenshots", "Skip screenshot generation")
|
|
198
|
-
.option("--screenshot-wait-time <time>", "Wait time between screenshots",
|
|
198
|
+
.option("--screenshot-wait-time <time>", "Wait time between screenshots",parseInt, 0)
|
|
199
199
|
.action((options) => {
|
|
200
200
|
const config = readConfig();
|
|
201
201
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rtgl",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20",
|
|
4
4
|
"description": "CLI tool for Rettangoli - A frontend framework and development toolkit",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"js-yaml": "^4.1.0",
|
|
50
50
|
"@rettangoli/fe": "0.0.11",
|
|
51
51
|
"@rettangoli/sites": "0.2.2",
|
|
52
|
-
"@rettangoli/vt": "0.0.
|
|
53
|
-
"@rettangoli/ui": "0.1.
|
|
52
|
+
"@rettangoli/vt": "0.0.5",
|
|
53
|
+
"@rettangoli/ui": "0.1.23"
|
|
54
54
|
}
|
|
55
55
|
}
|