@djangocfg/nextjs 2.1.140 → 2.1.144

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.
@@ -18,16 +18,13 @@
18
18
  */
19
19
 
20
20
  import {
21
- getTranslations as getNextIntlTranslations,
22
- getLocale as getNextIntlLocale,
23
- getMessages as getNextIntlMessages,
24
- getNow,
25
- getTimeZone,
26
- getFormatter,
21
+ getFormatter, getLocale as getNextIntlLocale, getMessages as getNextIntlMessages, getNow,
22
+ getTimeZone, getTranslations as getNextIntlTranslations
27
23
  } from 'next-intl/server';
28
- import type { LocaleCode, Messages, LocaleParams } from './types';
29
- import { isValidLocale, generateLocaleParams } from './routing';
30
24
 
25
+ import { generateLocaleParams, isValidLocale } from './routing';
26
+
27
+ import type { LocaleCode, Messages, LocaleParams } from './types';
31
28
  // Re-export routing utilities for convenience
32
29
  export { isValidLocale, generateLocaleParams };
33
30
 
@@ -5,7 +5,7 @@
5
5
  */
6
6
 
7
7
  import type { Metadata } from 'next';
8
- import { generateOgImageUrl, getAbsoluteOgImageUrl, OgImageUrlParams} from './url';
8
+ import { generateOgImageUrl, getAbsoluteOgImageUrl, OgImageUrlParams } from './url';
9
9
 
10
10
  /**
11
11
  * Options for generating OG image metadata