next-intlayer 7.3.13 → 7.3.14

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_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/useLocale.d.ts
@@ -9,9 +9,9 @@ declare const useLocale: ({
9
9
  onChange
10
10
  }?: UseLocaleProps) => {
11
11
  pathWithoutLocale: string;
12
- locale: _intlayer_types3.DeclaredLocales;
13
- defaultLocale: _intlayer_types3.DeclaredLocales;
14
- availableLocales: _intlayer_types3.DeclaredLocales[];
12
+ locale: _intlayer_types0.DeclaredLocales;
13
+ defaultLocale: _intlayer_types0.DeclaredLocales;
14
+ availableLocales: _intlayer_types0.DeclaredLocales[];
15
15
  setLocale: (locale: LocalesValues) => void;
16
16
  };
17
17
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"useLocale.d.ts","names":[],"sources":["../../../src/client/useLocale.ts"],"sourcesContent":[],"mappings":";;;;KAQK,cAAA;4CACuC;;AADvC,cAkBQ,SAlBM,EAAA,CACyB;EAAA;AAAa,CAAA,CAAb,EAiBJ,cAjBiB,EAAA,GAAA;EAiB5C,iBAiCZ,EAAA,MAAA;EAjCyB,MAAA,EAAiC,gBAAA,CAAA,eAAjC;EAAc,aAAA,kCAAA;EAAmB,gBAAA,oCAAA"}
1
+ {"version":3,"file":"useLocale.d.ts","names":[],"sources":["../../../src/client/useLocale.ts"],"sourcesContent":[],"mappings":";;;;KAQK,cAAA;4CACuC;;AADvC,cAkBQ,SAlBM,EACyB,CAAA;EAAA;AAAa,CAAA,CAAA,EAiBjB,cAjBiB,EAAA,GAAA;EAiB5C,iBAiCZ,EAAA,MAAA;EAjCyB,MAAA,EAAiC,gBAAA,CAAA,eAAjC;EAAc,aAAA,kCAAA;EAAmB,gBAAA,oCAAA"}
@@ -1,12 +1,12 @@
1
- import * as _intlayer_types0 from "@intlayer/types";
1
+ import * as _intlayer_types3 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_types0.DeclaredLocales;
8
- defaultLocale: _intlayer_types0.DeclaredLocales;
9
- availableLocales: _intlayer_types0.DeclaredLocales[];
7
+ locale: _intlayer_types3.DeclaredLocales;
8
+ defaultLocale: _intlayer_types3.DeclaredLocales;
9
+ availableLocales: _intlayer_types3.DeclaredLocales[];
10
10
  setLocale: (locale: LocalesValues) => void;
11
11
  };
12
12
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-intlayer",
3
- "version": "7.3.13",
3
+ "version": "7.3.14",
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": [
@@ -118,16 +118,16 @@
118
118
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
119
119
  },
120
120
  "dependencies": {
121
- "@intlayer/chokidar": "7.3.13",
122
- "@intlayer/config": "7.3.13",
123
- "@intlayer/core": "7.3.13",
124
- "@intlayer/dictionaries-entry": "7.3.13",
125
- "@intlayer/types": "7.3.13",
126
- "@intlayer/webpack": "7.3.13",
121
+ "@intlayer/chokidar": "7.3.14",
122
+ "@intlayer/config": "7.3.14",
123
+ "@intlayer/core": "7.3.14",
124
+ "@intlayer/dictionaries-entry": "7.3.14",
125
+ "@intlayer/types": "7.3.14",
126
+ "@intlayer/webpack": "7.3.14",
127
127
  "defu": "6.1.4",
128
128
  "fast-glob": "3.3.3",
129
129
  "node-loader": "2.1.0",
130
- "react-intlayer": "7.3.13"
130
+ "react-intlayer": "7.3.14"
131
131
  },
132
132
  "devDependencies": {
133
133
  "@types/node": "24.10.1",