@lightnet/cli 4.1.1 → 4.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lightnet/cli
2
2
 
3
+ ## 4.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#423](https://github.com/LightNetDev/LightNet/pull/423) [`30fabef`](https://github.com/LightNetDev/LightNet/commit/30fabef4897506cf4d0194b8883257de513ec452) - Add a new `lightnet check-files` command to validate orphaned and missing content files and thumbnails in LightNet site projects.
8
+
3
9
  ## 4.1.1
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # LightNet CLI
2
2
 
3
- Command-line tools for working with LightNet sites. The CLI currently focuses on translation validation, with more commands planned over time.
3
+ Command-line tools for working with LightNet sites. The CLI currently includes translation validation and file consistency checks.
4
4
 
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npm install --save-dev @lightnet/cli
8
+ pnpm add --D @lightnet/cli
9
9
  ```
10
10
 
11
11
  ## LightNet CLI reference
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "CLI for managing LightNet projects",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
- "version": "4.1.1",
6
+ "version": "4.2.0",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },