@aws-amplify/analytics 5.1.9-unstable.2 → 5.1.9

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
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.1.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@5.1.8...@aws-amplify/analytics@5.1.9) (2021-12-16)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/analytics
9
+
10
+
11
+
12
+
13
+
6
14
  ## [5.1.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@5.1.7...@aws-amplify/analytics@5.1.8) (2021-12-03)
7
15
 
8
16
  **Note:** Version bump only for package @aws-amplify/analytics
@@ -63935,17 +63935,11 @@ __webpack_require__.r(__webpack_exports__);
63935
63935
  function _typeof(obj) {
63936
63936
  "@babel/helpers - typeof";
63937
63937
 
63938
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
63939
- _typeof = function _typeof(obj) {
63940
- return typeof obj;
63941
- };
63942
- } else {
63943
- _typeof = function _typeof(obj) {
63944
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
63945
- };
63946
- }
63947
-
63948
- return _typeof(obj);
63938
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
63939
+ return typeof obj;
63940
+ } : function (obj) {
63941
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
63942
+ }, _typeof(obj);
63949
63943
  }
63950
63944
  /*
63951
63945
  * Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
@@ -67750,17 +67744,11 @@ __webpack_require__.r(__webpack_exports__);
67750
67744
  function _typeof(obj) {
67751
67745
  "@babel/helpers - typeof";
67752
67746
 
67753
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
67754
- _typeof = function _typeof(obj) {
67755
- return typeof obj;
67756
- };
67757
- } else {
67758
- _typeof = function _typeof(obj) {
67759
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
67760
- };
67761
- }
67762
-
67763
- return _typeof(obj);
67747
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
67748
+ return typeof obj;
67749
+ } : function (obj) {
67750
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
67751
+ }, _typeof(obj);
67764
67752
  }
67765
67753
  /**
67766
67754
  * Copyright (c) 2017, Philip Walton <philip@philipwalton.com>