@scrypted/client
Advanced tools
Comparing version 1.1.14 to 1.1.15
{ | ||
"name": "@scrypted/client", | ||
"version": "1.1.14", | ||
"version": "1.1.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/packages/client/src/index.js", |
@@ -16,3 +16,3 @@ import { ScryptedStatic, RTCConnectionManagement } from "@scrypted/types"; | ||
webrtc?: boolean; | ||
baseUrl: string; | ||
baseUrl?: string; | ||
axiosConfig?: AxiosRequestConfig; | ||
@@ -27,3 +27,3 @@ } | ||
password: string; | ||
change_password: string; | ||
change_password?: string; | ||
maxAge?: number; | ||
@@ -30,0 +30,0 @@ } |
{ | ||
"name": "@scrypted/client", | ||
"version": "1.1.14", | ||
"version": "1.1.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/packages/client/src/index.js", |
@@ -51,3 +51,3 @@ import { ScryptedStatic, RTCConnectionManagement, RTCSignalingSession } from "@scrypted/types"; | ||
webrtc?: boolean; | ||
baseUrl: string; | ||
baseUrl?: string; | ||
axiosConfig?: AxiosRequestConfig; | ||
@@ -63,3 +63,3 @@ } | ||
password: string; | ||
change_password: string, | ||
change_password?: string, | ||
maxAge?: number; | ||
@@ -66,0 +66,0 @@ } |
Sorry, the diff of this file is not supported yet
343238