homekit: publish

This commit is contained in:
Koushik Dutta
2021-10-31 14:09:30 -07:00
parent 94cde2b0cb
commit 0ed57a6727
3 changed files with 3 additions and 5 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/homekit",
"version": "0.0.112",
"version": "0.0.113",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/homekit",
"version": "0.0.112",
"version": "0.0.113",
"dependencies": {
"hap-nodejs": "file:../../external/HAP-NodeJS",
"lodash": "^4.17.21",

View File

@@ -40,5 +40,5 @@
"@types/qrcode": "^1.4.1",
"@types/url-parse": "^1.4.3"
},
"version": "0.0.112"
"version": "0.0.113"
}

View File

@@ -7,8 +7,6 @@ import sdk from '@scrypted/sdk';
import { AudioRecordingCodecType, AudioRecordingSamplerateValues, CameraRecordingConfiguration } from 'hap-nodejs/dist/lib/camera/RecordingManagement';
import { startFFMPegFragmetedMP4Session } from '@scrypted/common/src/ffmpeg-mp4-parser-session';
import { evalRequest } from './camera-transcode';
import { StartStreamRequest, StreamRequest } from 'hap-nodejs';
import { createConnection } from 'net';
const { log, mediaManager, deviceManager } = sdk;