intlayer-cli 5.3.13 → 5.4.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -45,7 +45,7 @@ yarn add intlayer-cli
45
45
  Here an example of how to use the `intlayer-cli` package:
46
46
 
47
47
  ```bash
48
- npx intlayer build
48
+ npx intlayer dictionaries build
49
49
  ```
50
50
 
51
51
  ## CLI commands
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intlayer-cli",
3
- "version": "5.3.13",
3
+ "version": "5.4.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": [
@@ -60,7 +60,7 @@
60
60
  ],
61
61
  "dependencies": {
62
62
  "webpack": "^5.98.0",
63
- "@intlayer/cli": "5.3.13"
63
+ "@intlayer/cli": "5.4.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@changesets/changelog-github": "0.5.1",
@@ -74,9 +74,9 @@
74
74
  "tsc-alias": "^1.8.11",
75
75
  "tsup": "^8.4.0",
76
76
  "typescript": "^5.8.2",
77
- "@utils/eslint-config": "1.0.4",
78
- "@utils/ts-config": "1.0.4",
79
77
  "@utils/ts-config-types": "1.0.4",
78
+ "@utils/ts-config": "1.0.4",
79
+ "@utils/eslint-config": "1.0.4",
80
80
  "@utils/tsup-config": "1.0.4"
81
81
  },
82
82
  "engines": {