genesys-cloud-streaming-client 16.0.1-develop.54 → 16.0.2
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 +5 -5
- package/dist/es/client.js +1 -1
- package/dist/es/index.bundle.js +1 -1
- package/dist/npm/CHANGELOG.md +5 -2
- package/dist/npm/client.js +1 -1
- package/dist/streaming-client.browser.ie.js +1 -1
- package/dist/streaming-client.browser.js +1 -1
- package/dist/v16/streaming-client.browser.ie.js +1 -1
- package/dist/v16/streaming-client.browser.js +1 -1
- package/dist/{v16.0.1 → v16.0.2}/streaming-client.browser.ie.js +1 -1
- package/dist/{v16.0.1 → v16.0.2}/streaming-client.browser.js +1 -1
- package/package.json +114 -116
package/dist/cjs/client.js
CHANGED
package/dist/deploy-info.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "developercenter-cdn/streaming-client",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.2",
|
|
4
4
|
"ecosystem": "pc",
|
|
5
5
|
"team": "Genesys Client Media (WebRTC)",
|
|
6
6
|
"indexFiles": [
|
|
7
7
|
{
|
|
8
|
-
"file": "/v16.0.
|
|
8
|
+
"file": "/v16.0.2/streaming-client.browser.ie.js"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
|
-
"file": "/v16.0.
|
|
11
|
+
"file": "/v16.0.2/streaming-client.browser.js"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"file": "/v16/streaming-client.browser.ie.js"
|
|
@@ -17,6 +17,6 @@
|
|
|
17
17
|
"file": "/v16/streaming-client.browser.js"
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
|
-
"build": "
|
|
21
|
-
"buildDate": "2023-
|
|
20
|
+
"build": "67",
|
|
21
|
+
"buildDate": "2023-07-06T17:35:03.950130Z"
|
|
22
22
|
}
|
package/dist/es/client.js
CHANGED
package/dist/es/index.bundle.js
CHANGED
|
@@ -43964,7 +43964,7 @@ class Client extends EventEmitter {
|
|
|
43964
43964
|
return Client.version;
|
|
43965
43965
|
}
|
|
43966
43966
|
static get version() {
|
|
43967
|
-
return '16.0.
|
|
43967
|
+
return '16.0.2';
|
|
43968
43968
|
}
|
|
43969
43969
|
}
|
|
43970
43970
|
|
package/dist/npm/CHANGELOG.md
CHANGED
|
@@ -4,14 +4,17 @@ 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/v16.0.
|
|
7
|
+
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v16.0.2...HEAD)
|
|
8
|
+
# [v16.0.2](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v16.0.1...v16.0.2)
|
|
8
9
|
### Added
|
|
9
10
|
* [PCM-2091](https://inindca.atlassian.net/browse/PCM-2091) - Be able to handle a duplicate channel message from hawk signaling a mandatory hard reconnect
|
|
10
11
|
|
|
12
|
+
### Fixed
|
|
13
|
+
* [PCM-2163](https://inindca.atlassian.net/browse/PCM-2163) - don't log turn server creds
|
|
14
|
+
|
|
11
15
|
# [v16.0.1](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v16.0.0...v16.0.1)
|
|
12
16
|
### Fixed
|
|
13
17
|
* [PCM-2114](https://inindca.atlassian.net/browse/PCM-2114) - fix false-positive timeout error for ending reinvited sessions
|
|
14
|
-
* [PCM-2163](https://inindca.atlassian.net/browse/PCM-2163) - don't log turn server creds
|
|
15
18
|
|
|
16
19
|
# [v16.0.0](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v15.1.7...v16.0.0)
|
|
17
20
|
### Breaking Changes
|