@reckona/create-mreact-app 0.0.19 → 0.0.20

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.
Files changed (2) hide show
  1. package/dist/index.js +8 -8
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { mkdir, readdir, readFile, writeFile } from "node:fs/promises";
2
2
  import { basename, dirname, join } from "node:path";
3
3
  const internalPackageVersions = {
4
- "@reckona/mreact-auth": "^0.0.19",
5
- "@reckona/mreact-devtools": "^0.0.19",
6
- "@reckona/mreact-forms": "^0.0.19",
7
- "@reckona/mreact": "^0.0.19",
8
- "@reckona/mreact-query": "^0.0.19",
9
- "@reckona/mreact-reactive-core": "^0.0.19",
10
- "@reckona/mreact-router": "^0.0.19",
4
+ "@reckona/mreact-auth": "^0.0.20",
5
+ "@reckona/mreact-devtools": "^0.0.20",
6
+ "@reckona/mreact-forms": "^0.0.20",
7
+ "@reckona/mreact": "^0.0.20",
8
+ "@reckona/mreact-query": "^0.0.20",
9
+ "@reckona/mreact-reactive-core": "^0.0.20",
10
+ "@reckona/mreact-router": "^0.0.20",
11
11
  };
12
12
  const currentMreactVersion = internalPackageVersions["@reckona/mreact"].replace(/^\^/, "");
13
13
  const typescriptVersion = "^6.0.3";
@@ -962,7 +962,7 @@ export const handler = await createPreloadedAwsLambdaRequestHandler({
962
962
  });
963
963
  \`\`\`
964
964
 
965
- The generated handler uses top-level \`await\` with \`createPreloadedAwsLambdaRequestHandler()\` so the built runtime, middleware, route modules, layouts, and metadata are imported during the Lambda initialization phase instead of racing the first user request. Add \`timings: true\` while diagnosing production latency to emit \`router:request:timing\` and \`router:render:timing\` debug events for request conversion, render phases, loader wait, page render, layout render, response construction, and Lambda response conversion.
965
+ The generated handler uses top-level \`await\` with \`createPreloadedAwsLambdaRequestHandler()\` so the built runtime, middleware, route modules, layouts, and metadata are imported during the Lambda initialization phase instead of racing the first user request. Add \`timings: true\` while diagnosing production latency to emit \`router:request:timing\` and \`router:render:timing\` debug events for request conversion, render phases, loader wait, page render, layout render, response construction, and Lambda response conversion. Loader timing splits module load/evaluation from user loader execution with \`loaderModuleLoadMs\` and \`loaderExecutionMs\`; middleware timing similarly splits \`middlewareModuleLoadMs\` and \`middlewareExecutionMs\`.
966
966
 
967
967
  ## Streaming SSR
968
968
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reckona/create-mreact-app",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "description": "Project scaffolder for mreact app-router applications.",
5
5
  "keywords": [
6
6
  "cli",