genesys-cloud-streaming-client 14.0.2-develop.12 → 14.1.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 +3 -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/v14/streaming-client.browser.ie.js +1 -1
- package/dist/v14/streaming-client.browser.js +1 -1
- package/dist/{v14.0.2 → v14.1.0}/streaming-client.browser.ie.js +1 -1
- package/dist/{v14.0.2 → v14.1.0}/streaming-client.browser.js +1 -1
- package/package.json +113 -115
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": "
|
|
3
|
+
"version": "14.1.0",
|
|
4
4
|
"ecosystem": "pc",
|
|
5
5
|
"team": "Genesys Client Media (WebRTC)",
|
|
6
6
|
"indexFiles": [
|
|
7
7
|
{
|
|
8
|
-
"file": "/v14.0
|
|
8
|
+
"file": "/v14.1.0/streaming-client.browser.ie.js"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
|
-
"file": "/v14.0
|
|
11
|
+
"file": "/v14.1.0/streaming-client.browser.js"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"file": "/v14/streaming-client.browser.ie.js"
|
|
@@ -17,6 +17,6 @@
|
|
|
17
17
|
"file": "/v14/streaming-client.browser.js"
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
|
-
"build": "
|
|
21
|
-
"buildDate": "2022-06-
|
|
20
|
+
"build": "34",
|
|
21
|
+
"buildDate": "2022-06-08T13:55:21.778993Z"
|
|
22
22
|
}
|
package/dist/es/client.js
CHANGED
package/dist/es/index.bundle.js
CHANGED
|
@@ -43556,7 +43556,7 @@ class Client {
|
|
|
43556
43556
|
return Client.version;
|
|
43557
43557
|
}
|
|
43558
43558
|
static get version() {
|
|
43559
|
-
return '14.0
|
|
43559
|
+
return '14.1.0';
|
|
43560
43560
|
}
|
|
43561
43561
|
}
|
|
43562
43562
|
|
package/dist/npm/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.
|
|
|
3
3
|
|
|
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
|
-
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v14.0
|
|
6
|
+
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v14.1.0...HEAD)
|
|
7
|
+
|
|
8
|
+
# [v14.1.0](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v14.0.1...v14.1.0)
|
|
7
9
|
### Added
|
|
8
10
|
* [PCM-1819](https://inindca.atlassian.net/browse/PCM-1819) Added separate backgroundassistant endpoints that will be used when using a screen recording jwt
|
|
9
11
|
|