File tree Expand file tree Collapse file tree
x-pack/plugins/fleet/server/services Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88import { BehaviorSubject , Observable } from 'rxjs' ;
99import { first } from 'rxjs/operators' ;
10- import { kibanaPackageJSON } from '@kbn/utils' ;
10+ import { kibanaPackageJson } from '@kbn/utils' ;
1111
1212import {
1313 ElasticsearchClient ,
@@ -34,8 +34,8 @@ class AppContextService {
3434 private configSubject$ ?: BehaviorSubject < FleetConfigType > ;
3535 private savedObjects : SavedObjectsServiceStart | undefined ;
3636 private isProductionMode : FleetAppContext [ 'isProductionMode' ] = false ;
37- private kibanaVersion : FleetAppContext [ 'kibanaVersion' ] = kibanaPackageJSON . version ;
38- private kibanaBranch : FleetAppContext [ 'kibanaBranch' ] = kibanaPackageJSON . branch ;
37+ private kibanaVersion : FleetAppContext [ 'kibanaVersion' ] = kibanaPackageJson . version ;
38+ private kibanaBranch : FleetAppContext [ 'kibanaBranch' ] = kibanaPackageJson . branch ;
3939 private cloud ?: CloudSetup ;
4040 private logger : Logger | undefined ;
4141 private httpSetup ?: HttpServiceSetup ;
You can’t perform that action at this time.
0 commit comments