@absolutejs/absolute 0.19.0-beta.309 → 0.19.0-beta.310

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/dist/index.js CHANGED
@@ -205137,8 +205137,9 @@ var ssrDirty3 = false, isRecord8 = (value) => typeof value === "object" && value
205137
205137
  bootstrapScriptContent: `window.__INITIAL_PROPS__=${JSON.stringify(props)}`,
205138
205138
  headContent: options?.headContent
205139
205139
  });
205140
- const html = injectIslandPageContext(await new Response(stream).text(), {
205141
- hasIslands: resolvedPage.hasIslands
205140
+ const renderedHtml = await new Response(stream).text();
205141
+ const html = injectIslandPageContext(renderedHtml, {
205142
+ hasIslands: resolvedPage.hasIslands || htmlContainsIslands(renderedHtml)
205142
205143
  });
205143
205144
  return new Response(html, {
205144
205145
  headers: { "Content-Type": "text/html" }
@@ -215490,5 +215491,5 @@ export {
215490
215491
  ANGULAR_INIT_TIMEOUT_MS
215491
215492
  };
215492
215493
 
215493
- //# debugId=0F2DF5AA4E83821C64756E2164756E21
215494
+ //# debugId=B38F1CB0903CCDC464756E2164756E21
215494
215495
  //# sourceMappingURL=index.js.map