@nitronjs/framework 0.2.16 → 0.2.17

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.
@@ -527,7 +527,7 @@ class Builder {
527
527
 
528
528
  this.#manifest[key] = {
529
529
  css: [...cssSet],
530
- layouts: layoutChain.map(l => l.name.toLowerCase()),
530
+ layouts: layoutChain.map(l => l.name),
531
531
  hydrationScript: null
532
532
  };
533
533
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nitronjs/framework",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "NitronJS is a modern and extensible Node.js MVC framework built on Fastify. It focuses on clean architecture, modular structure, and developer productivity, offering built-in routing, middleware, configuration management, CLI tooling, and native React integration for scalable full-stack applications.",
5
5
  "bin": {
6
6
  "njs": "./cli/njs.js"