@stream-io/video-client 1.3.1 → 1.4.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 +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/gen/coordinator/index.d.ts +6 -0
- package/package.json +1 -1
- package/src/gen/coordinator/index.ts +7 -0
package/dist/index.es.js
CHANGED
|
@@ -15383,7 +15383,7 @@ class StreamClient {
|
|
|
15383
15383
|
});
|
|
15384
15384
|
};
|
|
15385
15385
|
this.getUserAgent = () => {
|
|
15386
|
-
const version = "1.
|
|
15386
|
+
const version = "1.4.0" ;
|
|
15387
15387
|
return (this.userAgent ||
|
|
15388
15388
|
`stream-video-javascript-client-${this.node ? 'node' : 'browser'}-${version}`);
|
|
15389
15389
|
};
|