@cedarjs/prerender 5.0.0-canary.2410 → 5.0.0-canary.2412

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.
@@ -286,7 +286,7 @@ const runPrerender = async ({
286
286
  );
287
287
  prerenderApolloClient.resetStore();
288
288
  insertChunkLoadingScript(indexHtmlTree, renderPath);
289
- indexHtmlTree("#redwood-app").append(componentAsHtml);
289
+ indexHtmlTree("#cedar-app, #redwood-app").append(componentAsHtml);
290
290
  const renderOutput = indexHtmlTree.html();
291
291
  return renderOutput;
292
292
  };
@@ -283,7 +283,7 @@ const runPrerender = async ({
283
283
  );
284
284
  prerenderApolloClient.resetStore();
285
285
  insertChunkLoadingScript(indexHtmlTree, renderPath);
286
- indexHtmlTree("#redwood-app").append(componentAsHtml);
286
+ indexHtmlTree("#cedar-app, #redwood-app").append(componentAsHtml);
287
287
  const renderOutput = indexHtmlTree.html();
288
288
  return renderOutput;
289
289
  };
@@ -257,7 +257,7 @@ const runPrerender = async ({
257
257
  );
258
258
  prerenderApolloClient.resetStore();
259
259
  insertChunkLoadingScript(indexHtmlTree, renderPath);
260
- indexHtmlTree("#redwood-app").append(componentAsHtml);
260
+ indexHtmlTree("#cedar-app, #redwood-app").append(componentAsHtml);
261
261
  const renderOutput = indexHtmlTree.html();
262
262
  return renderOutput;
263
263
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/prerender",
3
- "version": "5.0.0-canary.2410",
3
+ "version": "5.0.0-canary.2412",
4
4
  "description": "CedarJS prerender",
5
5
  "repository": {
6
6
  "type": "git",
@@ -71,12 +71,12 @@
71
71
  "@babel/generator": "7.29.1",
72
72
  "@babel/parser": "7.29.3",
73
73
  "@babel/traverse": "7.29.0",
74
- "@cedarjs/babel-config": "5.0.0-canary.2410",
75
- "@cedarjs/project-config": "5.0.0-canary.2410",
76
- "@cedarjs/router": "5.0.0-canary.2410",
77
- "@cedarjs/structure": "5.0.0-canary.2410",
78
- "@cedarjs/vite": "5.0.0-canary.2410",
79
- "@cedarjs/web": "5.0.0-canary.2410",
74
+ "@cedarjs/babel-config": "5.0.0-canary.2412",
75
+ "@cedarjs/project-config": "5.0.0-canary.2412",
76
+ "@cedarjs/router": "5.0.0-canary.2412",
77
+ "@cedarjs/structure": "5.0.0-canary.2412",
78
+ "@cedarjs/vite": "5.0.0-canary.2412",
79
+ "@cedarjs/web": "5.0.0-canary.2412",
80
80
  "@rollup/plugin-alias": "5.1.1",
81
81
  "@rollup/plugin-commonjs": "28.0.9",
82
82
  "@rollup/plugin-node-resolve": "16.0.3",
@@ -94,7 +94,7 @@
94
94
  "vite": "7.3.2"
95
95
  },
96
96
  "devDependencies": {
97
- "@cedarjs/framework-tools": "5.0.0-canary.2410",
97
+ "@cedarjs/framework-tools": "5.0.0-canary.2412",
98
98
  "@types/mime-types": "2.1.4",
99
99
  "@types/react": "^18.2.55",
100
100
  "babel-plugin-tester": "11.0.4",