v0.4.2 — Fix mobile bundle crash
Pre-release
Pre-release
Fixes 'failed to load' on Obsidian Mobile by stubbing Node.js built-in modules (child_process, fs, os, path, etc.) before bundle initialization. The SDK and ThreadsView import these at module level, which crashed before any Platform.isMobile check could run. Stubs only activate on mobile — desktop is unaffected.