Skip to content

Commit e22ff2b

Browse files
committed
size limit
1 parent a4b988e commit e22ff2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/next-intl/.size-limit.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const config: SizeLimitConfig = [
99
{
1010
name: "import * from 'next-intl' (react-server)",
1111
path: 'dist/production/index.react-server.js',
12-
limit: '15.355 KB'
12+
limit: '15.385 KB'
1313
},
1414
{
1515
name: "import {createSharedPathnamesNavigation} from 'next-intl/navigation' (react-client)",
@@ -33,19 +33,19 @@ const config: SizeLimitConfig = [
3333
name: "import {createSharedPathnamesNavigation} from 'next-intl/navigation' (react-server)",
3434
path: 'dist/production/navigation.react-server.js',
3535
import: '{createSharedPathnamesNavigation}',
36-
limit: '16.825 KB'
36+
limit: '16.835 KB'
3737
},
3838
{
3939
name: "import {createLocalizedPathnamesNavigation} from 'next-intl/navigation' (react-server)",
4040
path: 'dist/production/navigation.react-server.js',
4141
import: '{createLocalizedPathnamesNavigation}',
42-
limit: '16.82 KB'
42+
limit: '16.875 KB'
4343
},
4444
{
4545
name: "import {createNavigation} from 'next-intl/navigation' (react-server)",
4646
path: 'dist/production/navigation.react-server.js',
4747
import: '{createNavigation}',
48-
limit: '16.82 KB'
48+
limit: '16.855 KB'
4949
},
5050
{
5151
name: "import * from 'next-intl/server' (react-client)",
@@ -71,7 +71,7 @@ const config: SizeLimitConfig = [
7171
name: "import * from 'next-intl' (react-client, ESM)",
7272
path: 'dist/esm/index.react-client.js',
7373
import: '*',
74-
limit: '14.365 kB'
74+
limit: '14.375 kB'
7575
},
7676
{
7777
name: "import {NextIntlProvider} from 'next-intl' (react-client, ESM)",

0 commit comments

Comments
 (0)