vue-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
|
@@ -119,7 +119,7 @@ The `vue-intlayer` package also provides some functions to help you to internati
|
|
|
119
119
|
## Read about Intlayer
|
|
120
120
|
|
|
121
121
|
- [Intlayer Website](https://intlayer.org)
|
|
122
|
-
- [Intlayer Documentation](https://intlayer.org/
|
|
122
|
+
- [Intlayer Documentation](https://intlayer.org/doc)
|
|
123
123
|
- [Intlayer GitHub](https://github.com/aymericzip/intlayer)
|
|
124
124
|
|
|
125
|
-
- [Ask your questions to our smart documentation](https://intlayer.org/
|
|
125
|
+
- [Ask your questions to our smart documentation](https://intlayer.org/docchat)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-intlayer",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easily internationalize i18n your Vue applications with type-safe multilingual content management.",
|
|
6
6
|
"keywords": [
|
|
@@ -70,39 +70,39 @@
|
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"js-cookie": "^3.0.5",
|
|
72
72
|
"uuid": "^11.1.0",
|
|
73
|
-
"@intlayer/
|
|
74
|
-
"@intlayer/
|
|
75
|
-
"@intlayer/config": "5.5.
|
|
76
|
-
"@intlayer/
|
|
77
|
-
"@intlayer/
|
|
73
|
+
"@intlayer/api": "5.5.9",
|
|
74
|
+
"@intlayer/core": "5.5.9",
|
|
75
|
+
"@intlayer/config": "5.5.9",
|
|
76
|
+
"@intlayer/dictionaries-entry": "5.5.9",
|
|
77
|
+
"@intlayer/editor": "5.5.9"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@types/js-cookie": "^3.0.6",
|
|
81
|
-
"@types/node": "^22.
|
|
82
|
-
"@typescript-eslint/parser": "^8.
|
|
81
|
+
"@types/node": "^22.15.30",
|
|
82
|
+
"@typescript-eslint/parser": "^8.33.1",
|
|
83
83
|
"@vitejs/plugin-vue": "^5.2.2",
|
|
84
84
|
"concurrently": "^9.1.2",
|
|
85
|
-
"eslint": "^9.
|
|
85
|
+
"eslint": "^9.28.0",
|
|
86
86
|
"fast-glob": "^3.3.3",
|
|
87
87
|
"prettier": "^3.5.3",
|
|
88
88
|
"rimraf": "^6.0.1",
|
|
89
|
-
"typescript": "^5.8.
|
|
90
|
-
"vite": "^6.3.
|
|
89
|
+
"typescript": "^5.8.3",
|
|
90
|
+
"vite": "^6.3.5",
|
|
91
91
|
"vite-plugin-dts": "^4.5.3",
|
|
92
|
+
"@intlayer/backend": "5.5.9",
|
|
92
93
|
"@utils/eslint-config": "1.0.4",
|
|
93
94
|
"@utils/ts-config": "1.0.4",
|
|
94
|
-
"@
|
|
95
|
-
"@utils/tsup-config": "1.0.4"
|
|
96
|
-
"@utils/ts-config-types": "1.0.4"
|
|
95
|
+
"@utils/ts-config-types": "1.0.4",
|
|
96
|
+
"@utils/tsup-config": "1.0.4"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"vue": "^3.5.13",
|
|
100
|
-
"@intlayer/api": "5.5.
|
|
101
|
-
"@intlayer/
|
|
102
|
-
"@intlayer/
|
|
103
|
-
"@intlayer/
|
|
104
|
-
"@intlayer/
|
|
105
|
-
"intlayer": "5.5.
|
|
100
|
+
"@intlayer/api": "5.5.9",
|
|
101
|
+
"@intlayer/config": "5.5.9",
|
|
102
|
+
"@intlayer/core": "5.5.9",
|
|
103
|
+
"@intlayer/dictionaries-entry": "5.5.9",
|
|
104
|
+
"@intlayer/editor": "5.5.9",
|
|
105
|
+
"intlayer": "5.5.9"
|
|
106
106
|
},
|
|
107
107
|
"engines": {
|
|
108
108
|
"node": ">=14.18"
|