connection-dashboard-extension-worona
Advanced tools
Comparing version 1.3.5 to 1.3.6
{ | ||
"name": "connection-dashboard-extension-worona", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "Extension for the Worona Dashboard in charge of the connection to the server.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -7,5 +7,3 @@ import { isRemote } from 'worona-deps'; | ||
export const endpoint = isRemote | ||
? 'wss://meteor.worona.io/websocket' | ||
: 'ws://localhost:3000/websocket'; | ||
export const endpoint = isRemote ? remote : 'ws://localhost:3000/websocket'; | ||
export const timeout = 10000; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8764
179