@scrypted/client
Advanced tools
Comparing version 1.1.26 to 1.1.27
{ | ||
"name": "@scrypted/client", | ||
"version": "1.1.26", | ||
"version": "1.1.27", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/packages/client/src/index.js", |
@@ -8,3 +8,2 @@ import { RTCConnectionManagement, ScryptedStatic } from "@scrypted/types"; | ||
onClose?: Function; | ||
userStorage: Storage; | ||
version: string; | ||
@@ -11,0 +10,0 @@ connectionType: ScryptedClientConnectionType; |
@@ -433,4 +433,3 @@ "use strict"; | ||
} | ||
const [userStorage, version, rtcConnectionManagement] = await Promise.all([ | ||
rpcPeer.getParam('userStorage'), | ||
const [version, rtcConnectionManagement] = await Promise.all([ | ||
(async () => { | ||
@@ -469,3 +468,2 @@ let version = 'unknown'; | ||
mediaManager, | ||
userStorage, | ||
disconnect() { | ||
@@ -472,0 +470,0 @@ rpcPeer.kill('disconnect requested'); |
{ | ||
"name": "@scrypted/client", | ||
"version": "1.1.26", | ||
"version": "1.1.27", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/packages/client/src/index.js", |
@@ -42,3 +42,2 @@ import { RTCConnectionManagement, RTCSignalingSession, ScryptedStatic } from "@scrypted/types"; | ||
onClose?: Function; | ||
userStorage: Storage, | ||
version: string; | ||
@@ -503,4 +502,3 @@ connectionType: ScryptedClientConnectionType; | ||
const [userStorage, version, rtcConnectionManagement] = await Promise.all([ | ||
rpcPeer.getParam('userStorage'), | ||
const [version, rtcConnectionManagement] = await Promise.all([ | ||
(async () => { | ||
@@ -541,3 +539,2 @@ let version = 'unknown'; | ||
mediaManager, | ||
userStorage, | ||
disconnect() { | ||
@@ -544,0 +541,0 @@ rpcPeer.kill('disconnect requested'); |
Sorry, the diff of this file is not supported yet
373242
3907