@embeddable.com/sdk-core 3.14.0-next.1 → 3.14.0-next.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
@@ -1025,7 +1025,7 @@ async function extractBuild(ctx) {
1025
1025
  const themeFilePathFileName = path$1.basename(themeFilePath);
1026
1026
  await fs.rename(themeFilePath, path$1.join(ctx.client.tmpDir, themeFilePathFileName));
1027
1027
  }
1028
- const lifecycleFiles = (await findFiles(ctx.client.buildDir, /embeddable-lifecycle-[0-9a-f]+\.js/)) || [];
1028
+ const lifecycleFiles = (await findFiles(ctx.client.buildDir, /embeddable-lifecycle(?:-[0-9a-f]+)?\.js/)) || [];
1029
1029
  for (const [, lifecycleFilePath] of lifecycleFiles) {
1030
1030
  const lifecycleFilePathFileName = path$1.basename(lifecycleFilePath);
1031
1031
  await fs.rename(lifecycleFilePath, path$1.join(ctx.client.tmpDir, lifecycleFilePathFileName));