Add version filter to the configuration
All checks were successful
Build / audit (push) Successful in 8s
Build / test (push) Successful in 15m9s

This commit is contained in:
2024-09-30 14:39:38 +02:00
parent 8168804d71
commit f395d57b33
3 changed files with 14 additions and 12 deletions

View File

@@ -190,7 +190,7 @@ latestPackagist PackageOwner{..} = do
fullName = Text.intercalate "/" [owner, name]
pure $ HashMap.lookup fullName packagistPackages
>>= fmap (version . fst) . Vector.uncons
>>= fmap (getField @"version" . fst) . Vector.uncons
-- * Remote text file