vite-intlayer 4.1.2 → 4.1.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.
- package/README.md +1 -1
- package/package.json +7 -8
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
**Intlayer** is a suite of packages designed specifically for JavaScript developers. It is compatible with frameworks like React, React, and Express.js.
|
|
22
22
|
|
|
23
|
-
**The `vite-intlayer` package** allows you to internationalize your Vite application. It includes the Vite plugin to set the configuration through environment variables into the [Vite bundler](https://vitejs.dev/guide/why.html#why-bundle-for-production). It also provides middleware to detect the user's preferred locale, and redirect the user to the appropriate URL as specified in the [configuration](https://intlayer.org
|
|
23
|
+
**The `vite-intlayer` package** allows you to internationalize your Vite application. It includes the Vite plugin to set the configuration through environment variables into the [Vite bundler](https://vitejs.dev/guide/why.html#why-bundle-for-production). It also provides middleware to detect the user's preferred locale, and redirect the user to the appropriate URL as specified in the [configuration](https://intlayer.org/doc/concept/configuration).
|
|
24
24
|
|
|
25
25
|
## Why Internationalize Your Vite Application?
|
|
26
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vite-intlayer",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Vite plugin for seamless internationalization (i18n), providing locale detection, redirection, and environment-based configuration",
|
|
6
6
|
"keywords": [
|
|
@@ -57,10 +57,9 @@
|
|
|
57
57
|
"./package.json"
|
|
58
58
|
],
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"
|
|
61
|
-
"@intlayer/
|
|
62
|
-
"@intlayer/
|
|
63
|
-
"@intlayer/chokidar": "4.1.2"
|
|
60
|
+
"@intlayer/chokidar": "4.1.4",
|
|
61
|
+
"@intlayer/core": "4.1.4",
|
|
62
|
+
"@intlayer/config": "4.1.4"
|
|
64
63
|
},
|
|
65
64
|
"devDependencies": {
|
|
66
65
|
"@types/node": "^22.10.6",
|
|
@@ -79,9 +78,9 @@
|
|
|
79
78
|
},
|
|
80
79
|
"peerDependencies": {
|
|
81
80
|
"vite": ">=4.0.0",
|
|
82
|
-
"@intlayer/chokidar": "4.1.
|
|
83
|
-
"@intlayer/config": "4.1.
|
|
84
|
-
"@intlayer/core": "4.1.
|
|
81
|
+
"@intlayer/chokidar": "4.1.4",
|
|
82
|
+
"@intlayer/config": "4.1.4",
|
|
83
|
+
"@intlayer/core": "4.1.4"
|
|
85
84
|
},
|
|
86
85
|
"engines": {
|
|
87
86
|
"node": ">=14.18"
|