This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 33[ Firebase iOS SDK Changelog] ( https://firebase.google.com/support/release-notes/ios )
44[ Firebase Android SDK Changelog] ( https://firebase.google.com/support/release-notes/android )
55
6+ ## 7.4.1 (2018, November 10)
7+ [ Fixes & Enhancements] ( https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/82?closed=1 )
8+
9+
610## 7.4.0 (2018, November 9)
711[ Fixes & Enhancements] ( https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/81?closed=1 )
812
Original file line number Diff line number Diff line change 66 "nativescript" : {
77 "id" : " org.nativescript.firebasedemo.firestore" ,
88 "tns-android" : {
9- "version" : " 4.2 .0"
9+ "version" : " 5.0 .0"
1010 },
1111 "tns-ios" : {
12- "version" : " 4.2 .0"
12+ "version" : " 5.0 .0"
1313 }
1414 },
1515 "dependencies" : {
2525 "nativescript-angular" : " ^6.1.0" ,
2626 "nativescript-camera" : " ^4.0.2" ,
2727 "nativescript-imagepicker" : " ~6.0.4" ,
28- "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-7.4.0 .tgz" ,
28+ "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-7.4.1 .tgz" ,
2929 "nativescript-theme-core" : " ~1.0.4" ,
3030 "reflect-metadata" : " ~0.1.10" ,
3131 "rxjs" : " ~6.0.0 || >=6.1.0" ,
32- "tns-core-modules" : " ~4.2 .1" ,
32+ "tns-core-modules" : " ~5.0 .1" ,
3333 "zone.js" : " ~0.8.26"
3434 },
3535 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-plugin-firebase" ,
3- "version" : " 7.4.0 " ,
3+ "version" : " 7.4.1 " ,
44 "description" : " Fire. Base. Firebase!" ,
55 "main" : " firebase" ,
66 "typings" : " index.d.ts" ,
4747 "demo.android" : " npm run preparedemo && cd ../demo && rimraf platforms/android && tns run android" ,
4848 "demo.android.linked" : " npm run tsc && cd ../demo && tns run android --syncAllFiles" ,
4949 "demo-ng.android" : " npm run preparedemo-ng && cd ../demo-ng && tns run android" ,
50+ "demo-ng.android.build" : " npm run preparedemo-ng && cd ../demo-ng && tns build android" ,
5051 "demo-ng.android.bundled" : " npm run preparedemo-ng && cd ../demo-ng && tns run android --bundle" ,
5152 "demo-push.android" : " npm run preparedemo-push && cd ../demo-push && tns run android" ,
5253 "test" : " npm run tslint && npm run tslint.demo && cd ../demo && tns build ios && tns build android" ,
You can’t perform that action at this time.
0 commit comments