@djangocfg/nextjs 2.1.215 → 2.1.217

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/index.mjs CHANGED
@@ -14,7 +14,7 @@ var require_package = __commonJS({
14
14
  "package.json"(exports, module) {
15
15
  module.exports = {
16
16
  name: "@djangocfg/nextjs",
17
- version: "2.1.215",
17
+ version: "2.1.217",
18
18
  description: "Next.js server utilities: sitemap, health, OG images, contact forms, navigation, config",
19
19
  keywords: [
20
20
  "nextjs",
@@ -103,6 +103,11 @@ var require_package = __commonJS({
103
103
  import: "./dist/pwa/worker/index.mjs",
104
104
  default: "./dist/pwa/worker/index.mjs"
105
105
  },
106
+ "./monitor": {
107
+ types: "./dist/monitor/index.d.mts",
108
+ import: "./dist/monitor/index.mjs",
109
+ default: "./dist/monitor/index.mjs"
110
+ },
106
111
  "./i18n": {
107
112
  types: "./dist/i18n/index.d.mts",
108
113
  import: "./dist/i18n/index.mjs",
@@ -163,10 +168,14 @@ var require_package = __commonJS({
163
168
  },
164
169
  peerDependencies: {
165
170
  "@djangocfg/i18n": "workspace:*",
171
+ "@djangocfg/monitor": "workspace:*",
166
172
  "@djangocfg/ui-core": "workspace:*",
167
173
  next: "^16.0.10"
168
174
  },
169
175
  peerDependenciesMeta: {
176
+ "@djangocfg/monitor": {
177
+ optional: true
178
+ },
170
179
  "@djangocfg/ui-core": {
171
180
  optional: true
172
181
  }
@@ -183,13 +192,14 @@ var require_package = __commonJS({
183
192
  },
184
193
  devDependencies: {
185
194
  "@djangocfg/i18n": "workspace:*",
195
+ "@djangocfg/monitor": "workspace:*",
186
196
  "@djangocfg/ui-core": "workspace:*",
187
197
  "@djangocfg/imgai": "workspace:*",
188
198
  "@djangocfg/layouts": "workspace:*",
189
199
  "@djangocfg/typescript-config": "workspace:*",
190
200
  "@types/node": "^24.7.2",
191
- "@types/react": "19.2.2",
192
- "@types/react-dom": "19.2.1",
201
+ "@types/react": "^19.1.0",
202
+ "@types/react-dom": "^19.1.0",
193
203
  "@types/semver": "^7.7.1",
194
204
  "@types/webpack": "^5.28.5",
195
205
  "@vercel/og": "^0.8.5",