@embeddable.com/sdk-react 2.2.20 → 2.2.21

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/lib/index.esm.js CHANGED
@@ -729,7 +729,7 @@ var generate = async (ctx) => {
729
729
  else {
730
730
  const progress = ora("React: building components...").start();
731
731
  result = await runViteBuild(ctx);
732
- progress.succeed("React: components built completed");
732
+ progress.succeed("Building React components completed");
733
733
  }
734
734
  return result;
735
735
  };