feat(gitlabclient): add deleteProject method to delete a project using GitLab API DELETE /api/v4/projects/:id

This commit is contained in:
2026-02-28 11:13:53 +00:00
parent ef688115d6
commit cbb9f364ae
3 changed files with 19 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/gitlab',
version: '2.1.0',
version: '2.2.0',
description: 'A TypeScript client for the GitLab API, providing easy access to projects, groups, CI/CD variables, and pipelines.'
}