connection-dashboard-extension-worona
Advanced tools
Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "connection-dashboard-extension-worona", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Extension for the Worona Dashboard in charge of the connection to the server.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
import { isRemote } from 'worona-deps'; | ||
export const endpoint = isRemote ? 'wss://meteor.worona.io/websocket' : 'ws://localhost:3000/websocket'; | ||
const remote = window.location.host === 'predashboard.worona.org' | ||
? 'wss://premeteor.worona.io/websocket' | ||
: 'wss://meteor.worona.io/websocket'; | ||
export const endpoint = isRemote | ||
? 'wss://meteor.worona.io/websocket' | ||
: '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
8796
181