fop-cli 4.2.3 → 4.2.4

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 +1 -0
  2. package/install.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -91,6 +91,7 @@ fop -n ~/easylist ~/easyprivacy ~/fanboy-addon
91
91
  | `--ignore-dot-domains` | Don't skip rules without dot in domain |
92
92
  | `--ignorefiles=` | Additional files to ignore (comma-separated, partial names) |
93
93
  | `--ignoredirs=` | Additional directories to ignore (comma-separated, partial names) |
94
+ | `--ignore-all-but=` | Only process these files, ignore all others (comma-separated) |
94
95
  | `--file-extensions=` | File extensions to process (default: .txt) |
95
96
  | `--comments=` | Comment line prefixes (default: !) |
96
97
  | `--disable-domain-limit=` | Files to skip short domain check (comma-separated) |
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.2.3';
10
+ const VERSION = '4.2.4';
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.2.3",
3
+ "version": "4.2.4",
4
4
  "description": "Filter Orderer and Preener - A tool for sorting and cleaning ad-blocking filter lists",
5
5
  "keywords": [
6
6
  "adblock",