next-intlayer 8.7.8 → 8.7.10
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/types/generateStaticParams.d.ts +2 -2
- package/dist/types/generateStaticParams.d.ts.map +1 -1
- package/dist/types/intlayer/dist/types/index.d.ts +3 -0
- package/dist/types/server/useDictionary.d.ts +1 -1
- package/dist/types/server/useDictionaryAsync.d.ts +1 -1
- package/dist/types/server/useDictionaryDynamic.d.ts +1 -1
- package/package.json +8 -8
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { Locale } from "./intlayer/dist/types/index.js";
|
|
2
2
|
|
|
3
3
|
//#region src/generateStaticParams.d.ts
|
|
4
4
|
/**
|
|
@@ -20,7 +20,7 @@ import * as _$_intlayer_types_allLocales0 from "@intlayer/types/allLocales";
|
|
|
20
20
|
* ```
|
|
21
21
|
*/
|
|
22
22
|
declare const generateStaticParams: () => {
|
|
23
|
-
locale:
|
|
23
|
+
locale: Locale;
|
|
24
24
|
}[];
|
|
25
25
|
//#endregion
|
|
26
26
|
export { generateStaticParams };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generateStaticParams.d.ts","names":[],"sources":["../../src/generateStaticParams.ts"],"mappings":";;;;;;AAwBA;;;;;;;;;;;;;;;cAAa,oBAAA;UAAkE,
|
|
1
|
+
{"version":3,"file":"generateStaticParams.d.ts","names":[],"sources":["../../src/generateStaticParams.ts"],"mappings":";;;;;;AAwBA;;;;;;;;;;;;;;;cAAa,oBAAA;UAAkE,MAAA;AAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DeclaredLocales } from "@intlayer/types/module_augmentation";
|
|
2
|
-
import { useDictionary as useDictionary$1 } from "react-intlayer/server";
|
|
3
2
|
import { Dictionary } from "@intlayer/types/dictionary";
|
|
3
|
+
import { useDictionary as useDictionary$1 } from "react-intlayer/server";
|
|
4
4
|
|
|
5
5
|
//#region src/server/useDictionary.d.ts
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DeclaredLocales, StrictModeLocaleMap } from "@intlayer/types/module_augmentation";
|
|
2
|
-
import { useDictionaryAsync as useDictionaryAsync$1 } from "react-intlayer/server";
|
|
3
2
|
import { Dictionary } from "@intlayer/types/dictionary";
|
|
3
|
+
import { useDictionaryAsync as useDictionaryAsync$1 } from "react-intlayer/server";
|
|
4
4
|
|
|
5
5
|
//#region src/server/useDictionaryAsync.d.ts
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DeclaredLocales, StrictModeLocaleMap } from "@intlayer/types/module_augmentation";
|
|
2
|
-
import { useDictionaryDynamic as useDictionaryDynamic$1 } from "react-intlayer/server";
|
|
3
2
|
import { Dictionary } from "@intlayer/types/dictionary";
|
|
3
|
+
import { useDictionaryDynamic as useDictionaryDynamic$1 } from "react-intlayer/server";
|
|
4
4
|
|
|
5
5
|
//#region src/server/useDictionaryDynamic.d.ts
|
|
6
6
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-intlayer",
|
|
3
|
-
"version": "8.7.
|
|
3
|
+
"version": "8.7.10",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Simplify internationalization i18n in Next.js with context providers, hooks, locale detection, and multilingual content integration.",
|
|
6
6
|
"keywords": [
|
|
@@ -128,15 +128,15 @@
|
|
|
128
128
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
|
-
"@intlayer/chokidar": "8.7.
|
|
132
|
-
"@intlayer/config": "8.7.
|
|
133
|
-
"@intlayer/core": "8.7.
|
|
134
|
-
"@intlayer/dictionaries-entry": "8.7.
|
|
135
|
-
"@intlayer/types": "8.7.
|
|
136
|
-
"@intlayer/webpack": "8.7.
|
|
131
|
+
"@intlayer/chokidar": "8.7.10",
|
|
132
|
+
"@intlayer/config": "8.7.10",
|
|
133
|
+
"@intlayer/core": "8.7.10",
|
|
134
|
+
"@intlayer/dictionaries-entry": "8.7.10",
|
|
135
|
+
"@intlayer/types": "8.7.10",
|
|
136
|
+
"@intlayer/webpack": "8.7.10",
|
|
137
137
|
"defu": "6.1.7",
|
|
138
138
|
"node-loader": "2.1.0",
|
|
139
|
-
"react-intlayer": "8.7.
|
|
139
|
+
"react-intlayer": "8.7.10"
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
142
|
"@types/node": "25.6.0",
|