This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2525 "nativescript-angular" : " ^6.1.0" ,
2626 "nativescript-camera" : " ~4.1.1" ,
2727 "nativescript-imagepicker" : " ~6.0.5" ,
28- "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-8.1.1 .tgz" ,
28+ "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-8.2.0 .tgz" ,
2929 "nativescript-theme-core" : " ~1.0.4" ,
3030 "reflect-metadata" : " ~0.1.10" ,
3131 "rxjs" : " ~6.0.0 || >=6.1.0" ,
Original file line number Diff line number Diff line change 99 }
1010 },
1111 "dependencies" : {
12- "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-8.1.1 .tgz" ,
12+ "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-8.2.0 .tgz" ,
1313 "nativescript-theme-core" : " ^1.0.4" ,
1414 "nativescript-unit-test-runner" : " ^0.3.4" ,
1515 "tns-core-modules" : " ~4.2.0"
Original file line number Diff line number Diff line change 1414 }
1515 },
1616 "dependencies" : {
17- "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-8.1.1 .tgz" ,
17+ "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-8.2.0 .tgz" ,
1818 "nativescript-theme-core" : " ^1.0.4" ,
1919 "nativescript-vue" : " ^2.0.0" ,
2020 "tns-core-modules" : " ^5.0.2"
Original file line number Diff line number Diff line change 1010 },
1111 "dependencies" : {
1212 "firebase-functions" : " ^2.0.5" ,
13- "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-8.1.1 .tgz" ,
13+ "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-8.2.0 .tgz" ,
1414 "nativescript-theme-core" : " ^1.0.4" ,
1515 "nativescript-unit-test-runner" : " ^0.3.4" ,
1616 "tns-core-modules" : " ~5.2.0"
Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ function writePodFile(result) {
365365( isPresent ( result . ml_kit ) ? `` : `#` ) + `platform :ios, '9.0'
366366
367367# With NativeScript < 5.2 we can't bump Firebase/Core beyond 5.15.0, but with 5.2+ we can
368- pod 'Firebase/Core', '~> ` + ( supportsIOSModernBuildSystem ? '5.16.0 ' : '5.15.0' ) + `'
368+ pod 'Firebase/Core', '~> ` + ( supportsIOSModernBuildSystem ? '5.20.1 ' : '5.15.0' ) + `'
369369
370370# Authentication
371371` + ( ! isPresent ( result . authentication ) || isSelected ( result . authentication ) ? `` : `#` ) + `pod 'Firebase/Auth'
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-plugin-firebase" ,
3- "version" : " 8.1.1 " ,
3+ "version" : " 8.2.0 " ,
44 "description" : " Fire. Base. Firebase!" ,
55 "main" : " firebase" ,
66 "typings" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments