@melio-eng/web-sdk 1.0.22-pr.45.8de7c41 → 1.0.23-pr.45.7e7fc86

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 +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -317,7 +317,6 @@ export class MelioSDK {
317
317
  const initFlow = new InitFlow('', // no need container id for init flow as it is created inside the initialization
318
318
  { authCode: authenticationCode, containerId: '' }, this.partnerName, this.environment, this.branchOverride);
319
319
  initFlow.initialize();
320
- console.log('InitFlow initialized successfully');
321
320
  this.isInitialized = true;
322
321
  // Listen for authentication failure and reset initialization state
323
322
  initFlow.on('authenticationFailed', () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melio-eng/web-sdk",
3
- "version": "1.0.22-pr.45.8de7c41",
3
+ "version": "1.0.23-pr.45.7e7fc86",
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",