@microsoft/omnichannel-chat-sdk 1.7.2-main.f7f7b5a → 1.7.3-main.3eb119e

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +1 -4
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [1.7.2] - 2024-03-20
8
+
9
+ ### Fixed
10
+
11
+ - Remove override block for follow-redirect, which was causing conflicts with ACS libs in LCW
12
+
7
13
  ## [1.7.1] - 2024-03-18
8
14
 
9
15
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/omnichannel-chat-sdk",
3
- "version": "1.7.2-main.f7f7b5a",
3
+ "version": "1.7.3-main.3eb119e",
4
4
  "description": "Microsoft Omnichannel Chat SDK",
5
5
  "files": [
6
6
  "lib/**/*"
@@ -44,8 +44,5 @@
44
44
  "@microsoft/ocsdk": "^0.4.5",
45
45
  "@microsoft/omnichannel-amsclient": "^0.1.6",
46
46
  "@microsoft/omnichannel-ic3core": "^0.1.3"
47
- },
48
- "overrides": {
49
- "follow-redirects": "1.15.6"
50
47
  }
51
48
  }