wirejs-deploy-amplify-basic 0.0.38 → 0.0.39

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.
@@ -352,7 +352,7 @@ export class AuthenticationService extends AuthenticationServiceBase {
352
352
  metadata: form.inputs.email,
353
353
  });
354
354
  return {
355
- ...this.getMachineState(cookies),
355
+ ...await this.getMachineState(cookies),
356
356
  message: `Your account setup isn't complete.<br />
357
357
  We sent you a new code to enter below.`
358
358
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wirejs-deploy-amplify-basic",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",