@intlayer/docs 6.1.2 → 6.1.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.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  createdAt: 2024-08-11
3
- updatedAt: 2025-09-23
3
+ updatedAt: 2025-09-26
4
4
  title: CLI
5
5
  description: Discover how to use the Intlayer CLI to manage your multilingual website. Follow the steps in this online documentation to set up your project in a few minutes.
6
6
  keywords:
@@ -61,6 +61,15 @@ To see how to configure available locales, or other parameters, refer to the [co
61
61
 
62
62
  ## Run intlayer commands
63
63
 
64
+ ### Check CLI version
65
+
66
+ ```bash
67
+ npx intlayer --version
68
+ npx intlayer version
69
+ ```
70
+
71
+ Both commands print the installed Intlayer CLI version.
72
+
64
73
  ### Build dictionaries
65
74
 
66
75
  To build your dictionaries, you can run the commands:
@@ -716,6 +725,7 @@ npx clear-npx-cache
716
725
 
717
726
  | Version | Date | Changes |
718
727
  | ------- | ---------- | ----------------------------------------------- |
728
+ | 6.1.2 | 2025-09-26 | Add version command |
719
729
  | 6.1.0 | 2025-09-26 | Set verbose option to default to true using CLI |
720
730
  | 6.1.0 | 2025-09-23 | Add watch command and with option |
721
731
  | 6.0.1 | 2025-09-23 | Add editor command |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/docs",
3
- "version": "6.1.2",
3
+ "version": "6.1.3",
4
4
  "private": false,
5
5
  "description": "Intlayer documentation",
6
6
  "keywords": [
@@ -48,8 +48,8 @@
48
48
  "legal"
49
49
  ],
50
50
  "dependencies": {
51
- "@intlayer/config": "6.1.2",
52
- "@intlayer/core": "6.1.2"
51
+ "@intlayer/core": "6.1.3",
52
+ "@intlayer/config": "6.1.3"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^24.5.2",
@@ -63,17 +63,17 @@
63
63
  "tsx": "^4.20.5",
64
64
  "typescript": "^5.9.2",
65
65
  "vitest": "^3.2.4",
66
- "@intlayer/api": "6.1.2",
67
- "@intlayer/cli": "6.1.2",
66
+ "@intlayer/api": "6.1.3",
67
+ "@intlayer/cli": "6.1.3",
68
68
  "@utils/ts-config": "1.0.4",
69
- "@utils/ts-config-types": "1.0.4",
70
- "@utils/tsup-config": "1.0.4"
69
+ "@utils/tsup-config": "1.0.4",
70
+ "@utils/ts-config-types": "1.0.4"
71
71
  },
72
72
  "peerDependencies": {
73
- "@intlayer/api": "6.1.2",
74
- "@intlayer/core": "6.1.2",
75
- "@intlayer/config": "6.1.2",
76
- "@intlayer/cli": "6.1.2"
73
+ "@intlayer/api": "6.1.3",
74
+ "@intlayer/cli": "6.1.3",
75
+ "@intlayer/core": "6.1.3",
76
+ "@intlayer/config": "6.1.3"
77
77
  },
78
78
  "engines": {
79
79
  "node": ">=14.18"