@stream-io/video-client 0.3.7 → 0.3.8
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/CHANGELOG.md +7 -0
- package/dist/index.browser.es.js +1 -1
- package/dist/index.browser.es.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/src/coordinator/connection/types.d.ts +3 -3
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/coordinator/connection/types.ts +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -12537,7 +12537,7 @@ class WSConnectionFallback {
|
|
|
12537
12537
|
}
|
|
12538
12538
|
}
|
|
12539
12539
|
|
|
12540
|
-
const version = '0.3.
|
|
12540
|
+
const version = '0.3.8';
|
|
12541
12541
|
|
|
12542
12542
|
const logger = getLogger(['location']);
|
|
12543
12543
|
const HINT_URL = `https://hint.stream-io-video.com/`;
|