@stream-io/video-client 1.35.0 → 1.35.1
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 +4 -0
- package/dist/index.browser.es.js +2 -2
- package/dist/index.cjs.js +2 -2
- package/dist/index.es.js +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [1.35.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.35.0...@stream-io/video-client-1.35.1) (2025-10-27)
|
|
6
|
+
|
|
7
|
+
- **deps-dev:** bump happy-dom from 20.0.0 to 20.0.2 ([#1970](https://github.com/GetStream/stream-video-js/issues/1970)) ([702f409](https://github.com/GetStream/stream-video-js/commit/702f409b2e5529e7b8f1cfc757e2e776c75deacf)), closes [#1934](https://github.com/GetStream/stream-video-js/issues/1934) [#1932](https://github.com/GetStream/stream-video-js/issues/1932) [#0](https://github.com/GetStream/stream-video-js/issues/0) [#1934](https://github.com/GetStream/stream-video-js/issues/1934) [#0](https://github.com/GetStream/stream-video-js/issues/0) [#1932](https://github.com/GetStream/stream-video-js/issues/1932)
|
|
8
|
+
|
|
5
9
|
## [1.35.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.34.1...@stream-io/video-client-1.35.0) (2025-10-24)
|
|
6
10
|
|
|
7
11
|
### Features
|
package/dist/index.browser.es.js
CHANGED
|
@@ -5860,7 +5860,7 @@ const getSdkVersion = (sdk) => {
|
|
|
5860
5860
|
return sdk ? `${sdk.major}.${sdk.minor}.${sdk.patch}` : '0.0.0-development';
|
|
5861
5861
|
};
|
|
5862
5862
|
|
|
5863
|
-
const version = "1.35.
|
|
5863
|
+
const version = "1.35.1";
|
|
5864
5864
|
const [major, minor, patch] = version.split('.');
|
|
5865
5865
|
let sdkInfo = {
|
|
5866
5866
|
type: SdkType.PLAIN_JAVASCRIPT,
|
|
@@ -14825,7 +14825,7 @@ class StreamClient {
|
|
|
14825
14825
|
this.getUserAgent = () => {
|
|
14826
14826
|
if (!this.cachedUserAgent) {
|
|
14827
14827
|
const { clientAppIdentifier = {} } = this.options;
|
|
14828
|
-
const { sdkName = 'js', sdkVersion = "1.35.
|
|
14828
|
+
const { sdkName = 'js', sdkVersion = "1.35.1", ...extras } = clientAppIdentifier;
|
|
14829
14829
|
this.cachedUserAgent = [
|
|
14830
14830
|
`stream-video-${sdkName}-v${sdkVersion}`,
|
|
14831
14831
|
...Object.entries(extras).map(([key, value]) => `${key}=${value}`),
|
package/dist/index.cjs.js
CHANGED
|
@@ -5862,7 +5862,7 @@ const getSdkVersion = (sdk) => {
|
|
|
5862
5862
|
return sdk ? `${sdk.major}.${sdk.minor}.${sdk.patch}` : '0.0.0-development';
|
|
5863
5863
|
};
|
|
5864
5864
|
|
|
5865
|
-
const version = "1.35.
|
|
5865
|
+
const version = "1.35.1";
|
|
5866
5866
|
const [major, minor, patch] = version.split('.');
|
|
5867
5867
|
let sdkInfo = {
|
|
5868
5868
|
type: SdkType.PLAIN_JAVASCRIPT,
|
|
@@ -14825,7 +14825,7 @@ class StreamClient {
|
|
|
14825
14825
|
this.getUserAgent = () => {
|
|
14826
14826
|
if (!this.cachedUserAgent) {
|
|
14827
14827
|
const { clientAppIdentifier = {} } = this.options;
|
|
14828
|
-
const { sdkName = 'js', sdkVersion = "1.35.
|
|
14828
|
+
const { sdkName = 'js', sdkVersion = "1.35.1", ...extras } = clientAppIdentifier;
|
|
14829
14829
|
this.cachedUserAgent = [
|
|
14830
14830
|
`stream-video-${sdkName}-v${sdkVersion}`,
|
|
14831
14831
|
...Object.entries(extras).map(([key, value]) => `${key}=${value}`),
|
package/dist/index.es.js
CHANGED
|
@@ -5861,7 +5861,7 @@ const getSdkVersion = (sdk) => {
|
|
|
5861
5861
|
return sdk ? `${sdk.major}.${sdk.minor}.${sdk.patch}` : '0.0.0-development';
|
|
5862
5862
|
};
|
|
5863
5863
|
|
|
5864
|
-
const version = "1.35.
|
|
5864
|
+
const version = "1.35.1";
|
|
5865
5865
|
const [major, minor, patch] = version.split('.');
|
|
5866
5866
|
let sdkInfo = {
|
|
5867
5867
|
type: SdkType.PLAIN_JAVASCRIPT,
|
|
@@ -14824,7 +14824,7 @@ class StreamClient {
|
|
|
14824
14824
|
this.getUserAgent = () => {
|
|
14825
14825
|
if (!this.cachedUserAgent) {
|
|
14826
14826
|
const { clientAppIdentifier = {} } = this.options;
|
|
14827
|
-
const { sdkName = 'js', sdkVersion = "1.35.
|
|
14827
|
+
const { sdkName = 'js', sdkVersion = "1.35.1", ...extras } = clientAppIdentifier;
|
|
14828
14828
|
this.cachedUserAgent = [
|
|
14829
14829
|
`stream-video-${sdkName}-v${sdkVersion}`,
|
|
14830
14830
|
...Object.entries(extras).map(([key, value]) => `${key}=${value}`),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stream-io/video-client",
|
|
3
|
-
"version": "1.35.
|
|
3
|
+
"version": "1.35.1",
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"module": "dist/index.es.js",
|
|
6
6
|
"browser": "dist/index.browser.es.js",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@types/ua-parser-js": "^0.7.39",
|
|
48
48
|
"@vitest/coverage-v8": "^3.2.4",
|
|
49
49
|
"dotenv": "^16.6.1",
|
|
50
|
-
"happy-dom": "^20.0.
|
|
50
|
+
"happy-dom": "^20.0.2",
|
|
51
51
|
"prettier": "^3.6.2",
|
|
52
52
|
"rimraf": "^6.0.1",
|
|
53
53
|
"rollup": "^4.52.4",
|