@intlayer/i18next 9.1.0 → 9.1.1
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/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/i18next",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "i18next API adapter for intlayer — drop-in compatibility layer that exposes the i18next interface while using @intlayer/core under the hood",
|
|
6
6
|
"keywords": [
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@intlayer/config": "9.1.
|
|
78
|
-
"@intlayer/core": "9.1.
|
|
79
|
-
"@intlayer/dictionaries-entry": "9.1.
|
|
80
|
-
"@intlayer/engine": "9.1.
|
|
81
|
-
"@intlayer/types": "9.1.
|
|
82
|
-
"vite-intlayer": "9.1.
|
|
77
|
+
"@intlayer/config": "9.1.1",
|
|
78
|
+
"@intlayer/core": "9.1.1",
|
|
79
|
+
"@intlayer/dictionaries-entry": "9.1.1",
|
|
80
|
+
"@intlayer/engine": "9.1.1",
|
|
81
|
+
"@intlayer/types": "9.1.1",
|
|
82
|
+
"vite-intlayer": "9.1.1"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@types/node": "26.1.2",
|