@microsoft/omnichannel-chat-sdk 1.4.4 → 1.4.5-main.5daf2e9

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/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file.
3
3
 
4
+ ## [Unreleased]
5
+
4
6
  ## [1.4.4] - 2023-07-19
5
7
  ### Added
6
8
  - Add `tokenRefresher` mechanism to retrieve chat token on expiry
package/README.md CHANGED
@@ -103,6 +103,7 @@ New releases are published on a regular basis to ensure the product quality.
103
103
 
104
104
  | Version | Docs | Release Date | End of Support | Deprecated |
105
105
  | -- | -- | -- | -- | -- |
106
+ | 1.4.4 | [Release Notes](https://github.com/microsoft/omnichannel-chat-sdk/releases/tag/v1.4.4) | Jul 19th 2023 | Jul 19th 2024 | |
106
107
  | 1.4.3 | [Release Notes](https://github.com/microsoft/omnichannel-chat-sdk/releases/tag/v1.4.3) | Jun 15th 2023 | Jun 15th 2024 | |
107
108
  | 1.4.2 | [Release Notes](https://github.com/microsoft/omnichannel-chat-sdk/releases/tag/v1.4.2) | May 19th 2023 | May 19th 2024 | |
108
109
  | 1.4.1 | [Release Notes](https://github.com/microsoft/omnichannel-chat-sdk/releases/tag/v1.4.1) | May 5th 2023 | May 5th 2024 | |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/omnichannel-chat-sdk",
3
- "version": "1.4.4",
3
+ "version": "1.4.5-main.5daf2e9",
4
4
  "description": "Microsoft Omnichannel Chat SDK",
5
5
  "files": [
6
6
  "lib/**/*"