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,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
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments