fix(AppData/Conversion): Improve boolean conversion and mapping evaluation in AppData, ensuring falsy values (like false, 0, and empty strings) are correctly handled and logged. Also, reduce test timeout and add local permissions settings for development.

This commit is contained in:
2025-08-15 18:14:57 +00:00
parent b0df896a14
commit 5f1090dd62
5 changed files with 232 additions and 12 deletions

View File

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