@djangocfg/nextjs 2.1.3 → 2.1.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djangocfg/nextjs",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "Next.js server utilities: sitemap, health, OG images, contact forms, navigation, config",
5
5
  "keywords": [
6
6
  "nextjs",
@@ -104,13 +104,13 @@
104
104
  "ai-docs": "tsx src/ai/cli.ts"
105
105
  },
106
106
  "peerDependencies": {
107
- "@djangocfg/api": "^2.1.3",
107
+ "@djangocfg/api": "^2.1.4",
108
108
  "next": "^15.5.7"
109
109
  },
110
110
  "devDependencies": {
111
- "@djangocfg/imgai": "^2.1.3",
112
- "@djangocfg/layouts": "^2.1.3",
113
- "@djangocfg/typescript-config": "^2.1.3",
111
+ "@djangocfg/imgai": "^2.1.4",
112
+ "@djangocfg/layouts": "^2.1.4",
113
+ "@djangocfg/typescript-config": "^2.1.4",
114
114
  "@types/node": "^24.7.2",
115
115
  "@types/react": "19.2.2",
116
116
  "@types/react-dom": "19.2.1",