feat(giteaclient): add deleteRepo method to delete a repository via Gitea API

This commit is contained in:
2026-02-28 11:13:36 +00:00
parent a34b05c55c
commit 5423039f89
3 changed files with 18 additions and 1 deletions

View File

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