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

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.
@@ -610,7 +610,7 @@ class Client extends events_1.default {
610
610
  return Client.version;
611
611
  }
612
612
  static get version() {
613
- return '19.3.0';
613
+ return '19.3.1';
614
614
  }
615
615
  }
616
616
  exports.Client = Client;
@@ -1,10 +1,10 @@
1
1
  {
2
- "version": "19.3.0",
3
- "build": "1",
4
- "buildDate": "2025-07-21T13:35:18.560Z",
2
+ "version": "19.3.1-develop",
3
+ "build": "5",
4
+ "buildDate": "2025-07-28T19:41:11.492Z",
5
5
  "indexFiles": [
6
6
  {
7
- "file": "v19.3.0/streaming-client.browser.js"
7
+ "file": "v19.3.1/streaming-client.browser.js"
8
8
  },
9
9
  {
10
10
  "file": "v19/streaming-client.browser.js"
package/dist/es/client.js CHANGED
@@ -622,6 +622,6 @@ export class Client extends EventEmitter {
622
622
  return Client.version;
623
623
  }
624
624
  static get version() {
625
- return '19.3.0';
625
+ return '19.3.1';
626
626
  }
627
627
  }