fix(core): Refactor fetch logic to use a unified fetchFunction for API calls

This commit is contained in:
2024-12-14 22:53:42 +01:00
parent e5e0ceee78
commit 1e0ccec03e
3 changed files with 26 additions and 22 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@foss.global/codefeed',
version: '1.6.3',
version: '1.6.4',
description: 'The @foss.global/codefeed module is designed for generating feeds from Gitea repositories, enhancing development workflows by processing commit data and repository activities.'
}