prompt-engineering-toolkit 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.
- package/lib/scanner-core.js +1 -0
- package/package.json +1 -1
package/lib/scanner-core.js
CHANGED
|
@@ -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