vatts 2.2.4 → 2.2.5

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.
@@ -74,7 +74,6 @@ function initializeClient() {
74
74
  console.warn('[Vatts] Warning during unmount:', e);
75
75
  }
76
76
  }
77
- console.log(window.__VATTS_COMPONENTS__, initialData);
78
77
  // Cria a instância do Vue
79
78
  const app = (0, vue_1.createApp)(App_vue_1.default, {
80
79
  componentMap,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vatts",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
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
6
  "author": "mfraz",