Skip to content

Commit 254199e

Browse files
committed
Bump registery package to v1.3.5
1 parent a63c15c commit 254199e

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

registry/CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff 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

registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)