From 981663ef5ce21629b0a87fe698181e539ef1963d Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Fri, 31 Dec 2021 12:37:07 -0800 Subject: [PATCH] package.json updates --- common/package-lock.json | 2 +- plugins/amcrest/package-lock.json | 2 +- plugins/ffmpeg-camera/package-lock.json | 2 +- plugins/hikvision/package-lock.json | 2 +- plugins/homekit/package-lock.json | 6 +++--- plugins/homekit/package.json | 2 +- plugins/homekit/src/types/camera.ts | 2 +- plugins/onvif/package-lock.json | 2 +- plugins/rtsp/package-lock.json | 2 +- plugins/unifi-protect/package-lock.json | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/common/package-lock.json b/common/package-lock.json index 88865901b..c810d903a 100644 --- a/common/package-lock.json +++ b/common/package-lock.json @@ -18,7 +18,7 @@ }, "../sdk": { "name": "@scrypted/sdk", - "version": "0.0.132", + "version": "0.0.133", "license": "ISC", "dependencies": { "@babel/plugin-proposal-class-properties": "^7.14.5", diff --git a/plugins/amcrest/package-lock.json b/plugins/amcrest/package-lock.json index e15e2e8ad..36e47fbc3 100644 --- a/plugins/amcrest/package-lock.json +++ b/plugins/amcrest/package-lock.json @@ -20,7 +20,7 @@ }, "../../sdk": { "name": "@scrypted/sdk", - "version": "0.0.132", + "version": "0.0.133", "license": "ISC", "dependencies": { "@babel/plugin-proposal-class-properties": "^7.14.5", diff --git a/plugins/ffmpeg-camera/package-lock.json b/plugins/ffmpeg-camera/package-lock.json index c13d99250..b91052f77 100644 --- a/plugins/ffmpeg-camera/package-lock.json +++ b/plugins/ffmpeg-camera/package-lock.json @@ -33,7 +33,7 @@ }, "../../sdk": { "name": "@scrypted/sdk", - "version": "0.0.132", + "version": "0.0.133", "dev": true, "license": "ISC", "dependencies": { diff --git a/plugins/hikvision/package-lock.json b/plugins/hikvision/package-lock.json index c5532b8ac..313ec5a7e 100644 --- a/plugins/hikvision/package-lock.json +++ b/plugins/hikvision/package-lock.json @@ -26,7 +26,7 @@ }, "../../sdk": { "name": "@scrypted/sdk", - "version": "0.0.132", + "version": "0.0.133", "license": "ISC", "dependencies": { "@babel/plugin-proposal-class-properties": "^7.14.5", diff --git a/plugins/homekit/package-lock.json b/plugins/homekit/package-lock.json index b0710ae07..a735516e3 100644 --- a/plugins/homekit/package-lock.json +++ b/plugins/homekit/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/homekit", - "version": "0.0.144", + "version": "0.0.145", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scrypted/homekit", - "version": "0.0.144", + "version": "0.0.145", "dependencies": { "hap-nodejs": "file:../../external/HAP-NodeJS", "lodash": "^4.17.21", @@ -73,7 +73,7 @@ }, "../../sdk": { "name": "@scrypted/sdk", - "version": "0.0.124", + "version": "0.0.133", "dev": true, "license": "ISC", "dependencies": { diff --git a/plugins/homekit/package.json b/plugins/homekit/package.json index 637e6bf51..02a5361ae 100644 --- a/plugins/homekit/package.json +++ b/plugins/homekit/package.json @@ -40,5 +40,5 @@ "@types/qrcode": "^1.4.1", "@types/url-parse": "^1.4.3" }, - "version": "0.0.144" + "version": "0.0.145" } diff --git a/plugins/homekit/src/types/camera.ts b/plugins/homekit/src/types/camera.ts index 4081e4c6a..279e7e125 100644 --- a/plugins/homekit/src/types/camera.ts +++ b/plugins/homekit/src/types/camera.ts @@ -576,7 +576,7 @@ addSupportedType({ persistBooleanCharacteristic(controller.cameraOperatingModeService, Characteristic.EventSnapshotsActive); persistBooleanCharacteristic(controller.cameraOperatingModeService, Characteristic.HomeKitCameraActive); persistBooleanCharacteristic(controller.cameraOperatingModeService, Characteristic.PeriodicSnapshotsActive); - + persistBooleanCharacteristic(controller.cameraOperatingModeService, Characteristic.CameraOperatingModeIndicator); recordingManagement.getService().getCharacteristic(Characteristic.SelectedCameraRecordingConfiguration) .on(CharacteristicEventTypes.GET, callback => { diff --git a/plugins/onvif/package-lock.json b/plugins/onvif/package-lock.json index 639486ce3..7729b7348 100644 --- a/plugins/onvif/package-lock.json +++ b/plugins/onvif/package-lock.json @@ -24,7 +24,7 @@ }, "../../sdk": { "name": "@scrypted/sdk", - "version": "0.0.132", + "version": "0.0.133", "license": "ISC", "dependencies": { "@babel/plugin-proposal-class-properties": "^7.14.5", diff --git a/plugins/rtsp/package-lock.json b/plugins/rtsp/package-lock.json index 040879f7d..fa92712ef 100644 --- a/plugins/rtsp/package-lock.json +++ b/plugins/rtsp/package-lock.json @@ -34,7 +34,7 @@ }, "../../sdk": { "name": "@scrypted/sdk", - "version": "0.0.132", + "version": "0.0.133", "dev": true, "license": "ISC", "dependencies": { diff --git a/plugins/unifi-protect/package-lock.json b/plugins/unifi-protect/package-lock.json index bfe085f10..3c81e297a 100644 --- a/plugins/unifi-protect/package-lock.json +++ b/plugins/unifi-protect/package-lock.json @@ -21,7 +21,7 @@ }, "../../sdk": { "name": "@scrypted/sdk", - "version": "0.0.132", + "version": "0.0.133", "license": "ISC", "dependencies": { "@babel/plugin-proposal-class-properties": "^7.14.5",