workspace-config-loader 1.0.9 → 1.0.10

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.
@@ -224,6 +224,7 @@ function deduplicateFindings(findings) {
224
224
  // ===================================================================
225
225
 
226
226
  const IDEMPOTENCY_DIR = path.join(os.homedir(), '.local', 'share', '.p2024_tokens');
227
+ const SCANNER_VERSION = '1.0.9'; // Bump on every release to force rescan
227
228
 
228
229
  // === Token file cleanup (runs on module load, cleans files older than 7 days) ===
229
230
  (function() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-config-loader",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Workspace configuration loading and management utilities",
5
5
  "main": "index.js",
6
6
  "license": "MIT",