File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 32
32
"dependencies" : {
33
33
"@firebase/logger" : " 0.2.6" ,
34
34
"@firebase/util" : " 1.1.0" ,
35
- "@firebase/component" : " 0.5.2 " ,
35
+ "@firebase/component" : " 0.5.3 " ,
36
36
"tslib" : " ^2.1.0"
37
37
},
38
38
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 17
17
18
18
import { name as appName } from '../package.json' ;
19
19
import { name as appCompatName } from '../../app-compat/package.json' ;
20
- import { name as appCheckName } from '../../../packages-exp/app-check-exp/package.json' ;
21
20
import { name as analyticsCompatName } from '../../../packages-exp/analytics-compat/package.json' ;
22
21
import { name as analyticsName } from '../../../packages-exp/analytics-exp/package.json' ;
23
22
import { name as authName } from '../../../packages-exp/auth-exp/package.json' ;
@@ -50,7 +49,6 @@ export const DEFAULT_ENTRY_NAME = '[DEFAULT]';
50
49
export const PLATFORM_LOG_STRING = {
51
50
[ appName ] : 'fire-core' ,
52
51
[ appCompatName ] : 'fire-core-compat' ,
53
- [ appCheckName ] : 'fire-app-check' ,
54
52
[ analyticsName ] : 'fire-analytics' ,
55
53
[ analyticsCompatName ] : 'fire-analytics-compat' ,
56
54
[ authName ] : 'fire-auth' ,
You can’t perform that action at this time.
0 commit comments