genesys-cloud-streaming-client 17.0.1-develop.77 → 17.0.2-develop.140

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.
@@ -434,7 +434,7 @@ class Client extends events_1.default {
434
434
  return Client.version;
435
435
  }
436
436
  static get version() {
437
- return '17.0.1';
437
+ return '17.0.2';
438
438
  }
439
439
  }
440
440
  exports.Client = Client;
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "developercenter-cdn/streaming-client",
3
- "version": "17.0.1",
3
+ "version": "17.0.2",
4
4
  "ecosystem": "pc",
5
5
  "team": "Genesys Client Media (WebRTC)",
6
6
  "indexFiles": [
7
7
  {
8
- "file": "v17.0.1/streaming-client.browser.ie.js"
8
+ "file": "v17.0.2/streaming-client.browser.ie.js"
9
9
  },
10
10
  {
11
- "file": "v17.0.1/streaming-client.browser.js"
11
+ "file": "v17.0.2/streaming-client.browser.js"
12
12
  },
13
13
  {
14
14
  "file": "v17/streaming-client.browser.ie.js"
@@ -17,6 +17,6 @@
17
17
  "file": "v17/streaming-client.browser.js"
18
18
  }
19
19
  ],
20
- "build": "77",
21
- "buildDate": "2024-01-23T21:19:08.488866Z"
20
+ "build": "140",
21
+ "buildDate": "2024-02-12T21:13:51.627609Z"
22
22
  }
package/dist/es/client.js CHANGED
@@ -444,6 +444,6 @@ export class Client extends EventEmitter {
444
444
  return Client.version;
445
445
  }
446
446
  static get version() {
447
- return '17.0.1';
447
+ return '17.0.2';
448
448
  }
449
449
  }
@@ -45351,7 +45351,7 @@ class Client extends EventEmitter {
45351
45351
  return Client.version;
45352
45352
  }
45353
45353
  static get version() {
45354
- return '17.0.1';
45354
+ return '17.0.2';
45355
45355
  }
45356
45356
  }
45357
45357
 
@@ -4,9 +4,11 @@ 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/v17.0.0...HEAD)
7
+ # [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v17.0.1...HEAD)
8
+
9
+ # [v17.0.1](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v17.0.0...v17.0.1)
8
10
  ### Added
9
- * [PCM-2295](https://inindca.atlassian.net/browse/PCM-2295) New relic stat for when navigator.onLine changes.
11
+ * [PCM-2295](https://inindca.atlassian.net/browse/PCM-2295) New relic stat for when navigator.onLine changes
10
12
 
11
13
  ### Fixed
12
14
  * [no-jira] Fix snyk vulns: axios and follow-redirects
@@ -434,7 +434,7 @@ class Client extends events_1.default {
434
434
  return Client.version;
435
435
  }
436
436
  static get version() {
437
- return '17.0.1';
437
+ return '17.0.2';
438
438
  }
439
439
  }
440
440
  exports.Client = Client;