genesys-cloud-streaming-client 14.0.1-develop.10 → 14.0.1-develop.11
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/deploy-info.json +2 -2
- package/dist/npm/CHANGELOG.md +2 -0
- package/package.json +1 -1
package/dist/deploy-info.json
CHANGED
package/dist/npm/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,8 @@ 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
|
# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v14.0.0...HEAD)
|
|
7
7
|
|
|
8
|
+
# [v14.0.1](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v14.0.0...v14.0.1)
|
|
9
|
+
|
|
8
10
|
### Fixed
|
|
9
11
|
* [PCM-1926](https://inindca.atlassian.net/browse/PCM-1926) – make sure that the `data` (ie. body) is sent with HTTP post & put requests.
|
|
10
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-cloud-streaming-client",
|
|
3
|
-
"version": "14.0.1-develop.
|
|
3
|
+
"version": "14.0.1-develop.11",
|
|
4
4
|
"description": "client for the Genesys Cloud Streaming APIs (websocket/xmpp interface)",
|
|
5
5
|
"repository": "https:github.com/purecloudlabs/genesys-cloud-streaming-client",
|
|
6
6
|
"license": "MIT",
|