@scrypted/client
Advanced tools
Comparing version 1.0.22 to 1.0.23
@@ -122,3 +122,2 @@ "use strict"; | ||
const eioOptions = { | ||
protocols: '@scrypted/server/api', | ||
path: `${endpointPath}/engine.io/api`, | ||
@@ -125,0 +124,0 @@ extraHeaders, |
{ | ||
"name": "@scrypted/client", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/packages/client/src/index.js", |
@@ -131,3 +131,2 @@ import { ScryptedStatic } from "@scrypted/types"; | ||
const eioOptions: Partial<SocketOptions> = { | ||
protocols: '@scrypted/server/api', | ||
path: `${endpointPath}/engine.io/api`, | ||
@@ -134,0 +133,0 @@ extraHeaders, |
Sorry, the diff of this file is not supported yet
312719
3195