This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2525 "nativescript-angular" : " ^6.1.0" ,
2626 "nativescript-camera" : " ^4.0.2" ,
2727 "nativescript-imagepicker" : " ^6.0.1" ,
28- "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-6.7 .0.tgz" ,
28+ "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-6.8 .0.tgz" ,
2929 "nativescript-theme-core" : " ~1.0.4" ,
3030 "reflect-metadata" : " ~0.1.10" ,
3131 "rxjs" : " ~6.0.0 || >=6.1.0" ,
4343 "nativescript-dev-webpack" : " ^0.15.1" ,
4444 "typescript" : " ~2.7.2"
4545 }
46- }
46+ }
Original file line number Diff line number Diff line change 99 }
1010 },
1111 "dependencies" : {
12- "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-6.7 .0.tgz" ,
12+ "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-6.8 .0.tgz" ,
1313 "nativescript-theme-core" : " ^1.0.4" ,
1414 "nativescript-unit-test-runner" : " ^0.3.4" ,
1515 "tns-core-modules" : " ~4.2.0"
4848 "build.plugin" : " cd ../src && npm run build" ,
4949 "ci.tslint" : " npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**' --exclude '**/typings/**'"
5050 }
51- }
51+ }
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import * as application from "tns-core-modules/application";
33import { MLKitCameraView as MLKitCameraViewBase } from "./mlkit-cameraview-common" ;
44import { OrientationChangedEventData } from "tns-core-modules/application" ;
55
6- // TODO pause/resume handling
76export abstract class MLKitCameraView extends MLKitCameraViewBase {
87 private captureSession : AVCaptureSession ;
98 private captureDevice : AVCaptureDevice ;
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-plugin-firebase" ,
3- "version" : " 6.7 .0" ,
3+ "version" : " 6.8 .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