File tree 1 file changed +32
-4
lines changed
repo-scripts/size-analysis/bundle-definitions
1 file changed +32
-4
lines changed Original file line number Diff line number Diff line change 22
22
"path" : " app-check" ,
23
23
"imports" : [
24
24
" initializeAppCheck" ,
25
- " ReCaptchaV3Provider" ,
26
- " getToken"
25
+ " ReCaptchaV3Provider"
26
+ ]
27
+ }
28
+ ]
29
+ }
30
+ ]
31
+ },
32
+ {
33
+ "name" : " ReCaptchaEnterpriseProvider" ,
34
+ "dependencies" : [
35
+ {
36
+ "packageName" : " firebase" ,
37
+ "versionOrTag" : " exp" ,
38
+ "imports" : [
39
+ {
40
+ "path" : " app" ,
41
+ "imports" : [
42
+ " initializeApp"
43
+ ]
44
+ }
45
+ ]
46
+ },
47
+ {
48
+ "packageName" : " firebase" ,
49
+ "versionOrTag" : " exp" ,
50
+ "imports" : [
51
+ {
52
+ "path" : " app-check" ,
53
+ "imports" : [
54
+ " initializeAppCheck" ,
55
+ " ReCaptchaEnterpriseProvider"
27
56
]
28
57
}
29
58
]
53
82
"path" : " app-check" ,
54
83
"imports" : [
55
84
" initializeAppCheck" ,
56
- " CustomProvider" ,
57
- " getToken"
85
+ " CustomProvider"
58
86
]
59
87
}
60
88
]
You can’t perform that action at this time.
0 commit comments