intlayer-cli 4.1.3 → 4.1.4
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 +4 -4
package/README.md
CHANGED
|
@@ -56,7 +56,7 @@ Intlayer provides a CLI tool to:
|
|
|
56
56
|
- build dictionaries from your content declarations
|
|
57
57
|
- push and pull distant dictionaries from your CMS to your locale project
|
|
58
58
|
|
|
59
|
-
Consult [intlayer-cli](https://intlayer.org
|
|
59
|
+
Consult [intlayer-cli](https://intlayer.org/doc/concept/cli) for more information.
|
|
60
60
|
|
|
61
61
|
## Read about Intlayer
|
|
62
62
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "intlayer-cli",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.4",
|
|
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": [
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
],
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"webpack": "^5.97.1",
|
|
62
|
-
"@intlayer/cli": "4.1.
|
|
62
|
+
"@intlayer/cli": "4.1.4"
|
|
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",
|
|
77
76
|
"@utils/ts-config": "1.0.4",
|
|
78
77
|
"@utils/ts-config-types": "1.0.4",
|
|
79
|
-
"@utils/tsup-config": "1.0.4"
|
|
78
|
+
"@utils/tsup-config": "1.0.4",
|
|
79
|
+
"@utils/eslint-config": "1.0.4"
|
|
80
80
|
},
|
|
81
81
|
"engines": {
|
|
82
82
|
"node": ">=14.18"
|