File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,11 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.3.5] - 2025-10-01
9+
10+ ### Added
11+
12+ - Added lib/git utilities module
13+
14+ ### Fixed
15+
16+ - Fixed invalid manifest entries
17+ - Fixed parseArgs strip-aliased bug
18+
819## [ 1.3.4] - 2025-10-01
920
1021### Changed
1122
12- - Updated package override versions
23+ - Updated various package override versions
1324
1425## [ 1.3.3] - 2025-10-01
1526
@@ -21,10 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2132
2233### Added
2334
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)
35+ - Added 'sfw' to isBlessedPackageName method check
36+ - Added ENV.DEBUG normalization for debug package compatibility
37+ - ` DEBUG='1' ` or ` DEBUG='true' ` automatically expands to ` DEBUG='*' ` (enables all namespaces)
38+ - ` DEBUG='0' ` or ` DEBUG='false' ` automatically converts to empty string (disables all output)
2839 - Namespace patterns like ` DEBUG='app:*' ` are preserved unchanged
2940
3041## [ 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