@aws-amplify/core 6.0.1-unstable.04fd02c.0 → 6.0.1-unstable.20e9a79.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/lib/Platform/version.d.ts +1 -1
- package/lib/Platform/version.js +1 -1
- package/lib/parseAWSExports.js +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib-esm/Platform/version.d.ts +1 -1
- package/lib-esm/Platform/version.js +1 -1
- package/lib-esm/parseAWSExports.js +1 -1
- package/lib-esm/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/Platform/version.ts +1 -1
- package/src/parseAWSExports.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "6.0.1-unstable.
|
|
1
|
+
export declare const version = "6.0.1-unstable.20e9a79.0+20e9a79";
|
package/lib/Platform/version.js
CHANGED
package/lib/parseAWSExports.js
CHANGED
|
@@ -200,7 +200,7 @@ const parseAWSExports = (config = {}) => {
|
|
|
200
200
|
return amplifyConfig;
|
|
201
201
|
};
|
|
202
202
|
exports.parseAWSExports = parseAWSExports;
|
|
203
|
-
const getRedirectUrl = (redirectStr) => redirectStr
|
|
203
|
+
const getRedirectUrl = (redirectStr) => redirectStr?.split(',') ?? [];
|
|
204
204
|
const getOAuthConfig = ({ domain, scope, redirectSignIn, redirectSignOut, responseType, }) => ({
|
|
205
205
|
domain,
|
|
206
206
|
scopes: scope,
|