-
released this
2026-05-09 15:19:17 +02:00 | 217 commits to main since this releaseTypeScript HeadersInit Type Fix
vue-tsc failed to compile dashboard during Docker build.
Error:
- authHeader()/authH()/auth() returned inferred type union: { Authorization: string } | {}
- TypeScript could not assign this to HeadersInit parameter in fetch() calls
- npm run build failed with TS2322 across ProvidersView, SettingsView, AgentsView, ConversationsView, PluginsView
Fix:
- Added explicit return type Record<string, string> to all 5 auth helper functions
- TypeScript can now verify the union always satisfies HeadersInit
Followup to v1.7.2-dev through v1.7.8-dev.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads