@lolyjs/core 0.1.0-alpha.1 → 0.1.0-alpha.11

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/cli.cjs CHANGED
@@ -1610,7 +1610,7 @@ async function renderStaticRoute(projectRoot, ssgOutDir, route, urlPath, params)
1610
1610
  initialData,
1611
1611
  meta: loaderResult.metadata,
1612
1612
  titleFallback: "My Framework Dev",
1613
- descriptionFallback: "Static page generated by @loly/core.",
1613
+ descriptionFallback: "Static page generated by @lolyjs/core.",
1614
1614
  chunkHref,
1615
1615
  clientJsPath,
1616
1616
  clientCssPath
@@ -3953,7 +3953,7 @@ function createLogger(options = {}) {
3953
3953
  const baseConfig = {
3954
3954
  level,
3955
3955
  base: {
3956
- name: "@loly/core",
3956
+ name: "@lolyjs/core",
3957
3957
  env: process.env.NODE_ENV || "development"
3958
3958
  },
3959
3959
  timestamp: import_pino.default.stdTimeFunctions.isoTime,