@aws-amplify/core 4.3.11-unstable.2 → 4.3.11

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
+ ## [4.3.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.10...@aws-amplify/core@4.3.11) (2021-12-16)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/core
9
+
10
+
11
+
12
+
13
+
6
14
  ## [4.3.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.9...@aws-amplify/core@4.3.10) (2021-12-03)
7
15
 
8
16
  **Note:** Version bump only for package @aws-amplify/core
@@ -33805,17 +33805,11 @@ __webpack_require__.r(__webpack_exports__);
33805
33805
  function _typeof(obj) {
33806
33806
  "@babel/helpers - typeof";
33807
33807
 
33808
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
33809
- _typeof = function _typeof(obj) {
33810
- return typeof obj;
33811
- };
33812
- } else {
33813
- _typeof = function _typeof(obj) {
33814
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
33815
- };
33816
- }
33817
-
33818
- return _typeof(obj);
33808
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
33809
+ return typeof obj;
33810
+ } : function (obj) {
33811
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
33812
+ }, _typeof(obj);
33819
33813
  }
33820
33814
  /**
33821
33815
  * Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
@@ -34094,17 +34088,11 @@ __webpack_require__.r(__webpack_exports__);
34094
34088
  function _typeof(obj) {
34095
34089
  "@babel/helpers - typeof";
34096
34090
 
34097
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
34098
- _typeof = function _typeof(obj) {
34099
- return typeof obj;
34100
- };
34101
- } else {
34102
- _typeof = function _typeof(obj) {
34103
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
34104
- };
34105
- }
34106
-
34107
- return _typeof(obj);
34091
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
34092
+ return typeof obj;
34093
+ } : function (obj) {
34094
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
34095
+ }, _typeof(obj);
34108
34096
  }
34109
34097
  /*
34110
34098
  * Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.