create-sitecore-jss 22.3.1-canary.8 → 22.3.1-canary.9

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.
@@ -30,6 +30,9 @@ const nextConfig = {
30
30
  // Enable React Strict Mode
31
31
  reactStrictMode: true,
32
32
 
33
+ // Disable the X-Powered-By header. Follows security best practices.
34
+ poweredByHeader: false,
35
+
33
36
  // use this configuration to ensure that only images from the whitelisted domains
34
37
  // can be served from the Next.js Image Optimization API
35
38
  // see https://nextjs.org/docs/app/api-reference/components/image#remotepatterns
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sitecore-jss",
3
- "version": "22.3.1-canary.8",
3
+ "version": "22.3.1-canary.9",
4
4
  "description": "Sitecore JSS initializer",
5
5
  "bin": "./dist/index.js",
6
6
  "scripts": {
@@ -65,5 +65,5 @@
65
65
  "ts-node": "^10.9.1",
66
66
  "typescript": "~5.6.3"
67
67
  },
68
- "gitHead": "fe041732dbdde2b2792a188a622befac55f562ea"
68
+ "gitHead": "49413317db623a7e1460cff8c90329fee967497e"
69
69
  }