@aws-amplify/core 4.5.10-unstable.2 → 4.5.10-unstable.3

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.
@@ -32723,8 +32723,8 @@ if (typeof navigator !== 'undefined' && navigator.product) {
32723
32723
  }
32724
32724
  }
32725
32725
 
32726
- var getAmplifyUserAgent = function getAmplifyUserAgent() {
32727
- return Platform.userAgent;
32726
+ var getAmplifyUserAgent = function getAmplifyUserAgent(content) {
32727
+ return "" + Platform.userAgent + (content ? content : '');
32728
32728
  };
32729
32729
  /**
32730
32730
  * @deprecated use named import