ai-secret-scout 2.4.1 → 2.4.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.
@@ -41,7 +41,7 @@ else:
41
41
  import termios
42
42
  import tty
43
43
 
44
- VERSION = "2.4.1"
44
+ VERSION = "2.4.2"
45
45
 
46
46
  # --- INTERNATIONALISATION (I18N) ---
47
47
  def detect_default_lang() -> str:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-secret-scout",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "Zero-dependency heuristic secret scanner & redaction tool for AI coding assistants (Claude Code, Antigravity, Codex, Copilot, Cursor)",
5
5
  "main": "bin/aiscout.js",
6
6
  "bin": {