File tree 3 files changed +2
-3
lines changed
packages-exp/analytics-compat
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 45
45
"@firebase/component" : " 0.1.21" ,
46
46
"@firebase/analytics-exp" : " 0.0.900" ,
47
47
"@firebase/analytics-types" : " 0.4.0" ,
48
- "@firebase/analytics-types-exp" : " 0.0.900" ,
49
48
"@firebase/util" : " 0.3.4" ,
50
49
"tslib" : " ^1.11.1"
51
50
},
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ import {
26
26
InstanceFactory
27
27
} from '@firebase/component' ;
28
28
import { FirebaseApp } from '@firebase/app-types' ;
29
- import { Analytics as AnalyticsServiceExp } from '@firebase/analytics-types-exp' ;
30
29
import {
30
+ Analytics as AnalyticsServiceExp ,
31
31
settings as settingsExp ,
32
32
isSupported as isSupportedExp
33
33
} from '@firebase/analytics-exp' ;
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import {
22
22
FirebaseAnalytics
23
23
} from '@firebase/analytics-types' ;
24
24
import { FirebaseApp } from '@firebase/app-types' ;
25
- import { Analytics as AnalyticsServiceExp } from '@firebase/analytics-types-exp' ;
26
25
import {
26
+ Analytics as AnalyticsServiceExp ,
27
27
logEvent as logEventExp ,
28
28
setAnalyticsCollectionEnabled as setAnalyticsCollectionEnabledExp ,
29
29
setCurrentScreen as setCurrentScreenExp ,
You can’t perform that action at this time.
0 commit comments