@aws-amplify/ui-react-core 3.0.7 → 3.0.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.
@@ -51,6 +51,7 @@ const SIGN_UP_MACHINE_KEYS = [
51
51
  ...COMMON_ROUTE_MACHINE_KEYS,
52
52
  'hasValidationErrors',
53
53
  'socialProviders',
54
+ 'toFederatedSignIn',
54
55
  'toSignIn',
55
56
  'validationErrors',
56
57
  ];
package/dist/index.js CHANGED
@@ -362,6 +362,7 @@ const SIGN_UP_MACHINE_KEYS = [
362
362
  ...COMMON_ROUTE_MACHINE_KEYS,
363
363
  'hasValidationErrors',
364
364
  'socialProviders',
365
+ 'toFederatedSignIn',
365
366
  'toSignIn',
366
367
  'validationErrors',
367
368
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react-core",
3
- "version": "3.0.7",
3
+ "version": "3.0.9",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "react-native": "src/index.ts",
@@ -33,7 +33,7 @@
33
33
  "typecheck": "tsc --noEmit"
34
34
  },
35
35
  "dependencies": {
36
- "@aws-amplify/ui": "6.0.7",
36
+ "@aws-amplify/ui": "6.0.9",
37
37
  "@xstate/react": "^3.2.2",
38
38
  "lodash": "4.17.21",
39
39
  "react-hook-form": "^7.43.5",
@@ -76,6 +76,7 @@ const SIGN_UP_MACHINE_KEYS: SignUpMachineKey[] = [
76
76
  ...COMMON_ROUTE_MACHINE_KEYS,
77
77
  'hasValidationErrors',
78
78
  'socialProviders',
79
+ 'toFederatedSignIn',
79
80
  'toSignIn',
80
81
  'validationErrors',
81
82
  ];