Skip to content

Commit af2cdc7

Browse files
committed
Bump registry package to v1.4.5
1 parent 7aeba6a commit af2cdc7

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

registry/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.4.5] - 2025-10-05
9+
10+
### Added
11+
12+
- Added performance monitoring utilities with timer, measurement, and reporting functions
13+
- Added memoization utilities with LRU, TTL, weak references, and promise deduplication support
14+
- Added table formatting utilities (`formatTable`, `formatSimpleTable`) for CLI output
15+
- Added progress tracking to spinner with `updateProgress()` and `incrementProgress()` methods
16+
- Added `isDir` and `safeStats` async helpers to fs module
17+
18+
### Changed
19+
20+
- Removed `platform` and `arch` options from `dlxBinary` function as cross-platform binary execution is not supported
21+
22+
### Fixed
23+
24+
- Fixed Windows shell execution in `dlxBinary` by adding cache directory to PATH
25+
826
## [1.4.4] - 2025-10-05
927

1028
### Fixed

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.4.4",
3+
"version": "1.4.5",
44
"license": "MIT",
55
"description": "Socket.dev registry helpers methods and metadata",
66
"keywords": [

0 commit comments

Comments
 (0)