next-intlayer 7.5.2 → 7.5.4
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useLocale.d.ts","names":[],"sources":["../../../src/client/useLocale.ts"],"sourcesContent":[],"mappings":";;;;KAQK,cAAA;4CACuC;;AADvC,cAkBQ,SAlBM,
|
|
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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-intlayer",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.4",
|
|
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,15 +118,15 @@
|
|
|
118
118
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
119
119
|
},
|
|
120
120
|
"dependencies": {
|
|
121
|
-
"@intlayer/chokidar": "7.5.
|
|
122
|
-
"@intlayer/config": "7.5.
|
|
123
|
-
"@intlayer/core": "7.5.
|
|
124
|
-
"@intlayer/dictionaries-entry": "7.5.
|
|
125
|
-
"@intlayer/types": "7.5.
|
|
126
|
-
"@intlayer/webpack": "7.5.
|
|
121
|
+
"@intlayer/chokidar": "7.5.4",
|
|
122
|
+
"@intlayer/config": "7.5.4",
|
|
123
|
+
"@intlayer/core": "7.5.4",
|
|
124
|
+
"@intlayer/dictionaries-entry": "7.5.4",
|
|
125
|
+
"@intlayer/types": "7.5.4",
|
|
126
|
+
"@intlayer/webpack": "7.5.4",
|
|
127
127
|
"defu": "6.1.4",
|
|
128
128
|
"node-loader": "2.1.0",
|
|
129
|
-
"react-intlayer": "7.5.
|
|
129
|
+
"react-intlayer": "7.5.4"
|
|
130
130
|
},
|
|
131
131
|
"devDependencies": {
|
|
132
132
|
"@types/node": "25.0.3",
|