@@ -9,7 +9,7 @@ const config: SizeLimitConfig = [
9
9
{
10
10
name : "import * from 'next-intl' (react-server)" ,
11
11
path : 'dist/production/index.react-server.js' ,
12
- limit : '15.355 KB'
12
+ limit : '15.385 KB'
13
13
} ,
14
14
{
15
15
name : "import {createSharedPathnamesNavigation} from 'next-intl/navigation' (react-client)" ,
@@ -33,19 +33,19 @@ const config: SizeLimitConfig = [
33
33
name : "import {createSharedPathnamesNavigation} from 'next-intl/navigation' (react-server)" ,
34
34
path : 'dist/production/navigation.react-server.js' ,
35
35
import : '{createSharedPathnamesNavigation}' ,
36
- limit : '16.825 KB'
36
+ limit : '16.835 KB'
37
37
} ,
38
38
{
39
39
name : "import {createLocalizedPathnamesNavigation} from 'next-intl/navigation' (react-server)" ,
40
40
path : 'dist/production/navigation.react-server.js' ,
41
41
import : '{createLocalizedPathnamesNavigation}' ,
42
- limit : '16.82 KB'
42
+ limit : '16.875 KB'
43
43
} ,
44
44
{
45
45
name : "import {createNavigation} from 'next-intl/navigation' (react-server)" ,
46
46
path : 'dist/production/navigation.react-server.js' ,
47
47
import : '{createNavigation}' ,
48
- limit : '16.82 KB'
48
+ limit : '16.855 KB'
49
49
} ,
50
50
{
51
51
name : "import * from 'next-intl/server' (react-client)" ,
@@ -71,7 +71,7 @@ const config: SizeLimitConfig = [
71
71
name : "import * from 'next-intl' (react-client, ESM)" ,
72
72
path : 'dist/esm/index.react-client.js' ,
73
73
import : '*' ,
74
- limit : '14.365 kB'
74
+ limit : '14.375 kB'
75
75
} ,
76
76
{
77
77
name : "import {NextIntlProvider} from 'next-intl' (react-client, ESM)" ,
0 commit comments