Files
doneit-web/version/git-version.ts
T
2024-10-10 11:45:34 +01:00

11 lines
859 B
TypeScript

export let versionData = {
"shortSHA": "cbe535899",
"SHA": "cbe535899f3c90deee7cfc9eddc1d4c18f3ac0be",
"branch": "feature/chat-new-api-peter",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Thu Oct 10 11:08:32 2024 +0100'",
"lastCommitMessage": "fix message order on reconect",
"lastCommitNumber": "6091",
"changeStatus": "On branch feature/chat-new-api-peter\nYour branch is ahead of 'origin/feature/chat-new-api-peter' by 6 commits.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/module/chat/domain/use-case/message/message-create-use-case.service.ts\n\tmodified: src/app/module/chat/domain/use-case/room/room-get-list-use-case.service.ts\n\tmodified: version/git-version.ts",
"changeAuthor": "peter.maquiran"
}