@scrypted/client
Advanced tools
Comparing version 1.1.12 to 1.1.13
{ | ||
"name": "@scrypted/client", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/packages/client/src/index.js", |
@@ -173,2 +173,3 @@ "use strict"; | ||
path: `${endpointPath}/public/engine.io/api`, | ||
withCredentials: true, | ||
extraHeaders, | ||
@@ -206,2 +207,3 @@ rejectUnauthorized: false, | ||
path: '/endpoint/@scrypted/webrtc/engine.io/', | ||
withCredentials: true, | ||
extraHeaders, | ||
@@ -208,0 +210,0 @@ rejectUnauthorized: false, |
{ | ||
"name": "@scrypted/client", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/packages/client/src/index.js", |
@@ -199,2 +199,3 @@ import { ScryptedStatic, RTCConnectionManagement, RTCSignalingSession } from "@scrypted/types"; | ||
path: `${endpointPath}/public/engine.io/api`, | ||
withCredentials: true, | ||
extraHeaders, | ||
@@ -237,2 +238,3 @@ rejectUnauthorized: false, | ||
path: '/endpoint/@scrypted/webrtc/engine.io/', | ||
withCredentials: true, | ||
extraHeaders, | ||
@@ -239,0 +241,0 @@ rejectUnauthorized: false, |
Sorry, the diff of this file is not supported yet
343083
3603