genesys-cloud-streaming-client 19.3.1-develop.5 → 19.3.1-develop.6

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": "19.3.1-develop",
3
- "build": "5",
4
- "buildDate": "2025-07-28T19:41:11.492Z",
3
+ "build": "6",
4
+ "buildDate": "2025-08-27T15:34:09.710Z",
5
5
  "indexFiles": [
6
6
  {
7
7
  "file": "v19.3.1/streaming-client.browser.js"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": "19.3.1-develop",
3
- "build": "5",
4
- "buildDate": "2025-07-28T19:41:11.492Z",
3
+ "build": "6",
4
+ "buildDate": "2025-08-27T15:34:09.710Z",
5
5
  "indexFiles": [
6
6
  {
7
7
  "file": "v19.3.1/streaming-client.browser.js"
@@ -5,6 +5,8 @@ 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
7
  # [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v19.3.1...HEAD)
8
+ ### Added
9
+ * [STREAM-865](https://inindca.atlassian.net/browse/STREAM-865) - Generate a test report in JUnit.xml format.
8
10
 
9
11
  # [v19.3.1](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v19.3.0...v19.3.1)
10
12
  * [STREAM-801](https://inindca.atlassian.net/browse/STREAM-801) - Update genesys-cloud-client-logger and axios to address Snyk vulnerability.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-cloud-streaming-client",
3
- "version": "19.3.1-develop.5",
3
+ "version": "19.3.1-develop.6",
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",
@@ -93,6 +93,7 @@
93
93
  "babel-loader": "^8.1.0",
94
94
  "btoa": "^1.2.1",
95
95
  "jest": "^26.1.0",
96
+ "jest-junit": "^16.0.0",
96
97
  "jest-mock-axios": "^4.6.1",
97
98
  "nock": "^13.0.4",
98
99
  "npm-run-all": "^4.1.5",