@djangocfg/nextjs 2.1.463 → 2.1.465
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/ai/index.d.mts +1 -1
- package/dist/config/index.d.mts +3 -3
- package/dist/config/index.mjs +19 -19
- package/dist/config/index.mjs.map +1 -1
- package/dist/{constants-HezbftFb.d.mts → constants-BDS8GXHN.d.mts} +1 -1
- package/dist/health/index.d.mts +1 -1
- package/dist/i18n/client.d.mts +1 -1
- package/dist/i18n/index.d.mts +1 -1
- package/dist/i18n/navigation.d.mts +1 -1
- package/dist/i18n/plugin.d.mts +1 -1
- package/dist/i18n/provider.d.mts +1 -1
- package/dist/i18n/proxy.d.mts +1 -1
- package/dist/i18n/request.d.mts +1 -1
- package/dist/i18n/routing.d.mts +1 -1
- package/dist/i18n/server.d.mts +1 -1
- package/dist/index.d.mts +4 -4
- package/dist/index.mjs +19 -19
- package/dist/index.mjs.map +1 -1
- package/dist/{plugin-DuRJ_Jq6.d.mts → plugin-DdmK3zAE.d.mts} +1 -1
- package/dist/pwa/index.d.mts +2 -2
- package/dist/sitemap/index.d.mts +1 -1
- package/dist/{types-Cy349X20.d.mts → types-DZTgCl85.d.mts} +1 -1
- package/dist/{types-CwhXnEbK.d.mts → types-l9x1Rkmf.d.mts} +1 -1
- package/package.json +24 -24
|
@@ -97,4 +97,4 @@ declare function createApiCacheRule(): {};
|
|
|
97
97
|
declare function createStaticAssetRule(): {};
|
|
98
98
|
declare function createCdnCacheRule(): {};
|
|
99
99
|
|
|
100
|
-
export { type PWAPluginOptions as P,
|
|
100
|
+
export { type PWAPluginOptions as P, createCdnCacheRule as a, createStaticAssetRule as b, createApiCacheRule as c, defaultRuntimeCaching as d, getServiceWorkerTemplate as g, withPWA as w };
|
package/dist/pwa/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { P as PWAPluginOptions, c as createApiCacheRule,
|
|
1
|
+
import { MetadataRoute, Metadata, Viewport } from 'next';
|
|
2
|
+
export { P as PWAPluginOptions, c as createApiCacheRule, a as createCdnCacheRule, b as createStaticAssetRule, d as defaultRuntimeCaching, g as getServiceWorkerTemplate, w as withPWA } from '../plugin-DdmK3zAE.mjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* PWA Manifest Metadata Utilities
|
package/dist/sitemap/index.d.mts
CHANGED
|
@@ -57,4 +57,4 @@ interface LocalePageProps {
|
|
|
57
57
|
searchParams?: Promise<Record<string, string | string[] | undefined>>;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
export type { ExtensionMessages as E, I18nConfig as I,
|
|
60
|
+
export type { ExtensionMessages as E, I18nConfig as I, LocaleLayoutProps as L, Messages as M, I18nPluginOptions as a, I18nProviderProps as b, LocalePageProps as c, LocaleParams as d, MessagesLoader as e };
|
|
@@ -27,4 +27,4 @@ interface ErrorPageConfig {
|
|
|
27
27
|
supportEmail?: string;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
export type { ChangeFreq as C, ErrorPageConfig as E, HealthResponse as H,
|
|
30
|
+
export type { ChangeFreq as C, ErrorPageConfig as E, HealthResponse as H, SitemapConfig as S, SitemapUrl as a };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@djangocfg/nextjs",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.465",
|
|
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/
|
|
147
|
-
"@djangocfg/
|
|
148
|
-
"
|
|
149
|
-
"
|
|
146
|
+
"@djangocfg/devtools": "^2.1.465",
|
|
147
|
+
"@djangocfg/i18n": "^2.1.465",
|
|
148
|
+
"@djangocfg/ui-core": "^2.1.465",
|
|
149
|
+
"next": "^16.2.2"
|
|
150
150
|
},
|
|
151
151
|
"peerDependenciesMeta": {
|
|
152
152
|
"@djangocfg/ui-core": {
|
|
@@ -157,31 +157,31 @@
|
|
|
157
157
|
}
|
|
158
158
|
},
|
|
159
159
|
"dependencies": {
|
|
160
|
-
"@serwist/next": "^9.
|
|
161
|
-
"@serwist/sw": "^9.
|
|
162
|
-
"chalk": "^5.
|
|
163
|
-
"conf": "^15.0
|
|
160
|
+
"@serwist/next": "^9.5.11",
|
|
161
|
+
"@serwist/sw": "^9.5.11",
|
|
162
|
+
"chalk": "^5.6.2",
|
|
163
|
+
"conf": "^15.1.0",
|
|
164
164
|
"consola": "^3.4.2",
|
|
165
|
-
"next-intl": "^4.
|
|
166
|
-
"semver": "^7.
|
|
167
|
-
"serwist": "^9.
|
|
165
|
+
"next-intl": "^4.13.2",
|
|
166
|
+
"semver": "^7.8.5",
|
|
167
|
+
"serwist": "^9.5.11"
|
|
168
168
|
},
|
|
169
169
|
"devDependencies": {
|
|
170
|
-
"@djangocfg/
|
|
171
|
-
"@djangocfg/
|
|
172
|
-
"@djangocfg/layouts": "^2.1.
|
|
173
|
-
"@djangocfg/typescript-config": "^2.1.
|
|
174
|
-
"@
|
|
175
|
-
"@types/
|
|
176
|
-
"@types/react
|
|
170
|
+
"@djangocfg/devtools": "^2.1.465",
|
|
171
|
+
"@djangocfg/i18n": "^2.1.465",
|
|
172
|
+
"@djangocfg/layouts": "^2.1.465",
|
|
173
|
+
"@djangocfg/typescript-config": "^2.1.465",
|
|
174
|
+
"@djangocfg/ui-core": "^2.1.465",
|
|
175
|
+
"@types/node": "^25.9.5",
|
|
176
|
+
"@types/react": "19.2.15",
|
|
177
|
+
"@types/react-dom": "19.2.3",
|
|
177
178
|
"@types/semver": "^7.7.1",
|
|
178
179
|
"@types/webpack": "^5.28.5",
|
|
179
|
-
"eslint": "^9.
|
|
180
|
+
"eslint": "^9.39.5",
|
|
180
181
|
"lucide-react": "^0.545.0",
|
|
181
|
-
"tsup": "^8.5.
|
|
182
|
-
"tsx": "^4.
|
|
183
|
-
"typescript": "^5.9.3"
|
|
184
|
-
"@djangocfg/devtools": "^2.1.463"
|
|
182
|
+
"tsup": "^8.5.1",
|
|
183
|
+
"tsx": "^4.23.0",
|
|
184
|
+
"typescript": "^5.9.3"
|
|
185
185
|
},
|
|
186
186
|
"publishConfig": {
|
|
187
187
|
"access": "public"
|