next-intlayer 7.0.5 → 7.0.7

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.
@@ -1,4 +1,4 @@
1
- import * as _intlayer_types0 from "@intlayer/types";
1
+ import * as _intlayer_types2 from "@intlayer/types";
2
2
  import { LocalesValues } from "@intlayer/types";
3
3
 
4
4
  //#region src/client/useLocale.d.ts
@@ -9,9 +9,9 @@ declare const useLocale: ({
9
9
  onChange
10
10
  }?: UseLocaleProps) => {
11
11
  pathWithoutLocale: string;
12
- locale: _intlayer_types0.DeclaredLocales;
13
- defaultLocale: _intlayer_types0.DeclaredLocales;
14
- availableLocales: _intlayer_types0.DeclaredLocales[];
12
+ locale: _intlayer_types2.DeclaredLocales;
13
+ defaultLocale: _intlayer_types2.DeclaredLocales;
14
+ availableLocales: _intlayer_types2.DeclaredLocales[];
15
15
  setLocale: (locale: LocalesValues) => void;
16
16
  };
17
17
  //#endregion
@@ -1,12 +1,12 @@
1
- import * as _intlayer_types3 from "@intlayer/types";
1
+ import * as _intlayer_types0 from "@intlayer/types";
2
2
  import { LocalesValues } from "@intlayer/types";
3
3
 
4
4
  //#region src/client/useLocalePageRouter.d.ts
5
5
  declare const useLocalePageRouter: () => {
6
6
  pathWithoutLocale: string;
7
- locale: _intlayer_types3.DeclaredLocales;
8
- defaultLocale: _intlayer_types3.DeclaredLocales;
9
- availableLocales: _intlayer_types3.DeclaredLocales[];
7
+ locale: _intlayer_types0.DeclaredLocales;
8
+ defaultLocale: _intlayer_types0.DeclaredLocales;
9
+ availableLocales: _intlayer_types0.DeclaredLocales[];
10
10
  setLocale: (locale: LocalesValues) => void;
11
11
  };
12
12
  //#endregion
@@ -1,8 +1,8 @@
1
- import * as _intlayer_types0 from "@intlayer/types";
1
+ import * as _intlayer_types5 from "@intlayer/types";
2
2
 
3
3
  //#region src/generateStaticParams.d.ts
4
4
  declare const generateStaticParams: () => {
5
- locale: _intlayer_types0.Locale;
5
+ locale: _intlayer_types5.Locale;
6
6
  }[];
7
7
  //#endregion
8
8
  export { generateStaticParams };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-intlayer",
3
- "version": "7.0.5",
3
+ "version": "7.0.7",
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": [
@@ -114,39 +114,39 @@
114
114
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
115
115
  },
116
116
  "dependencies": {
117
- "@intlayer/chokidar": "7.0.5",
118
- "@intlayer/config": "7.0.5",
119
- "@intlayer/core": "7.0.5",
120
- "@intlayer/dictionaries-entry": "7.0.5",
121
- "@intlayer/types": "7.0.5",
122
- "@intlayer/webpack": "7.0.5",
117
+ "@intlayer/chokidar": "7.0.7",
118
+ "@intlayer/config": "7.0.7",
119
+ "@intlayer/core": "7.0.7",
120
+ "@intlayer/dictionaries-entry": "7.0.7",
121
+ "@intlayer/types": "7.0.7",
122
+ "@intlayer/webpack": "7.0.7",
123
123
  "deepmerge": "4.3.1",
124
124
  "fast-glob": "3.3.3",
125
125
  "node-loader": "2.1.0",
126
- "react-intlayer": "7.0.5"
126
+ "react-intlayer": "7.0.7"
127
127
  },
128
128
  "devDependencies": {
129
129
  "@types/node": "24.9.2",
130
130
  "@types/react": ">=16.0.0",
131
131
  "@types/react-dom": ">=16.0.0",
132
- "@utils/ts-config": "7.0.5",
133
- "@utils/ts-config-types": "7.0.5",
134
- "@utils/tsdown-config": "7.0.5",
132
+ "@utils/ts-config": "7.0.7",
133
+ "@utils/ts-config-types": "7.0.7",
134
+ "@utils/tsdown-config": "7.0.7",
135
135
  "rimraf": "6.0.1",
136
136
  "tsdown": "0.15.11",
137
137
  "typescript": "5.9.3",
138
138
  "vitest": "4.0.5"
139
139
  },
140
140
  "peerDependencies": {
141
- "@intlayer/config": "7.0.5",
142
- "@intlayer/core": "7.0.5",
143
- "@intlayer/dictionaries-entry": "7.0.5",
144
- "@intlayer/types": "7.0.5",
145
- "@intlayer/webpack": "7.0.5",
141
+ "@intlayer/config": "7.0.7",
142
+ "@intlayer/core": "7.0.7",
143
+ "@intlayer/dictionaries-entry": "7.0.7",
144
+ "@intlayer/types": "7.0.7",
145
+ "@intlayer/webpack": "7.0.7",
146
146
  "next": ">=14.0.0",
147
147
  "react": ">=16.0.0",
148
148
  "react-dom": ">=16.0.0",
149
- "react-intlayer": "7.0.5"
149
+ "react-intlayer": "7.0.7"
150
150
  },
151
151
  "engines": {
152
152
  "node": ">=14.18"