@seip/blue-bird 0.6.3 → 0.6.4

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.
@@ -4,7 +4,7 @@ import App from "@seip/blue-bird/core/app.js";
4
4
 
5
5
  const routerFrontendExample = new Router("/", { seo: true });
6
6
 
7
- routerFrontendExample.use(App.helmet());
7
+ //routerFrontendExample.use(App.helmet());
8
8
 
9
9
  routerFrontendExample.get("/", (req, res) => {
10
10
  return Template.render(res, "index", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seip/blue-bird",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "Express opinionated framework with HTML rendering, API architecture, built-in JWT auth, validation, caching, and SEO",
5
5
  "type": "module",
6
6
  "bin": {