@embeddable.com/sdk-react 3.1.1 → 3.1.2

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
@@ -1121,7 +1121,7 @@ async function prepareEntrypoint(ctx, filesList) {
1121
1121
 
1122
1122
  var build = async (ctx) => {
1123
1123
  createContext(path$1.resolve(__dirname, ".."), ctx);
1124
- return await generate(ctx);
1124
+ return generate(ctx);
1125
1125
  };
1126
1126
 
1127
1127
  var cleanup = async (ctx) => {