genesys-cloud-streaming-client 19.8.1-release.1 → 20.0.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/dist/cjs/client.js +1 -1
- package/dist/deploy-info.json +7 -7
- package/dist/es/client.js +1 -1
- package/dist/es/index.bundle.js +1 -1
- package/dist/manifest.json +7 -7
- package/dist/npm/CHANGELOG.md +2 -2
- package/dist/npm/client.js +1 -1
- package/dist/streaming-client.browser.js +1 -1
- package/dist/{v19 → v20}/streaming-client.browser.js +1 -1
- package/dist/{v19.8.1 → v20.0.0}/streaming-client.browser.js +1 -1
- package/package.json +1 -1
- /package/dist/{v19 → v20}/streaming-client.browser.js.LICENSE.txt +0 -0
- /package/dist/{v19.8.1 → v20.0.0}/streaming-client.browser.js.LICENSE.txt +0 -0
package/dist/cjs/client.js
CHANGED
package/dist/deploy-info.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
3
|
-
"build": "
|
|
4
|
-
"buildDate": "2026-06-
|
|
2
|
+
"version": "20.0.0",
|
|
3
|
+
"build": "12",
|
|
4
|
+
"buildDate": "2026-06-05T11:16:47.414Z",
|
|
5
5
|
"indexFiles": [
|
|
6
6
|
{
|
|
7
|
-
"file": "
|
|
7
|
+
"file": "v20.0.0/streaming-client.browser.js"
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
|
-
"file": "
|
|
10
|
+
"file": "v20.0.0/streaming-client.browser.js.LICENSE.txt"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
|
-
"file": "
|
|
13
|
+
"file": "v20/streaming-client.browser.js"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"file": "
|
|
16
|
+
"file": "v20/streaming-client.browser.js.LICENSE.txt"
|
|
17
17
|
}
|
|
18
18
|
],
|
|
19
19
|
"team": "Client Streaming and Signaling",
|
package/dist/es/client.js
CHANGED
package/dist/es/index.bundle.js
CHANGED
|
@@ -47014,7 +47014,7 @@ class Client extends EventEmitter {
|
|
|
47014
47014
|
return Client.version;
|
|
47015
47015
|
}
|
|
47016
47016
|
static get version() {
|
|
47017
|
-
return '
|
|
47017
|
+
return '20.0.0';
|
|
47018
47018
|
}
|
|
47019
47019
|
}
|
|
47020
47020
|
|
package/dist/manifest.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
3
|
-
"build": "
|
|
4
|
-
"buildDate": "2026-06-
|
|
2
|
+
"version": "20.0.0",
|
|
3
|
+
"build": "12",
|
|
4
|
+
"buildDate": "2026-06-05T11:16:47.414Z",
|
|
5
5
|
"indexFiles": [
|
|
6
6
|
{
|
|
7
|
-
"file": "
|
|
7
|
+
"file": "v20.0.0/streaming-client.browser.js"
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
|
-
"file": "
|
|
10
|
+
"file": "v20.0.0/streaming-client.browser.js.LICENSE.txt"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
|
-
"file": "
|
|
13
|
+
"file": "v20/streaming-client.browser.js"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
|
-
"file": "
|
|
16
|
+
"file": "v20/streaming-client.browser.js.LICENSE.txt"
|
|
17
17
|
}
|
|
18
18
|
]
|
|
19
19
|
}
|
package/dist/npm/CHANGELOG.md
CHANGED
|
@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
-
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/
|
|
7
|
+
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v20.0.0...HEAD)
|
|
8
8
|
|
|
9
|
-
# [
|
|
9
|
+
# [v20.0.0](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v19.8.0...v20.0.0)
|
|
10
10
|
### Breaking Changes
|
|
11
11
|
* [STREAM-1604](https://inindca.atlassian.net/browse/STREAM-1604) - Replace `uuid` with native `globalThis.crypto.randomUUID()`. `randomUUID()` has been widely available in browsers since 2022, so this should only affect you if you use streaming-client in an older browser. Also update `genesys-cloud-client-logger` from v4.2.18 to v5. Bump genesys-cloud-client-logger to v5.0.0.
|
|
12
12
|
|