genesys-cloud-streaming-client 15.0.2 → 15.0.3-develop.34

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.
@@ -351,7 +351,7 @@ class Client extends events_1.default {
351
351
  return Client.version;
352
352
  }
353
353
  static get version() {
354
- return '15.0.2';
354
+ return '15.0.3';
355
355
  }
356
356
  }
357
357
  exports.Client = Client;
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "developercenter-cdn/streaming-client",
3
- "version": "15.0.2",
3
+ "version": "15.0.3",
4
4
  "ecosystem": "pc",
5
5
  "team": "Genesys Client Media (WebRTC)",
6
6
  "indexFiles": [
7
7
  {
8
- "file": "/v15.0.2/streaming-client.browser.ie.js"
8
+ "file": "/v15.0.3/streaming-client.browser.ie.js"
9
9
  },
10
10
  {
11
- "file": "/v15.0.2/streaming-client.browser.js"
11
+ "file": "/v15.0.3/streaming-client.browser.js"
12
12
  },
13
13
  {
14
14
  "file": "/v15/streaming-client.browser.ie.js"
@@ -17,6 +17,6 @@
17
17
  "file": "/v15/streaming-client.browser.js"
18
18
  }
19
19
  ],
20
- "build": "50",
21
- "buildDate": "2022-12-20T20:17:26.874258Z"
20
+ "build": "34",
21
+ "buildDate": "2023-01-04T20:48:48.397092Z"
22
22
  }
package/dist/es/client.js CHANGED
@@ -359,6 +359,6 @@ export class Client extends EventEmitter {
359
359
  return Client.version;
360
360
  }
361
361
  static get version() {
362
- return '15.0.2';
362
+ return '15.0.3';
363
363
  }
364
364
  }
@@ -43050,7 +43050,7 @@ class Client extends EventEmitter {
43050
43050
  return Client.version;
43051
43051
  }
43052
43052
  static get version() {
43053
- return '15.0.2';
43053
+ return '15.0.3';
43054
43054
  }
43055
43055
  }
43056
43056
 
@@ -15,9 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
 
16
16
  # [v15.0.0](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v14.2.4...v15.0.0)
17
17
  ### Breaking Changes
18
- * There should not be any breaking changes unless you are doing things you shouldn't. If you are interacting with the stanza instance
19
- itself, e.g. `streamingClient._stanzaio`, then you'll likely have issues. We made this a major version release because of the scale of
20
- the changes to the connection logic.
18
+ * `client.reconnect()` no longer exists because it doesn't really make sense. If you need the reconnect functionality
19
+ for some reason, you'll have to manually call `disconnect()` and `connect()`.
20
+ * If you are interacting with the stanza instance itself, e.g. `streamingClient._stanzaio`, then you will have issues.
21
21
 
22
22
  ### Fixed
23
23
  * [PCM-2031](https://inindca.atlassian.net/browse/PCM-2031) - Allow specifying response type to fix the "No root element" error when firefox tries to parse empty XHR responses.
@@ -351,7 +351,7 @@ class Client extends events_1.default {
351
351
  return Client.version;
352
352
  }
353
353
  static get version() {
354
- return '15.0.2';
354
+ return '15.0.3';
355
355
  }
356
356
  }
357
357
  exports.Client = Client;