genesys-cloud-streaming-client 19.5.0 → 19.5.1-develop.15

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.
@@ -609,7 +609,7 @@ class Client extends events_1.default {
609
609
  return Client.version;
610
610
  }
611
611
  static get version() {
612
- return '19.5.0';
612
+ return '19.5.1';
613
613
  }
614
614
  }
615
615
  exports.Client = Client;
@@ -1,13 +1,13 @@
1
1
  {
2
- "version": "19.5.0",
3
- "build": "5",
4
- "buildDate": "2026-01-05T19:04:27.981Z",
2
+ "version": "19.5.1-develop",
3
+ "build": "15",
4
+ "buildDate": "2026-01-09T18:09:01.125Z",
5
5
  "indexFiles": [
6
6
  {
7
- "file": "v19.5.0/streaming-client.browser.js"
7
+ "file": "v19.5.1/streaming-client.browser.js"
8
8
  },
9
9
  {
10
- "file": "v19.5.0/streaming-client.browser.js.LICENSE.txt"
10
+ "file": "v19.5.1/streaming-client.browser.js.LICENSE.txt"
11
11
  },
12
12
  {
13
13
  "file": "v19/streaming-client.browser.js"
package/dist/es/client.js CHANGED
@@ -621,6 +621,6 @@ export class Client extends EventEmitter {
621
621
  return Client.version;
622
622
  }
623
623
  static get version() {
624
- return '19.5.0';
624
+ return '19.5.1';
625
625
  }
626
626
  }