vue-intlayer 7.2.3 → 7.3.0
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 -0
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -24,6 +24,8 @@
|
|
|
24
24
|
<a href="https://github.com/aymericzip/intlayer/blob/main/LICENSE" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/license/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="license"/></a>
|
|
25
25
|
<a href="https://github.com/aymericzip/intlayer/commits/main" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/last-commit/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="last commit"/>
|
|
26
26
|
</a>
|
|
27
|
+
<a href="https://bountyhub.dev/bounties?repo=intlayer" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/badge/Bounties-on%20BountyHub-yellow?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="Bounties on BountyHub"/>
|
|
28
|
+
</a>
|
|
27
29
|
</p>
|
|
28
30
|
|
|
29
31
|

|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-intlayer",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easily internationalize i18n your Vue applications with type-safe multilingual content management.",
|
|
6
6
|
"keywords": [
|
|
@@ -79,19 +79,19 @@
|
|
|
79
79
|
"lint:fix": "biome lint --write .",
|
|
80
80
|
"prepublish": "cp -f ../../README.md ./README.md",
|
|
81
81
|
"publish": "bun publish || true",
|
|
82
|
-
"publish:canary": "bun publish --tag canary || true",
|
|
83
|
-
"publish:latest": "bun publish --tag latest || true",
|
|
82
|
+
"publish:canary": "bun publish --access public --tag canary || true",
|
|
83
|
+
"publish:latest": "bun publish --access public --tag latest || true",
|
|
84
84
|
"test": "vitest run",
|
|
85
85
|
"test:watch": "vitest",
|
|
86
86
|
"typecheck": "vue-tsc --noEmit --project tsconfig.types.json"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@intlayer/api": "7.
|
|
90
|
-
"@intlayer/config": "7.
|
|
91
|
-
"@intlayer/core": "7.
|
|
92
|
-
"@intlayer/editor": "7.
|
|
93
|
-
"@intlayer/types": "7.
|
|
94
|
-
"@intlayer/unmerged-dictionaries-entry": "7.
|
|
89
|
+
"@intlayer/api": "7.3.0",
|
|
90
|
+
"@intlayer/config": "7.3.0",
|
|
91
|
+
"@intlayer/core": "7.3.0",
|
|
92
|
+
"@intlayer/editor": "7.3.0",
|
|
93
|
+
"@intlayer/types": "7.3.0",
|
|
94
|
+
"@intlayer/unmerged-dictionaries-entry": "7.3.0"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@types/node": "24.10.1",
|
|
@@ -106,11 +106,11 @@
|
|
|
106
106
|
"typescript": "5.9.3",
|
|
107
107
|
"vite": "7.2.2",
|
|
108
108
|
"vite-plugin-dts": "4.5.4",
|
|
109
|
-
"vitest": "4.0.
|
|
109
|
+
"vitest": "4.0.13",
|
|
110
110
|
"vue-tsc": "3.1.1"
|
|
111
111
|
},
|
|
112
112
|
"peerDependencies": {
|
|
113
|
-
"intlayer": "7.
|
|
113
|
+
"intlayer": "7.3.0",
|
|
114
114
|
"vue": ">=3.0.0"
|
|
115
115
|
},
|
|
116
116
|
"peerDependenciesMeta": {
|