intlayer-cli 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 +5 -5
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": "intlayer-cli",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Lightweight CLI tool for Intlayer, enabling content audits, dictionary management, and CMS sync. Ideal for JavaScript developers using React or Express.",
|
|
6
6
|
"keywords": [
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"lint:fix": "biome lint --write .",
|
|
70
70
|
"prepublish": "cp -f ../../README.md ./README.md",
|
|
71
71
|
"publish": "bun publish || true",
|
|
72
|
-
"publish:canary": "bun publish --tag canary || true",
|
|
73
|
-
"publish:latest": "bun publish --tag latest || true",
|
|
72
|
+
"publish:canary": "bun publish --access public --tag canary || true",
|
|
73
|
+
"publish:latest": "bun publish --access public --tag latest || true",
|
|
74
74
|
"serve": "webpack serve --config ./webpack.config.ts",
|
|
75
75
|
"test": "vitest run",
|
|
76
76
|
"test:watch": "vitest",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"watch": "webpack --config ./webpack.config.ts --watch"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@intlayer/cli": "7.
|
|
82
|
+
"@intlayer/cli": "7.3.0",
|
|
83
83
|
"webpack": "5.98.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"rimraf": "6.1.2",
|
|
91
91
|
"tsdown": "0.16.6",
|
|
92
92
|
"typescript": "5.9.3",
|
|
93
|
-
"vitest": "4.0.
|
|
93
|
+
"vitest": "4.0.13"
|
|
94
94
|
},
|
|
95
95
|
"engines": {
|
|
96
96
|
"node": ">=14.18"
|