vatts 1.2.0 → 1.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/bin/vatts.js CHANGED
@@ -100,6 +100,7 @@ program
100
100
  .option('--ssl', 'Activates HTTPS/SSL mode')
101
101
  .option('--http-redirect-port <number>', 'Port for HTTP->HTTPS redirection', '80')
102
102
  .action((options) => {
103
+ process.env.NODE_ENV = 'production';
103
104
  initializeApp(options, false);
104
105
  });
105
106
  program
@@ -368,4 +368,3 @@ async function render({ req, res, route, params, allRoutes }) {
368
368
  throw err;
369
369
  }
370
370
  }
371
- // --- Componente de Tela de Building (Substituto do getBuildingHTML) ---
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "vatts",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Vatts.js is a high-level framework for building web applications with ease and speed. It provides a robust set of tools and features to streamline development and enhance productivity.",
5
5
  "types": "dist/index.d.ts",
6
- "author": "itsmuzin",
6
+ "author": "mfraz",
7
7
  "license": "Apache-2.0",
8
8
  "keywords": [
9
9
  "vattsjs",