@djangocfg/nextjs 2.1.457 → 2.1.459

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.457",
17
+ version: "2.1.459",
18
18
  description: "Next.js server utilities: sitemap, health, OG images, contact forms, navigation, config",
19
19
  keywords: [
20
20
  "nextjs",
@@ -158,15 +158,15 @@ var require_package = __commonJS({
158
158
  },
159
159
  peerDependencies: {
160
160
  "@djangocfg/i18n": "workspace:*",
161
- "@djangocfg/monitor": "workspace:*",
162
161
  "@djangocfg/ui-core": "workspace:*",
163
- next: "^16.2.2"
162
+ next: "^16.2.2",
163
+ "@djangocfg/devtools": "workspace:*"
164
164
  },
165
165
  peerDependenciesMeta: {
166
- "@djangocfg/monitor": {
166
+ "@djangocfg/ui-core": {
167
167
  optional: true
168
168
  },
169
- "@djangocfg/ui-core": {
169
+ "@djangocfg/devtools": {
170
170
  optional: true
171
171
  }
172
172
  },
@@ -182,7 +182,6 @@ var require_package = __commonJS({
182
182
  },
183
183
  devDependencies: {
184
184
  "@djangocfg/i18n": "workspace:*",
185
- "@djangocfg/monitor": "workspace:*",
186
185
  "@djangocfg/ui-core": "workspace:*",
187
186
  "@djangocfg/layouts": "workspace:*",
188
187
  "@djangocfg/typescript-config": "workspace:*",
@@ -195,7 +194,8 @@ var require_package = __commonJS({
195
194
  "lucide-react": "^0.545.0",
196
195
  tsup: "^8.5.0",
197
196
  tsx: "^4.19.2",
198
- typescript: "^5.9.3"
197
+ typescript: "^5.9.3",
198
+ "@djangocfg/devtools": "workspace:*"
199
199
  },
200
200
  publishConfig: {
201
201
  access: "public"
@@ -548,8 +548,8 @@ var DEFAULT_TRANSPILE_PACKAGES = [
548
548
  "@djangocfg/ui-tools",
549
549
  "@djangocfg/api",
550
550
  "@djangocfg/centrifugo",
551
- "@djangocfg/debuger",
552
- "@djangocfg/monitor"
551
+ "@djangocfg/devtools",
552
+ "@djangocfg/payments"
553
553
  ];
554
554
  var DEFAULT_OPTIMIZE_PACKAGES = [
555
555
  "@djangocfg/ui-core",
@@ -1794,6 +1794,7 @@ function createBaseNextConfig(options = {}) {
1794
1794
  const {
1795
1795
  i18n: i18nOptions,
1796
1796
  pwa: pwaOptions,
1797
+ transpilePackages,
1797
1798
  optimizePackageImports,
1798
1799
  isDefaultCfgAdmin,
1799
1800
  checkUpdates,