wirejs-deploy-amplify-basic 0.0.40 → 0.0.41

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.
@@ -285,7 +285,10 @@ export class AuthenticationService extends AuthenticationServiceBase {
285
285
  const signinCommand = new InitiateAuthCommand({
286
286
  ClientId,
287
287
  AuthFlow: 'USER_AUTH',
288
- Session: result.Session
288
+ Session: result.Session,
289
+ AuthParameters: {
290
+ USERNAME: email
291
+ }
289
292
  });
290
293
  const signinResult = await client.send(signinCommand);
291
294
  signinResult.AuthenticationResult?.AccessToken;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wirejs-deploy-amplify-basic",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",