@melio-eng/web-sdk 1.0.17 → 1.0.18-pr.33.a9f24f0

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
@@ -96,7 +96,7 @@ class Flow {
96
96
  case 'FLOW_EXIT':
97
97
  this.emit('exit');
98
98
  break;
99
- case 'FLOW_NAVIGATED':
99
+ case 'NAVIGATED_TO_TARGET':
100
100
  this.emit('navigated', data);
101
101
  break;
102
102
  case 'AUTHENTICATION_SUCCESS':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melio-eng/web-sdk",
3
- "version": "1.0.17",
3
+ "version": "1.0.18-pr.33.a9f24f0",
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",