intlayer-cli 5.5.7 → 5.5.9
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 -2
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -61,7 +61,7 @@ Consult [intlayer-cli](https://intlayer.org/doc/concept/cli) for more informatio
|
|
|
61
61
|
## Read about Intlayer
|
|
62
62
|
|
|
63
63
|
- [Intlayer Website](https://intlayer.org)
|
|
64
|
-
- [Intlayer Documentation](https://intlayer.org/
|
|
64
|
+
- [Intlayer Documentation](https://intlayer.org/doc)
|
|
65
65
|
- [Intlayer GitHub](https://github.com/aymericzip/intlayer)
|
|
66
66
|
|
|
67
|
-
- [Ask your questions to our smart documentation](https://intlayer.org/
|
|
67
|
+
- [Ask your questions to our smart documentation](https://intlayer.org/docchat)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "intlayer-cli",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.9",
|
|
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": [
|
|
@@ -60,24 +60,24 @@
|
|
|
60
60
|
],
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"webpack": "^5.98.0",
|
|
63
|
-
"@intlayer/cli": "5.5.
|
|
63
|
+
"@intlayer/cli": "5.5.9"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@changesets/changelog-github": "0.5.1",
|
|
67
|
-
"@changesets/cli": "2.
|
|
68
|
-
"@types/node": "^22.
|
|
69
|
-
"@typescript-eslint/parser": "^8.
|
|
67
|
+
"@changesets/cli": "2.29.4",
|
|
68
|
+
"@types/node": "^22.15.30",
|
|
69
|
+
"@typescript-eslint/parser": "^8.33.1",
|
|
70
70
|
"concurrently": "^9.1.2",
|
|
71
|
-
"eslint": "^9.
|
|
71
|
+
"eslint": "^9.28.0",
|
|
72
72
|
"prettier": "^3.5.3",
|
|
73
73
|
"rimraf": "^6.0.1",
|
|
74
|
-
"tsc-alias": "^1.8.
|
|
75
|
-
"tsup": "^8.
|
|
76
|
-
"typescript": "^5.8.
|
|
77
|
-
"@utils/ts-config": "1.0.4",
|
|
74
|
+
"tsc-alias": "^1.8.16",
|
|
75
|
+
"tsup": "^8.5.0",
|
|
76
|
+
"typescript": "^5.8.3",
|
|
78
77
|
"@utils/ts-config-types": "1.0.4",
|
|
79
|
-
"@utils/
|
|
80
|
-
"@utils/
|
|
78
|
+
"@utils/eslint-config": "1.0.4",
|
|
79
|
+
"@utils/ts-config": "1.0.4",
|
|
80
|
+
"@utils/tsup-config": "1.0.4"
|
|
81
81
|
},
|
|
82
82
|
"engines": {
|
|
83
83
|
"node": ">=14.18"
|