genesys-cloud-streaming-client 19.8.1-release.1 → 20.0.0-release.2

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.
@@ -670,7 +670,7 @@ class Client extends events_1.default {
670
670
  return Client.version;
671
671
  }
672
672
  static get version() {
673
- return '19.8.1';
673
+ return '20.0.0';
674
674
  }
675
675
  }
676
676
  exports.Client = Client;
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "version": "release/v19.8.1",
3
- "build": "1",
4
- "buildDate": "2026-06-02T14:26:36.143Z",
3
+ "build": "2",
4
+ "buildDate": "2026-06-03T10:01:33.427Z",
5
5
  "indexFiles": [
6
6
  {
7
- "file": "v19.8.1/streaming-client.browser.js"
7
+ "file": "v20.0.0/streaming-client.browser.js"
8
8
  },
9
9
  {
10
- "file": "v19.8.1/streaming-client.browser.js.LICENSE.txt"
10
+ "file": "v20.0.0/streaming-client.browser.js.LICENSE.txt"
11
11
  },
12
12
  {
13
- "file": "v19/streaming-client.browser.js"
13
+ "file": "v20/streaming-client.browser.js"
14
14
  },
15
15
  {
16
- "file": "v19/streaming-client.browser.js.LICENSE.txt"
16
+ "file": "v20/streaming-client.browser.js.LICENSE.txt"
17
17
  }
18
18
  ],
19
19
  "team": "Client Streaming and Signaling",
package/dist/es/client.js CHANGED
@@ -684,6 +684,6 @@ export class Client extends EventEmitter {
684
684
  return Client.version;
685
685
  }
686
686
  static get version() {
687
- return '19.8.1';
687
+ return '20.0.0';
688
688
  }
689
689
  }
@@ -47014,7 +47014,7 @@ class Client extends EventEmitter {
47014
47014
  return Client.version;
47015
47015
  }
47016
47016
  static get version() {
47017
- return '19.8.1';
47017
+ return '20.0.0';
47018
47018
  }
47019
47019
  }
47020
47020
 
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "version": "release/v19.8.1",
3
- "build": "1",
4
- "buildDate": "2026-06-02T14:26:36.143Z",
3
+ "build": "2",
4
+ "buildDate": "2026-06-03T10:01:33.427Z",
5
5
  "indexFiles": [
6
6
  {
7
- "file": "v19.8.1/streaming-client.browser.js"
7
+ "file": "v20.0.0/streaming-client.browser.js"
8
8
  },
9
9
  {
10
- "file": "v19.8.1/streaming-client.browser.js.LICENSE.txt"
10
+ "file": "v20.0.0/streaming-client.browser.js.LICENSE.txt"
11
11
  },
12
12
  {
13
- "file": "v19/streaming-client.browser.js"
13
+ "file": "v20/streaming-client.browser.js"
14
14
  },
15
15
  {
16
- "file": "v19/streaming-client.browser.js.LICENSE.txt"
16
+ "file": "v20/streaming-client.browser.js.LICENSE.txt"
17
17
  }
18
18
  ]
19
19
  }
@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
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
6
 
7
- # [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v19.8.1...HEAD)
7
+ # [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v20.0.0...HEAD)
8
8
 
9
- # [v19.8.1](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v19.8.0...v19.8.1)
9
+ # [v20.0.0](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v19.8.0...v20.0.0)
10
10
  ### Breaking Changes
11
11
  * [STREAM-1604](https://inindca.atlassian.net/browse/STREAM-1604) - Replace `uuid` with native `globalThis.crypto.randomUUID()`. `randomUUID()` has been widely available in browsers since 2022, so this should only affect you if you use streaming-client in an older browser. Also update `genesys-cloud-client-logger` from v4.2.18 to v5. Bump genesys-cloud-client-logger to v5.0.0.
12
12
 
@@ -670,7 +670,7 @@ class Client extends events_1.default {
670
670
  return Client.version;
671
671
  }
672
672
  static get version() {
673
- return '19.8.1';
673
+ return '20.0.0';
674
674
  }
675
675
  }
676
676
  exports.Client = Client;