Files
doneit-web/version/git-version.ts
T
Peter Maquiran d43ce7fe09 add event driven
2023-01-16 14:17:06 +01:00

12 lines
627 B
TypeScript

export let versionData = {
"shortSHA": "e24f4010e",
"SHA": "e24f4010e0b8d94a232bf8d2f5ba88c6fe8d6256",
"branch": "feature/ios-ui-fix",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Mon Jan 16 12:08:38 2023 +0100'",
"lastCommitMessage": "fix notification",
"lastCommitNumber": "4627",
"change": "",
"changeStatus": "On branch feature/ios-ui-fix\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: package.json\n\tmodified: src/app/models/notifications.ts\n\tmodified: src/app/services/notifications.service.ts",
"changeAuthor": "peter.maquiran"
}