rtgl 0.0.11-rc22 → 0.0.11-rc24

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/cli.js +3 -1
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -1,3 +1,5 @@
1
+ #!/usr/bin/env node
2
+
1
3
  import { build, scaffold, watch, examples } from "@rettangoli/fe/cli";
2
4
  import { generate, report, accept } from "@rettangoli/vt/cli";
3
5
  import { buildSite, watchSite, screenshotCommand } from "@rettangoli/sites/cli";
@@ -250,7 +252,7 @@ sitesCommand
250
252
  outputPath: options.outputPath,
251
253
  });
252
254
  console.log("Build completed successfully!");
253
-
255
+
254
256
  // If screenshots option is enabled, run screenshot command
255
257
  if (options.screenshots) {
256
258
  console.log("Capturing screenshots...");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rtgl",
3
- "version": "0.0.11-rc22",
3
+ "version": "0.0.11-rc24",
4
4
  "description": "CLI tool for Rettangoli - A frontend framework and development toolkit",
5
5
  "type": "module",
6
6
  "bin": {
@@ -47,7 +47,7 @@
47
47
  "dependencies": {
48
48
  "commander": "^14.0.0",
49
49
  "js-yaml": "^4.1.0",
50
- "@rettangoli/fe": "0.0.7-rc14",
50
+ "@rettangoli/fe": "0.0.7-rc15",
51
51
  "@rettangoli/sites": "0.2.0-rc7",
52
52
  "@rettangoli/vt": "0.0.2-rc3",
53
53
  "@rettangoli/ui": "0.1.2-rc33"