@boomi/embedkit 1.2.14 → 1.2.15

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
@@ -719,4 +719,8 @@ export declare function RenderComponent<T extends ComponentName>({ component, pr
719
719
  componentKey?: string;
720
720
  }): void;
721
721
 
722
+ export {
723
+ BoomiPlugin as default,
724
+ };
725
+
722
726
  export {};
package/dist/index.js CHANGED
@@ -66664,5 +66664,6 @@ export {
66664
66664
  cJ as EmbedKitProvider,
66665
66665
  aJ as RenderComponent,
66666
66666
  dJ as createEmbedKit,
66667
+ vJ as default,
66667
66668
  uJ as useEmbedKit
66668
66669
  };