free-framework 4.7.1 → 4.7.2

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.
@@ -212,7 +212,7 @@ if (server.namedMiddlewares['auth']) server.namedMiddlewares['AuthGuard'] = serv
212
212
  " <style>\n" +
213
213
  " :root { --primary:#00ff88; --secondary:#00bdff; --dark:#050505; }\n" +
214
214
  " body { margin:0; font-family:'Outfit', system-ui, sans-serif; background:var(--dark); color:white; overflow-x:hidden; scroll-behavior:smooth; }\n" +
215
- " " + scopedCSS + "\n" +
215
+ " ${scopedCSS}\n" +
216
216
  " </style>\n" +
217
217
  " <script src=\"/free-runtime.js\" defer></script>\n" +
218
218
  "</head>\n" +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "free-framework",
3
- "version": "4.7.1",
3
+ "version": "4.7.2",
4
4
  "description": "Professional Node.js engine for the .free language. Blazing-fast SSR, Islands Architecture, and built-in ORM.",
5
5
  "main": "index.js",
6
6
  "bin": {