@melio-eng/web-sdk 1.0.16-pr.31.4b8281a → 1.0.16-pr.31.f5ce3e3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -102,7 +102,7 @@ class Flow {
102
102
  case 'AUTHENTICATION_SUCCESS':
103
103
  this.emit('authenticationSucceeded');
104
104
  break;
105
- case 'AUTHENTICATION_ERROR':
105
+ case 'AUTHENTICATION_FAILED':
106
106
  this.emit('authenticationFailed');
107
107
  break;
108
108
  case 'ONBOARDING_COMPLETED':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melio-eng/web-sdk",
3
- "version": "1.0.16-pr.31.4b8281a",
3
+ "version": "1.0.16-pr.31.f5ce3e3",
4
4
  "description": "Melio Web SDK - Embed core Melio workflows directly into partner UI with minimal effort",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",