clawfire 0.3.0 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawfire",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "AI-First Firebase app framework — Speak. Build. Deploy.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -166,8 +166,7 @@
166
166
  loadTodos();
167
167
  }
168
168
 
169
- // Initialize on load and on SPA navigation
169
+ // Initialize SPA router re-executes scripts on navigation, so no need for clawfire:navigate listener
170
170
  init();
171
- document.addEventListener('clawfire:navigate', init);
172
171
  })();
173
172
  </script>