vatts 2.2.3 → 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.
package/dist/vue/App.vue CHANGED
@@ -132,7 +132,6 @@ const updateRoute = () => {
132
132
  const match = findRouteForPath(currentPath);
133
133
  if (match) {
134
134
  CurrentPageComponent.value = props.componentMap[match.componentPath];
135
- console.log(props.componentMap[match.componentPath] || 'null')
136
135
  params.value = match.params;
137
136
 
138
137
  if (match.metadata?.title != null) {
@@ -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.3",
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",