@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 +1 -1
- package/lib/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/cleanup.ts +1 -1
package/package.json
CHANGED
package/src/cleanup.ts
CHANGED
|
@@ -134,7 +134,7 @@ async function extractBuild(ctx: ResolvedEmbeddableConfig) {
|
|
|
134
134
|
const lifecycleFiles =
|
|
135
135
|
(await findFiles(
|
|
136
136
|
ctx.client.buildDir,
|
|
137
|
-
/embeddable-lifecycle
|
|
137
|
+
/embeddable-lifecycle(?:-[0-9a-f]+)?\.js/,
|
|
138
138
|
)) || [];
|
|
139
139
|
|
|
140
140
|
for (const [, lifecycleFilePath] of lifecycleFiles) {
|