File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ 1.3.4] - 2025-10-01
99
10- ### Changed
10+ ### Added
11+
12+ - Added lib/git utilities module
13+
14+ ### Fixed
1115
12- - Updated package override versions
16+ - Fixed invalid manifest entries
17+ - Fixed parseArgs strip-aliased bug
1318
1419## [ 1.3.3] - 2025-10-01
1520
@@ -21,10 +26,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2126
2227### Added
2328
24- - Add 'sfw' to isBlessedPackageName method check
25- - ENV.DEBUG normalization for debug package compatibility
26- - ` DEBUG='1' ` or ` DEBUG='true' ` now automatically expands to ` DEBUG='*' ` (enables all namespaces)
27- - ` DEBUG='0' ` or ` DEBUG='false' ` now automatically converts to empty string (disables all output)
29+ - Added 'sfw' to isBlessedPackageName method check
30+ - Added ENV.DEBUG normalization for debug package compatibility
31+ - ` DEBUG='1' ` or ` DEBUG='true' ` automatically expands to ` DEBUG='*' ` (enables all namespaces)
32+ - ` DEBUG='0' ` or ` DEBUG='false' ` automatically converts to empty string (disables all output)
2833 - Namespace patterns like ` DEBUG='app:*' ` are preserved unchanged
2934
3035## [ 1.3.1] - 2025-09-30
Original file line number Diff line number Diff line change 11{
22 "name" : " @socketsecurity/registry" ,
3- "version" : " 1.3.4 " ,
3+ "version" : " 1.3.5 " ,
44 "license" : " MIT" ,
55 "description" : " Socket.dev registry helpers methods and metadata" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments