intlayer-cli 4.1.0 → 4.1.2

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 +2 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <a href="https://www.npmjs.com/package/intlayer-cli">
2
+ <a href="https://intlayer.org">
3
3
  <img src="https://raw.githubusercontent.com/aymericzip/intlayer/572ae9c9acafb74307b81530c1931a8e98990aef/docs/assets/logo.png" width="500" alt="intlayer" />
4
4
  </a>
5
5
  </div>
@@ -14,7 +14,6 @@
14
14
  <a href="https://npmjs.org/package/intlayer-cli">
15
15
  <img alt="types included" src="https://badgen.net/npm/types/intlayer?labelColor=49516F&color=8994BC"
16
16
  />
17
- </a>
18
17
  </div>
19
18
 
20
19
  # intlayer-cli: Use the Intlayer CLI
@@ -57,7 +56,7 @@ Intlayer provides a CLI tool to:
57
56
  - build dictionaries from your content declarations
58
57
  - push and pull distant dictionaries from your CMS to your locale project
59
58
 
60
- Consult [intlayer-cli](https://github.com/aymericzip/intlayer/blob/main/docs/en/intlayer_cli.md) for more information.
59
+ Consult [intlayer-cli](https://intlayer.org//doc/concept/cli) for more information.
61
60
 
62
61
  ## Read about Intlayer
63
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intlayer-cli",
3
- "version": "4.1.0",
3
+ "version": "4.1.2",
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.0"
62
+ "@intlayer/cli": "4.1.2"
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
- "@utils/ts-config-types": "1.0.4",
78
76
  "@utils/tsup-config": "1.0.4",
79
- "@utils/ts-config": "1.0.4"
77
+ "@utils/ts-config": "1.0.4",
78
+ "@utils/ts-config-types": "1.0.4",
79
+ "@utils/eslint-config": "1.0.4"
80
80
  },
81
81
  "engines": {
82
82
  "node": ">=14.18"