fop-cli 4.3.2 → 5.0.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 (3) hide show
  1. package/README.md +3 -0
  2. package/install.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -115,8 +115,11 @@ fop -n ~/easylist ~/easyprivacy ~/fanboy-addon
115
115
  | `--check-file=FILE` | Process a single file |
116
116
  | `--output-diff=FILE` | Output changes as diff (no files modified) |
117
117
  | `--quiet` | Limit console output, less verbose |
118
+ | `--add-checksum=FILES` | Add/update checksum for specific files (comma-separated) |
119
+ | `--add-timestamp` | Update timestamp in file header (Last Modified/Last Updated) |
118
120
  | `--config-file=` | Custom config file path |
119
121
  | `--show-config` | Show applied configuration and exit |
122
+ | `--git-binary=<path>` | Path to git binary (default: git in PATH) |
120
123
  | `-h, --help` | Show help message |
121
124
  | `-V, --version` | Show version number |
122
125
 
package/install.js CHANGED
@@ -7,7 +7,7 @@ const path = require('path');
7
7
  const { execSync } = require('child_process');
8
8
 
9
9
  // Configuration - UPDATE THESE FOR YOUR RELEASE
10
- const VERSION = '4.3.2';
10
+ const VERSION = '5.0.0';
11
11
  const GITHUB_REPO = 'ryanbr/fop-rs'; // Change to your repo
12
12
  const BINARY_NAME = 'fop';
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fop-cli",
3
- "version": "4.3.2",
3
+ "version": "5.0.0",
4
4
  "description": "Filter Orderer and Preener - A tool for sorting and cleaning ad-blocking filter lists",
5
5
  "keywords": [
6
6
  "adblock",