You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(winget): align API with official REST Source spec v1.9.0
- Fix search SQL performance by creating missing indexes on tags_map and commands_map
- Fix nested Inclusions/Filters structure in search request types
- Fix Publisher field population (prefer non-empty across versions)
- Fix DefaultLocale type in packageManifests (string, not object)
- Add UnsupportedQueryParameters, RequiredQueryParameters, Authentication to information
- Align defineRouteMeta tags with spec (Packages, Versions, Locale, Installers, etc.)
- Fix packages/[id] response schema to match PackageSingleResponse
- Export all functions in winget.ts
- Remove unnecessary await on synchronous getVersionManifests calls
0 commit comments