Skip to content

Commit 9ee0e89

Browse files
committed
Bump registery package to v1.5.1
1 parent f6f982d commit 9ee0e89

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

registry/CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [1.5.1] - 2025-10-05
99

10-
### Changed
10+
### Added
1111

12-
- Removed `dependencies/index` barrel file to prevent eager loading of all dependency modules
13-
- Updated imports in `fs`, `spawn`, and `prompts` modules to use specific dependency modules instead of index barrel
12+
- Added `isolatePackage` to `lib/packages/isolation` for creating isolated package test environments
1413

15-
### Fixed
14+
### Changed
1615

17-
- Fixed isolation module test for scoped packages to correctly navigate temp directory structure
16+
- Removed `dependencies/index` barrel file to prevent eager loading of all dependency modules
1817

1918
## [1.5.0] - 2025-10-05
2019

2120
### Added
2221

23-
- Added `isolatePackage` to `lib/packages/isolation` for creating isolated package test environments
2422
- Added support for testing local development packages in addition to socket-registry packages
2523
- Exposed isolation module as part of public API via `lib/packages`
2624

@@ -37,7 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3735

3836
- Added comprehensive package.json exports validation tests
3937

40-
4138
## [1.4.5] - 2025-10-05
4239

4340
### Added

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

0 commit comments

Comments
 (0)