fix(GitRepo): add diff function

This commit is contained in:
2024-06-22 02:44:19 +02:00
parent a2485560b3
commit e8c3d3c44f
6 changed files with 5100 additions and 3735 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartgit',
version: '3.0.2',
description: 'smart wrapper for nodegit'
version: '3.0.3',
description: 'A smart wrapper for nodegit that simplifies Git operations in Node.js.'
}