vue-intlayer 5.5.0 → 5.5.1
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 +14 -14
package/README.md
CHANGED
|
@@ -77,7 +77,7 @@ By default, Intlayer scans for files with the extension `.content.{json,ts,tsx,j
|
|
|
77
77
|
|
|
78
78
|
Here’s an example of content declaration:
|
|
79
79
|
|
|
80
|
-
```tsx
|
|
80
|
+
```tsx fileName="src/Component1/index.content.ts" codeFormat="typescript"
|
|
81
81
|
import { t, type Dictionary } from "intlayer";
|
|
82
82
|
|
|
83
83
|
const component1Content = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-intlayer",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easily internationalize i18n your Vue applications with type-safe multilingual content management.",
|
|
6
6
|
"keywords": [
|
|
@@ -70,11 +70,11 @@
|
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"js-cookie": "^3.0.5",
|
|
72
72
|
"uuid": "^11.1.0",
|
|
73
|
-
"@intlayer/config": "5.5.
|
|
74
|
-
"@intlayer/api": "5.5.
|
|
75
|
-
"@intlayer/dictionaries-entry": "5.5.
|
|
76
|
-
"@intlayer/core": "5.5.
|
|
77
|
-
"@intlayer/editor": "5.5.
|
|
73
|
+
"@intlayer/config": "5.5.1",
|
|
74
|
+
"@intlayer/api": "5.5.1",
|
|
75
|
+
"@intlayer/dictionaries-entry": "5.5.1",
|
|
76
|
+
"@intlayer/core": "5.5.1",
|
|
77
|
+
"@intlayer/editor": "5.5.1"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@types/js-cookie": "^3.0.6",
|
|
@@ -89,19 +89,19 @@
|
|
|
89
89
|
"typescript": "^5.8.2",
|
|
90
90
|
"vite": "^6.3.1",
|
|
91
91
|
"vite-plugin-dts": "^4.5.3",
|
|
92
|
-
"@intlayer/backend": "5.5.
|
|
92
|
+
"@intlayer/backend": "5.5.1",
|
|
93
93
|
"@utils/eslint-config": "1.0.4",
|
|
94
|
-
"@utils/ts-config": "1.0.4",
|
|
95
94
|
"@utils/ts-config-types": "1.0.4",
|
|
96
|
-
"@utils/tsup-config": "1.0.4"
|
|
95
|
+
"@utils/tsup-config": "1.0.4",
|
|
96
|
+
"@utils/ts-config": "1.0.4"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"vue": "^3.5.13",
|
|
100
|
-
"@intlayer/
|
|
101
|
-
"@intlayer/config": "5.5.
|
|
102
|
-
"@intlayer/
|
|
103
|
-
"
|
|
104
|
-
"intlayer": "5.5.
|
|
100
|
+
"@intlayer/core": "5.5.1",
|
|
101
|
+
"@intlayer/config": "5.5.1",
|
|
102
|
+
"@intlayer/dictionaries-entry": "5.5.1",
|
|
103
|
+
"intlayer": "5.5.1",
|
|
104
|
+
"@intlayer/api": "5.5.1"
|
|
105
105
|
},
|
|
106
106
|
"engines": {
|
|
107
107
|
"node": ">=14.18"
|