express-intlayer 7.3.10 → 7.3.11
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "express-intlayer",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.11",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Manage internationalization i18n in a simple way for express application.",
|
|
6
6
|
"keywords": [
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"@intlayer/chokidar": "7.3.
|
|
80
|
-
"@intlayer/config": "7.3.
|
|
81
|
-
"@intlayer/core": "7.3.
|
|
82
|
-
"@intlayer/types": "7.3.
|
|
79
|
+
"@intlayer/chokidar": "7.3.11",
|
|
80
|
+
"@intlayer/config": "7.3.11",
|
|
81
|
+
"@intlayer/core": "7.3.11",
|
|
82
|
+
"@intlayer/types": "7.3.11",
|
|
83
83
|
"cls-hooked": "4.2.2",
|
|
84
|
-
"intlayer": "7.3.
|
|
84
|
+
"intlayer": "7.3.11"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@types/cls-hooked": "4.3.9",
|