wirejs-deploy-amplify-basic 0.0.39 → 0.0.40

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.
@@ -248,7 +248,7 @@ export class AuthenticationService extends AuthenticationServiceBase {
248
248
  });
249
249
  await client.send(command);
250
250
  return {
251
- ...this.getMachineState(cookies),
251
+ ...await this.getMachineState(cookies),
252
252
  message: 'Your code has been sent again.'
253
253
  };
254
254
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wirejs-deploy-amplify-basic",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",