@djangocfg/nextjs 2.1.124 → 2.1.126
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/i18n/routing.d.mts
CHANGED
|
@@ -22,14 +22,14 @@ declare function createRouting(config?: Partial<I18nConfig>): {
|
|
|
22
22
|
localePrefix?: next_intl_routing.LocalePrefix<string[], "always" | "as-needed" | "never">;
|
|
23
23
|
domains?: never;
|
|
24
24
|
localeCookie?: boolean | {
|
|
25
|
-
|
|
25
|
+
name?: string;
|
|
26
26
|
maxAge?: number | undefined;
|
|
27
27
|
priority?: "low" | "medium" | "high" | undefined;
|
|
28
28
|
domain?: string | undefined;
|
|
29
|
+
path?: string | undefined;
|
|
29
30
|
secure?: boolean | undefined;
|
|
30
31
|
sameSite?: true | false | "lax" | "strict" | "none" | undefined;
|
|
31
32
|
partitioned?: boolean | undefined;
|
|
32
|
-
name?: string;
|
|
33
33
|
};
|
|
34
34
|
alternateLinks?: boolean;
|
|
35
35
|
localeDetection?: boolean;
|
|
@@ -44,14 +44,14 @@ declare const routing: {
|
|
|
44
44
|
localePrefix?: next_intl_routing.LocalePrefix<string[], "always" | "as-needed" | "never">;
|
|
45
45
|
domains?: never;
|
|
46
46
|
localeCookie?: boolean | {
|
|
47
|
-
|
|
47
|
+
name?: string;
|
|
48
48
|
maxAge?: number | undefined;
|
|
49
49
|
priority?: "low" | "medium" | "high" | undefined;
|
|
50
50
|
domain?: string | undefined;
|
|
51
|
+
path?: string | undefined;
|
|
51
52
|
secure?: boolean | undefined;
|
|
52
53
|
sameSite?: true | false | "lax" | "strict" | "none" | undefined;
|
|
53
54
|
partitioned?: boolean | undefined;
|
|
54
|
-
name?: string;
|
|
55
55
|
};
|
|
56
56
|
alternateLinks?: boolean;
|
|
57
57
|
localeDetection?: boolean;
|
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.
|
|
17
|
+
version: "2.1.126",
|
|
18
18
|
description: "Next.js server utilities: sitemap, health, OG images, contact forms, navigation, config",
|
|
19
19
|
keywords: [
|
|
20
20
|
"nextjs",
|
|
@@ -1372,7 +1372,10 @@ var DEFAULT_TRANSPILE_PACKAGES = [
|
|
|
1372
1372
|
"@djangocfg/layouts",
|
|
1373
1373
|
"@djangocfg/ui-tools",
|
|
1374
1374
|
"@djangocfg/api",
|
|
1375
|
-
"@djangocfg/centrifugo"
|
|
1375
|
+
"@djangocfg/centrifugo",
|
|
1376
|
+
// Extensions (for source imports without build)
|
|
1377
|
+
"@djangocfg/ext-support",
|
|
1378
|
+
"@djangocfg/ext-payments"
|
|
1376
1379
|
];
|
|
1377
1380
|
var DEFAULT_OPTIMIZE_PACKAGES = [
|
|
1378
1381
|
"@djangocfg/ui-core",
|