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.
- package/dist/cjs/client.js +1 -1
- package/dist/deploy-info.json +5 -5
- package/dist/es/client.js +1 -1
- package/dist/es/index.bundle.js +1 -1
- package/dist/npm/CHANGELOG.md +3 -3
- package/dist/npm/client.js +1 -1
- package/dist/streaming-client.browser.ie.js +1 -1
- package/dist/streaming-client.browser.js +1 -1
- package/dist/v15/streaming-client.browser.ie.js +1 -1
- package/dist/v15/streaming-client.browser.js +1 -1
- package/dist/{v15.0.2 → v15.0.3}/streaming-client.browser.ie.js +1 -1
- package/dist/{v15.0.2 → v15.0.3}/streaming-client.browser.js +1 -1
- package/package.json +116 -114
package/dist/cjs/client.js
CHANGED
package/dist/deploy-info.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "developercenter-cdn/streaming-client",
|
|
3
|
-
"version": "15.0.
|
|
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.
|
|
8
|
+
"file": "/v15.0.3/streaming-client.browser.ie.js"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
|
-
"file": "/v15.0.
|
|
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": "
|
|
21
|
-
"buildDate": "
|
|
20
|
+
"build": "34",
|
|
21
|
+
"buildDate": "2023-01-04T20:48:48.397092Z"
|
|
22
22
|
}
|
package/dist/es/client.js
CHANGED
package/dist/es/index.bundle.js
CHANGED
|
@@ -43050,7 +43050,7 @@ class Client extends EventEmitter {
|
|
|
43050
43050
|
return Client.version;
|
|
43051
43051
|
}
|
|
43052
43052
|
static get version() {
|
|
43053
|
-
return '15.0.
|
|
43053
|
+
return '15.0.3';
|
|
43054
43054
|
}
|
|
43055
43055
|
}
|
|
43056
43056
|
|
package/dist/npm/CHANGELOG.md
CHANGED
|
@@ -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
|
-
*
|
|
19
|
-
|
|
20
|
-
|
|
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.
|