genesys-cloud-streaming-client 17.1.1 → 17.1.2-develop.96

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.
@@ -515,7 +515,7 @@ class Client extends events_1.default {
515
515
  return Client.version;
516
516
  }
517
517
  static get version() {
518
- return '17.1.1';
518
+ return '17.1.2';
519
519
  }
520
520
  }
521
521
  exports.Client = Client;
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "developercenter-cdn/streaming-client",
3
- "version": "17.1.1",
3
+ "version": "17.1.2",
4
4
  "ecosystem": "pc",
5
- "team": "Genesys Client Media (WebRTC)",
5
+ "team": "Client Streaming and Signaling",
6
6
  "indexFiles": [
7
7
  {
8
- "file": "v17.1.1/streaming-client.browser.ie.js"
8
+ "file": "v17.1.2/streaming-client.browser.ie.js"
9
9
  },
10
10
  {
11
- "file": "v17.1.1/streaming-client.browser.js"
11
+ "file": "v17.1.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": "89",
21
- "buildDate": "2024-04-16T17:49:43.132819Z"
20
+ "build": "96",
21
+ "buildDate": "2024-04-22T20:44:52.500279Z"
22
22
  }
package/dist/es/client.js CHANGED
@@ -525,6 +525,6 @@ export class Client extends EventEmitter {
525
525
  return Client.version;
526
526
  }
527
527
  static get version() {
528
- return '17.1.1';
528
+ return '17.1.2';
529
529
  }
530
530
  }
@@ -41928,7 +41928,7 @@ class Client extends EventEmitter {
41928
41928
  return Client.version;
41929
41929
  }
41930
41930
  static get version() {
41931
- return '17.1.1';
41931
+ return '17.1.2';
41932
41932
  }
41933
41933
  }
41934
41934
 
@@ -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.0...HEAD)
7
+ # [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v17.1.2...HEAD)
8
+
9
+ # [v17.1.2](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v17.1.1...v17.1.2)
10
+ * [NO-JIRA] - Removed Spigot testing from Jenkins build step.
8
11
 
9
12
  # [v17.1.1](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v17.1.0...v17.1.1)
10
13
  ### Fixed
@@ -515,7 +515,7 @@ class Client extends events_1.default {
515
515
  return Client.version;
516
516
  }
517
517
  static get version() {
518
- return '17.1.1';
518
+ return '17.1.2';
519
519
  }
520
520
  }
521
521
  exports.Client = Client;