@djangocfg/nextjs 2.1.217 → 2.1.218
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/dist/config/index.mjs +1 -2
- package/dist/config/index.mjs.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djangocfg/nextjs",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.218",
|
|
4
4
|
"description": "Next.js server utilities: sitemap, health, OG images, contact forms, navigation, config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nextjs",
|
|
@@ -153,9 +153,9 @@
|
|
|
153
153
|
"ai-docs": "tsx src/ai/cli.ts"
|
|
154
154
|
},
|
|
155
155
|
"peerDependencies": {
|
|
156
|
-
"@djangocfg/i18n": "^2.1.
|
|
157
|
-
"@djangocfg/monitor": "^2.1.
|
|
158
|
-
"@djangocfg/ui-core": "^2.1.
|
|
156
|
+
"@djangocfg/i18n": "^2.1.218",
|
|
157
|
+
"@djangocfg/monitor": "^2.1.218",
|
|
158
|
+
"@djangocfg/ui-core": "^2.1.218",
|
|
159
159
|
"next": "^16.0.10"
|
|
160
160
|
},
|
|
161
161
|
"peerDependenciesMeta": {
|
|
@@ -177,12 +177,11 @@
|
|
|
177
177
|
"serwist": "^9.2.3"
|
|
178
178
|
},
|
|
179
179
|
"devDependencies": {
|
|
180
|
-
"@djangocfg/i18n": "^2.1.
|
|
181
|
-
"@djangocfg/monitor": "^2.1.
|
|
182
|
-
"@djangocfg/ui-core": "^2.1.
|
|
183
|
-
"@djangocfg/
|
|
184
|
-
"@djangocfg/
|
|
185
|
-
"@djangocfg/typescript-config": "^2.1.217",
|
|
180
|
+
"@djangocfg/i18n": "^2.1.218",
|
|
181
|
+
"@djangocfg/monitor": "^2.1.218",
|
|
182
|
+
"@djangocfg/ui-core": "^2.1.218",
|
|
183
|
+
"@djangocfg/layouts": "^2.1.218",
|
|
184
|
+
"@djangocfg/typescript-config": "^2.1.218",
|
|
186
185
|
"@types/node": "^24.7.2",
|
|
187
186
|
"@types/react": "^19.1.0",
|
|
188
187
|
"@types/react-dom": "^19.1.0",
|