@scrypted/client
Advanced tools
Comparing version 1.1.11 to 1.1.12
{ | ||
"name": "@scrypted/client", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/packages/client/src/index.js", |
@@ -73,2 +73,3 @@ "use strict"; | ||
}, { | ||
withCredentials: true, | ||
...options.axiosConfig, | ||
@@ -93,2 +94,3 @@ }); | ||
const response = await axios_1.default.get(url, { | ||
withCredentials: true, | ||
...options?.axiosConfig, | ||
@@ -160,2 +162,3 @@ }); | ||
path: `${endpointPath}/engine.io/api`, | ||
withCredentials: true, | ||
extraHeaders, | ||
@@ -226,2 +229,3 @@ rejectUnauthorized: false, | ||
}, { | ||
withCredentials: true, | ||
...options.axiosConfig, | ||
@@ -228,0 +232,0 @@ }); |
@@ -67,2 +67,4 @@ "use strict"; | ||
throw new Error('invalid nativeId ' + nativeId); | ||
if (!nativeId) | ||
return this.pluginId; | ||
return id; | ||
@@ -69,0 +71,0 @@ } |
{ | ||
"name": "@scrypted/client", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/packages/client/src/index.js", |
@@ -88,2 +88,3 @@ import { ScryptedStatic, RTCConnectionManagement, RTCSignalingSession } from "@scrypted/types"; | ||
}, { | ||
withCredentials: true, | ||
...options.axiosConfig, | ||
@@ -111,2 +112,3 @@ }); | ||
const response = await axios.get(url, { | ||
withCredentials: true, | ||
...options?.axiosConfig, | ||
@@ -183,2 +185,3 @@ }); | ||
path: `${endpointPath}/engine.io/api`, | ||
withCredentials: true, | ||
extraHeaders, | ||
@@ -261,2 +264,3 @@ rejectUnauthorized: false, | ||
}, { | ||
withCredentials: true, | ||
...options.axiosConfig, | ||
@@ -263,0 +267,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
342792
3599