intlayer-cli 4.0.2 → 4.0.3
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 +5 -5
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
</a>
|
|
18
18
|
</div>
|
|
19
19
|
|
|
20
|
-
# intlayer-cli:
|
|
20
|
+
# intlayer-cli: Use the Intlayer CLI
|
|
21
21
|
|
|
22
22
|
**Intlayer** is a suite of packages designed specifically for JavaScript developers. It is compatible with frameworks like React, React, and Express.js.
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "intlayer-cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"private": false,
|
|
5
|
-
"description": "
|
|
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": [
|
|
7
7
|
"intlayer",
|
|
8
8
|
"application",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
],
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"webpack": "^5.97.1",
|
|
62
|
-
"@intlayer/cli": "4.0.
|
|
62
|
+
"@intlayer/cli": "4.0.3"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@changesets/changelog-github": "0.5.0",
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
"tsc-alias": "^1.8.10",
|
|
74
74
|
"tsup": "^8.3.5",
|
|
75
75
|
"typescript": "^5.7.3",
|
|
76
|
+
"@utils/eslint-config": "1.0.4",
|
|
76
77
|
"@utils/ts-config": "1.0.4",
|
|
77
78
|
"@utils/tsup-config": "1.0.4",
|
|
78
|
-
"@utils/ts-config-types": "1.0.4"
|
|
79
|
-
"@utils/eslint-config": "1.0.4"
|
|
79
|
+
"@utils/ts-config-types": "1.0.4"
|
|
80
80
|
},
|
|
81
81
|
"engines": {
|
|
82
82
|
"node": ">=14.18"
|