@melio-eng/web-sdk 1.0.23-pr.45.a9e1d28 → 1.0.23-pr.45.dffe470

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.
package/dist/index.d.ts CHANGED
@@ -39,4 +39,4 @@ export declare class MelioSDK implements MelioSDK {
39
39
  * Export the SDK instance
40
40
  */
41
41
  export declare const melioSDK: MelioSDK;
42
- export * from './types';
42
+ export * from './types.js';
package/dist/index.js CHANGED
@@ -390,4 +390,4 @@ export class MelioSDK {
390
390
  */
391
391
  export const melioSDK = new MelioSDK();
392
392
  // Export types for consumers
393
- export * from './types';
393
+ export * from './types.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melio-eng/web-sdk",
3
- "version": "1.0.23-pr.45.a9e1d28",
3
+ "version": "1.0.23-pr.45.dffe470",
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",