fix(appdata): Redact sensitive values in AppData logs and add redaction tests

This commit is contained in:
2025-08-16 13:15:32 +00:00
parent 2cc0da4462
commit e3a76ca577
5 changed files with 160 additions and 21 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/npmextra',
version: '5.3.2',
version: '5.3.3',
description: 'A utility to enhance npm with additional configuration, tool management capabilities, and a key-value store for project setups.'
}