@djangocfg/nextjs 2.1.462 → 2.1.464

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djangocfg/nextjs",
3
- "version": "2.1.462",
3
+ "version": "2.1.464",
4
4
  "description": "Next.js server utilities: sitemap, health, OG images, contact forms, navigation, config",
5
5
  "keywords": [
6
6
  "nextjs",
@@ -143,10 +143,10 @@
143
143
  "ai-docs": "tsx src/ai/cli.ts"
144
144
  },
145
145
  "peerDependencies": {
146
- "@djangocfg/i18n": "^2.1.462",
147
- "@djangocfg/ui-core": "^2.1.462",
146
+ "@djangocfg/i18n": "^2.1.464",
147
+ "@djangocfg/ui-core": "^2.1.464",
148
148
  "next": "^16.2.2",
149
- "@djangocfg/devtools": "^2.1.462"
149
+ "@djangocfg/devtools": "^2.1.464"
150
150
  },
151
151
  "peerDependenciesMeta": {
152
152
  "@djangocfg/ui-core": {
@@ -167,10 +167,10 @@
167
167
  "serwist": "^9.2.3"
168
168
  },
169
169
  "devDependencies": {
170
- "@djangocfg/i18n": "^2.1.462",
171
- "@djangocfg/ui-core": "^2.1.462",
172
- "@djangocfg/layouts": "^2.1.462",
173
- "@djangocfg/typescript-config": "^2.1.462",
170
+ "@djangocfg/i18n": "^2.1.464",
171
+ "@djangocfg/ui-core": "^2.1.464",
172
+ "@djangocfg/layouts": "^2.1.464",
173
+ "@djangocfg/typescript-config": "^2.1.464",
174
174
  "@types/node": "^25.2.3",
175
175
  "@types/react": "^19.2.15",
176
176
  "@types/react-dom": "^19.2.3",
@@ -181,7 +181,7 @@
181
181
  "tsup": "^8.5.0",
182
182
  "tsx": "^4.19.2",
183
183
  "typescript": "^5.9.3",
184
- "@djangocfg/devtools": "^2.1.462"
184
+ "@djangocfg/devtools": "^2.1.464"
185
185
  },
186
186
  "publishConfig": {
187
187
  "access": "public"