v0.5.2
v0.5.2 — Hotfix
🐛 Fix
- Plugin load crash on BRAT install — SDK
0.2.141introduced acreateRequire(import.meta.url)call at module init time that resolves toundefinedin Obsidian's plugin loader, crashing the plugin before it opens. Pinned back to0.2.132(the version used in v0.5.0) and lockedpackage-lock.jsonto prevent future drift.
If you were on v0.5.1 and BRAT disabled your plugin, install v0.5.2 and it should load normally again.