fix(fs): Fix inconsistent glob matching in listFileTree and update test imports and dependency versions for enhanced stability.

This commit is contained in:
2025-05-21 13:24:41 +00:00
parent 7a32835a74
commit dfd1db152b
10 changed files with 1917 additions and 2721 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-05-21 - 11.2.1 - fix(fs)
Fix inconsistent glob matching in listFileTree and update test imports and dependency versions for enhanced stability.
- Enhanced listFileTree to support **/ patterns by using dual patterns (root and nested) with deduplication.
- Updated test imports to use '@git.zone/tstest/tapbundle' for consistency across test files.
- Bumped dependency versions (@push.rocks/lik, smartpromise, smartrequest, glob) in package.json.
- Added npm configuration (.npmrc) and local settings for improved test verbosity.
## 2025-01-29 - 11.2.0 - feat(fs)
Enhanced copy method with optional replaceTargetDir option for directory replacement