We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5118cea commit e5bcf6dCopy full SHA for e5bcf6d
1 file changed
projects/sim-api/src/lib/simapi.service.ts
@@ -30,8 +30,8 @@ export class SimApiService {
30
31
get versions() {
32
return {
33
- AppVersion: AppVersion ?? '0.0.0',
34
- SimApiVersion: typeof AppVersion !== 'undefined' ? AppVersion : '0.0.0'
+ App: AppVersion ?? '0.0.0',
+ SimApi: typeof AppVersion !== 'undefined' ? AppVersion : '0.0.0'
35
}
36
37
0 commit comments