@aws-amplify/core 6.0.1-api-v6-models.891fe0d.0 → 6.0.1-api-v6-models.c495d1b.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/core",
3
- "version": "6.0.1-api-v6-models.891fe0d.0+891fe0d",
3
+ "version": "6.0.1-api-v6-models.c495d1b.0+c495d1b",
4
4
  "description": "Core category of aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -65,7 +65,7 @@
65
65
  "uuid": "^9.0.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@aws-amplify/react-native": "1.0.1-api-v6-models.891fe0d.0+891fe0d",
68
+ "@aws-amplify/react-native": "1.0.1-api-v6-models.c495d1b.0+c495d1b",
69
69
  "@types/js-cookie": "3.0.2",
70
70
  "genversion": "^2.2.0",
71
71
  "typescript": "5.0.2"
@@ -156,5 +156,5 @@
156
156
  "lib-esm"
157
157
  ]
158
158
  },
159
- "gitHead": "891fe0dc64e168de42b3b8d42def3eb9aed89efa"
159
+ "gitHead": "c495d1b00a61dd6c81ea9207037f34599c4be290"
160
160
  }
@@ -1,2 +1,2 @@
1
1
  // generated by genversion
2
- export const version = '6.0.1-api-v6-models.891fe0d.0+891fe0d';
2
+ export const version = '6.0.1-api-v6-models.c495d1b.0+c495d1b';
@@ -280,7 +280,7 @@ export const parseAWSExports = (
280
280
  };
281
281
 
282
282
  const getRedirectUrl = (redirectStr: string): string[] =>
283
- redirectStr.split(',');
283
+ redirectStr?.split(',') ?? [];
284
284
 
285
285
  const getOAuthConfig = ({
286
286
  domain,