@microsoft/omnichannel-amsclient
Advanced tools
Comparing version 0.1.8-main.abaf30a to 0.1.8
@@ -6,2 +6,6 @@ # Changelog | ||
## [0.1.8] - 2025-02-18 | ||
### Changed | ||
- Update `IframeCommunicator`'s `targetOrigin` to post cross-origin messages | ||
## [0.1.7] - 2025-01-30 | ||
@@ -8,0 +12,0 @@ ### Added |
@@ -1,1 +0,1 @@ | ||
exports.baseUrl = 'https://comms.omnichannelengagementhub.com/ams'; exports.sdkVersion = '0.1.8-main.abaf30a'; | ||
exports.baseUrl = 'https://comms.omnichannelengagementhub.com/ams'; exports.sdkVersion = '0.1.8'; |
@@ -100,3 +100,3 @@ "use strict"; | ||
eventName: eventName, | ||
eventStatus: eventStatus }, data), '*'); | ||
eventStatus: eventStatus }, data), document.referrer); | ||
}; | ||
@@ -103,0 +103,0 @@ IframeCommunicator.prototype.handleEvent = function (event) { |
{ | ||
"name": "@microsoft/omnichannel-amsclient", | ||
"version": "0.1.8-main.abaf30a", | ||
"version": "0.1.8", | ||
"description": "Microsoft Omnichannel AMSClient", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
260004