genesys-cloud-streaming-client 17.1.2-develop.97 → 17.1.3-release.1

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.
@@ -541,7 +541,7 @@ class Client extends events_1.default {
541
541
  return Client.version;
542
542
  }
543
543
  static get version() {
544
- return '17.1.2';
544
+ return '17.1.3';
545
545
  }
546
546
  }
547
547
  exports.Client = Client;
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "developercenter-cdn/streaming-client",
3
- "version": "17.1.2",
3
+ "version": "17.1.3",
4
4
  "ecosystem": "pc",
5
5
  "team": "Client Streaming and Signaling",
6
6
  "indexFiles": [
7
7
  {
8
- "file": "v17.1.2/streaming-client.browser.ie.js"
8
+ "file": "v17.1.3/streaming-client.browser.ie.js"
9
9
  },
10
10
  {
11
- "file": "v17.1.2/streaming-client.browser.js"
11
+ "file": "v17.1.3/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": "97",
21
- "buildDate": "2024-05-02T22:19:19.442066Z"
20
+ "build": "1",
21
+ "buildDate": "2024-05-02T23:16:33.059966Z"
22
22
  }
package/dist/es/client.js CHANGED
@@ -553,6 +553,6 @@ export class Client extends EventEmitter {
553
553
  return Client.version;
554
554
  }
555
555
  static get version() {
556
- return '17.1.2';
556
+ return '17.1.3';
557
557
  }
558
558
  }
@@ -41994,7 +41994,7 @@ class Client extends EventEmitter {
41994
41994
  return Client.version;
41995
41995
  }
41996
41996
  static get version() {
41997
- return '17.1.2';
41997
+ return '17.1.3';
41998
41998
  }
41999
41999
  }
42000
42000
 
@@ -4,7 +4,10 @@ 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.1.2...HEAD)
7
+
8
+ # [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v17.1.3...HEAD)
9
+
10
+ # [v17.1.3](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v17.1.2...v17.1.3)
8
11
  ### Changed
9
12
  * [PCM-2352](https://inindca.atlassian.net/browse/PCM-2352) - Use a timeout when using server-side pinging to detect when a connection has dropped
10
13
 
@@ -541,7 +541,7 @@ class Client extends events_1.default {
541
541
  return Client.version;
542
542
  }
543
543
  static get version() {
544
- return '17.1.2';
544
+ return '17.1.3';
545
545
  }
546
546
  }
547
547
  exports.Client = Client;