@stati/core 1.11.4 → 1.11.5

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/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -152,7 +152,7 @@ Customize layouts with [Eta templates](https://eta.js.org):
152
152
  <title><%= stati.page.title %></title>
153
153
  </head>
154
154
  <body>
155
- <%~ stati.page.content %>
155
+ <%~ stati.content %>
156
156
  </body>
157
157
  </html>
158
158
  ```
@@ -600,7 +600,7 @@ Powered by [Eta](https://eta.js.org) for fast, flexible templates:
600
600
  <body>
601
601
  <%~ include('_partials/header') %>
602
602
  <main>
603
- <%~ stati.page.content %>
603
+ <%~ stati.content %>
604
604
  </main>
605
605
  <%~ include('_partials/footer') %>
606
606
  </body>
@@ -731,7 +731,7 @@ export default defineConfig({
731
731
 
732
732
  ## Requirements
733
733
 
734
- - **Node.js** 22.0.0 or higher
734
+ - **Node.js** >=22
735
735
  - **npm** 11.5.1 or higher (or equivalent package manager)
736
736
 
737
737
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stati/core",
3
- "version": "1.11.4",
3
+ "version": "1.11.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",