@newgameplusinc/alpha-spatial-comms 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2972,7 +2972,7 @@ function createChatManager(options) {
|
|
|
2972
2972
|
}
|
|
2973
2973
|
|
|
2974
2974
|
// src/index.ts
|
|
2975
|
-
var ODYSSEY_SERVER_URL = "https://
|
|
2975
|
+
var ODYSSEY_SERVER_URL = "https://prod-spatial-comms.2x22.com";
|
|
2976
2976
|
function createOdysseySpatialComms(apiKey, userToken, spatialOptions) {
|
|
2977
2977
|
console.log(
|
|
2978
2978
|
`[OdysseySDK] \u{1F517} Server URL: ${ODYSSEY_SERVER_URL}`
|