File tree Expand file tree Collapse file tree 8 files changed +11
-6
lines changed
Expand file tree Collapse file tree 8 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 3434 "license" : " Apache-2.0" ,
3535 "devDependencies" : {
3636 "@firebase/app-compat" : " 0.0.900" ,
37- "rollup" : " 2.33 .2" ,
37+ "rollup" : " 2.52 .2" ,
3838 "@rollup/plugin-commonjs" : " 17.1.0" ,
3939 "@rollup/plugin-json" : " 4.1.0" ,
4040 "@rollup/plugin-node-resolve" : " 11.2.0" ,
41- "rollup-plugin-typescript2" : " 0.29 .0" ,
41+ "rollup-plugin-typescript2" : " 0.30 .0" ,
4242 "typescript" : " 4.2.2"
4343 },
4444 "repository" : {
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717
18- export * from '@firebase/app-check-exp' ;
18+ export * from '@firebase/app-check-exp' ;
Original file line number Diff line number Diff line change 1515 * limitations under the License.
1616 */
1717
18- import '@firebase/app-check-compat' ;
18+ import '@firebase/app-check-compat' ;
Original file line number Diff line number Diff line change @@ -30,14 +30,15 @@ import '@firebase/polyfill';
3030import firebase from './app' ;
3131import { name , version } from '../package.json' ;
3232
33+ import './analytics' ;
34+ import './app-check' ;
3335import './auth' ;
3436import './database' ;
3537import './firestore' ;
3638import './functions' ;
3739import './messaging' ;
3840import './storage' ;
3941import './performance' ;
40- import './analytics' ;
4142import './remote-config' ;
4243
4344firebase . registerVersion ( name , version , 'compat-cdn' ) ;
Original file line number Diff line number Diff line change @@ -39,14 +39,15 @@ import 'firebase/<PACKAGE>';
3939import firebase from './app' ;
4040import { name , version } from '../package.json' ;
4141
42+ import './analytics' ;
43+ import './app-check' ;
4244import './auth' ;
4345import './database' ;
4446import './firestore' ;
4547import './functions' ;
4648import './messaging' ;
4749import './storage' ;
4850import './performance' ;
49- import './analytics' ;
5051import './remote-config' ;
5152
5253firebase . registerVersion ( name , version , 'compat' ) ;
Original file line number Diff line number Diff line change 88 "components" : [
99 " app" ,
1010 " analytics" ,
11+ " app-check" ,
1112 " auth" ,
1213 " functions" ,
1314 " messaging" ,
Original file line number Diff line number Diff line change @@ -7888,6 +7888,8 @@ firebase-admin@9.9.0:
78887888 dependencies:
78897889 "@firebase/analytics-compat" "0.0.900"
78907890 "@firebase/analytics-exp" "0.0.900"
7891+ "@firebase/app-check-compat" "0.0.900"
7892+ "@firebase/app-check-exp" "0.0.900"
78917893 "@firebase/app-compat" "0.0.900"
78927894 "@firebase/app-exp" "0.0.900"
78937895 "@firebase/auth-compat" "0.0.900"
You can’t perform that action at this time.
0 commit comments