intlayer 8.1.0 → 8.1.2
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": "intlayer",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Manage internationalization i18n in a simple way, through TypeScript, declaration file, declare your multilingual content every where in your code.",
|
|
6
6
|
"keywords": [
|
|
@@ -99,17 +99,17 @@
|
|
|
99
99
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
100
100
|
},
|
|
101
101
|
"dependencies": {
|
|
102
|
-
"@intlayer/cli": "8.1.
|
|
103
|
-
"@intlayer/config": "8.1.
|
|
104
|
-
"@intlayer/core": "8.1.
|
|
105
|
-
"@intlayer/types": "8.1.
|
|
102
|
+
"@intlayer/cli": "8.1.2",
|
|
103
|
+
"@intlayer/config": "8.1.2",
|
|
104
|
+
"@intlayer/core": "8.1.2",
|
|
105
|
+
"@intlayer/types": "8.1.2"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@types/node": "25.2.3",
|
|
109
109
|
"@utils/ts-config": "1.0.4",
|
|
110
110
|
"@utils/ts-config-types": "1.0.4",
|
|
111
111
|
"@utils/tsdown-config": "1.0.4",
|
|
112
|
-
"rimraf": "6.1.
|
|
112
|
+
"rimraf": "6.1.3",
|
|
113
113
|
"tsdown": "0.20.3",
|
|
114
114
|
"typescript": "5.9.3",
|
|
115
115
|
"vitest": "4.0.18"
|