@aws-amplify/predictions 4.0.29-unstable.2 → 4.0.29

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.0.29](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@4.0.28...@aws-amplify/predictions@4.0.29) (2021-12-16)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/predictions
9
+
10
+
11
+
12
+
13
+
6
14
  ## [4.0.28](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/predictions@4.0.27...@aws-amplify/predictions@4.0.28) (2021-12-03)
7
15
 
8
16
  **Note:** Version bump only for package @aws-amplify/predictions
@@ -95300,17 +95300,11 @@ __webpack_require__.r(__webpack_exports__);
95300
95300
  function _typeof(obj) {
95301
95301
  "@babel/helpers - typeof";
95302
95302
 
95303
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
95304
- _typeof = function _typeof(obj) {
95305
- return typeof obj;
95306
- };
95307
- } else {
95308
- _typeof = function _typeof(obj) {
95309
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
95310
- };
95311
- }
95312
-
95313
- return _typeof(obj);
95303
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
95304
+ return typeof obj;
95305
+ } : function (obj) {
95306
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
95307
+ }, _typeof(obj);
95314
95308
  }
95315
95309
 
95316
95310
  var __assign = undefined && undefined.__assign || function () {
@@ -96302,17 +96296,11 @@ __webpack_require__.r(__webpack_exports__);
96302
96296
  function _typeof(obj) {
96303
96297
  "@babel/helpers - typeof";
96304
96298
 
96305
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
96306
- _typeof = function _typeof(obj) {
96307
- return typeof obj;
96308
- };
96309
- } else {
96310
- _typeof = function _typeof(obj) {
96311
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
96312
- };
96313
- }
96314
-
96315
- return _typeof(obj);
96299
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
96300
+ return typeof obj;
96301
+ } : function (obj) {
96302
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
96303
+ }, _typeof(obj);
96316
96304
  }
96317
96305
  /*
96318
96306
  * Copyright 2017-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.