@stream-io/video-client 0.0.51 → 0.1.0
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 +59 -103
- 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/version.d.ts +1 -1
- package/package.json +3 -2
package/dist/index.cjs.js
CHANGED
|
@@ -11349,7 +11349,7 @@ class WSConnectionFallback {
|
|
|
11349
11349
|
}
|
|
11350
11350
|
}
|
|
11351
11351
|
|
|
11352
|
-
const version = '0.0
|
|
11352
|
+
const version = '0.1.0';
|
|
11353
11353
|
|
|
11354
11354
|
const logger = getLogger(['location']);
|
|
11355
11355
|
const HINT_URL = `https://hint.stream-io-video.com/`;
|