@embeddable.com/sdk-react 2.2.19 → 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.js CHANGED
@@ -752,7 +752,7 @@ var generate = async (ctx) => {
752
752
  else {
753
753
  const progress = ora("React: building components...").start();
754
754
  result = await runViteBuild(ctx);
755
- progress.succeed("React: components built completed");
755
+ progress.succeed("Building React components completed");
756
756
  }
757
757
  return result;
758
758
  };