feat(gitea): add Actions API support: list filters, run/job endpoints, dispatch, and richer types

This commit is contained in:
2026-03-02 11:47:12 +00:00
parent 7caa033115
commit fd26379324
5 changed files with 158 additions and 14 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/gitea',
version: '1.3.0',
version: '1.4.0',
description: 'A TypeScript client for the Gitea API, providing easy access to repositories, organizations, secrets, and action runs.'
}