-
0.7.1 Stable
released this
2026-07-24 11:07:58 +00:00 | 15 commits to main since this releaseFixed
- Removed an unnecessary type assertion in the settings tab, flagged by the community-store
review (no-unnecessary-type-assertion,SettingsTab.ts).SettingDefinition.action
already carries the asserted signature after thetypeof === 'function'guard.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Removed an unnecessary type assertion in the settings tab, flagged by the community-store