express-intlayer 5.5.7 → 5.5.9
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 +2 -2
- package/package.json +20 -20
package/README.md
CHANGED
|
@@ -249,7 +249,7 @@ By default, `express-intlayer` will interpret the `Accept-Language` header to de
|
|
|
249
249
|
## Read about Intlayer
|
|
250
250
|
|
|
251
251
|
- [Intlayer Website](https://intlayer.org)
|
|
252
|
-
- [Intlayer Documentation](https://intlayer.org/
|
|
252
|
+
- [Intlayer Documentation](https://intlayer.org/doc)
|
|
253
253
|
- [Intlayer GitHub](https://github.com/aymericzip/intlayer)
|
|
254
254
|
|
|
255
|
-
- [Ask your questions to our smart documentation](https://intlayer.org/
|
|
255
|
+
- [Ask your questions to our smart documentation](https://intlayer.org/docchat)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "express-intlayer",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Manage internationalization i18n in a simple way for express application.",
|
|
6
6
|
"keywords": [
|
|
@@ -62,36 +62,36 @@
|
|
|
62
62
|
],
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"cls-hooked": "^4.2.2",
|
|
65
|
-
"@intlayer/chokidar": "5.5.
|
|
66
|
-
"@intlayer/
|
|
67
|
-
"@intlayer/
|
|
68
|
-
"intlayer": "5.5.
|
|
65
|
+
"@intlayer/chokidar": "5.5.9",
|
|
66
|
+
"@intlayer/core": "5.5.9",
|
|
67
|
+
"@intlayer/config": "5.5.9",
|
|
68
|
+
"intlayer": "5.5.9"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@changesets/changelog-github": "0.5.1",
|
|
72
|
-
"@changesets/cli": "2.
|
|
72
|
+
"@changesets/cli": "2.29.4",
|
|
73
73
|
"@types/cls-hooked": "^4.3.9",
|
|
74
|
-
"@types/express": "^5.0.
|
|
75
|
-
"@types/node": "^22.
|
|
76
|
-
"@typescript-eslint/parser": "^8.
|
|
74
|
+
"@types/express": "^5.0.2",
|
|
75
|
+
"@types/node": "^22.15.30",
|
|
76
|
+
"@typescript-eslint/parser": "^8.33.1",
|
|
77
77
|
"concurrently": "^9.1.2",
|
|
78
|
-
"eslint": "^9.
|
|
79
|
-
"express": "^5.0
|
|
78
|
+
"eslint": "^9.28.0",
|
|
79
|
+
"express": "^5.1.0",
|
|
80
80
|
"prettier": "^3.5.3",
|
|
81
81
|
"rimraf": "^6.0.1",
|
|
82
|
-
"tsc-alias": "^1.8.
|
|
83
|
-
"tsup": "^8.
|
|
84
|
-
"typescript": "^5.8.
|
|
85
|
-
"@utils/
|
|
82
|
+
"tsc-alias": "^1.8.16",
|
|
83
|
+
"tsup": "^8.5.0",
|
|
84
|
+
"typescript": "^5.8.3",
|
|
85
|
+
"@utils/eslint-config": "1.0.4",
|
|
86
86
|
"@utils/ts-config": "1.0.4",
|
|
87
87
|
"@utils/tsup-config": "1.0.4",
|
|
88
|
-
"@utils/
|
|
88
|
+
"@utils/ts-config-types": "1.0.4"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
|
-
"@intlayer/chokidar": "5.5.
|
|
92
|
-
"@intlayer/config": "5.5.
|
|
93
|
-
"@intlayer/core": "5.5.
|
|
94
|
-
"intlayer": "5.5.
|
|
91
|
+
"@intlayer/chokidar": "5.5.9",
|
|
92
|
+
"@intlayer/config": "5.5.9",
|
|
93
|
+
"@intlayer/core": "5.5.9",
|
|
94
|
+
"intlayer": "5.5.9"
|
|
95
95
|
},
|
|
96
96
|
"engines": {
|
|
97
97
|
"node": ">=14.18"
|