genesys-cloud-streaming-client 16.1.4-develop.69 → 16.2.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 +5 -5
- package/dist/es/client.js +1 -1
- package/dist/es/index.bundle.js +1 -1
- package/dist/npm/CHANGELOG.md +2 -1
- 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.1.4 → v16.2.0}/streaming-client.browser.ie.js +1 -1
- package/dist/{v16.1.4 → v16.2.0}/streaming-client.browser.js +1 -1
- package/package.json +116 -118
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.
|
|
3
|
+
"version": "16.2.0",
|
|
4
4
|
"ecosystem": "pc",
|
|
5
5
|
"team": "Genesys Client Media (WebRTC)",
|
|
6
6
|
"indexFiles": [
|
|
7
7
|
{
|
|
8
|
-
"file": "v16.
|
|
8
|
+
"file": "v16.2.0/streaming-client.browser.ie.js"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
|
-
"file": "v16.
|
|
11
|
+
"file": "v16.2.0/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-12-13T16:
|
|
20
|
+
"build": "83",
|
|
21
|
+
"buildDate": "2023-12-13T16:13:37.136686Z"
|
|
22
22
|
}
|
package/dist/es/client.js
CHANGED
package/dist/es/index.bundle.js
CHANGED
|
@@ -45331,7 +45331,7 @@ class Client extends EventEmitter {
|
|
|
45331
45331
|
return Client.version;
|
|
45332
45332
|
}
|
|
45333
45333
|
static get version() {
|
|
45334
|
-
return '16.
|
|
45334
|
+
return '16.2.0';
|
|
45335
45335
|
}
|
|
45336
45336
|
}
|
|
45337
45337
|
|
package/dist/npm/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,8 @@ 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.
|
|
7
|
+
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v16.2.0...HEAD)
|
|
8
|
+
# [v16.2.0](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v16.1.3...v16.2.0)
|
|
8
9
|
### Added
|
|
9
10
|
* [PCM-2276](https://inindca.atlassian.net/browse/PCM-2276) Added an function to proxy stats to nr from other apps like the webrtc sdk; Fixed some issues with nr stats gathering.
|
|
10
11
|
|