genesys-cloud-streaming-client 14.1.1-develop.13 → 14.1.1-develop.14
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/deploy-info.json +3 -3
- package/dist/npm/CHANGELOG.md +3 -0
- package/package.json +1 -1
package/dist/deploy-info.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "developercenter-cdn/streaming-client",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.1.1",
|
|
4
4
|
"ecosystem": "pc",
|
|
5
5
|
"team": "Genesys Client Media (WebRTC)",
|
|
6
6
|
"indexFiles": [
|
|
@@ -17,6 +17,6 @@
|
|
|
17
17
|
"file": "/v14/streaming-client.browser.js"
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
|
-
"build": "
|
|
21
|
-
"buildDate": "2022-06-
|
|
20
|
+
"build": "14",
|
|
21
|
+
"buildDate": "2022-06-15T19:14:28.902065Z"
|
|
22
22
|
}
|
package/dist/npm/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,9 @@ 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
|
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v14.1.0...HEAD)
|
|
7
7
|
|
|
8
|
+
### Added
|
|
9
|
+
* [PCM-1935](https://inindca.atlassian.net/browse/PCM-1935) – added build, deploy, and publish notifications to the Jenkinsfile
|
|
10
|
+
|
|
8
11
|
# [v14.1.0](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v14.0.1...v14.1.0)
|
|
9
12
|
### Added
|
|
10
13
|
* [PCM-1819](https://inindca.atlassian.net/browse/PCM-1819) Added separate backgroundassistant endpoints that will be used when using a screen recording jwt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-cloud-streaming-client",
|
|
3
|
-
"version": "14.1.1-develop.
|
|
3
|
+
"version": "14.1.1-develop.14",
|
|
4
4
|
"description": "client for the Genesys Cloud Streaming APIs (websocket/xmpp interface)",
|
|
5
5
|
"repository": "https:github.com/purecloudlabs/genesys-cloud-streaming-client",
|
|
6
6
|
"license": "MIT",
|