@aws-amplify/datastore 3.5.1-unstable.5 → 3.5.1

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
+ ## [3.5.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.5.0...@aws-amplify/datastore@3.5.1) (2021-10-28)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/datastore
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.5.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.4.8...@aws-amplify/datastore@3.5.0) (2021-10-21)
7
15
 
8
16
  ### Features
@@ -61167,12 +61167,22 @@ function () {
61167
61167
  _a = mfaMethod;
61168
61168
 
61169
61169
  switch (_a) {
61170
- case 'TOTP' || false:
61170
+ case 'TOTP':
61171
61171
  return [3
61172
61172
  /*break*/
61173
61173
  , 2];
61174
61174
 
61175
- case 'SMS' || false:
61175
+ case 'SOFTWARE_TOKEN_MFA':
61176
+ return [3
61177
+ /*break*/
61178
+ , 2];
61179
+
61180
+ case 'SMS':
61181
+ return [3
61182
+ /*break*/
61183
+ , 3];
61184
+
61185
+ case 'SMS_MFA':
61176
61186
  return [3
61177
61187
  /*break*/
61178
61188
  , 3];