We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30b88e commit 7a745cfCopy full SHA for 7a745cf
2 files changed
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [1.0.3] - 2025-10-21
9
+
10
+### Fixed
11
12
+- Fixed external dependency import paths in packages and stdio modules (corrected require paths from `../../external/` to `../external/`)
13
14
## [1.0.2] - 2025-10-21
15
16
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@socketsecurity/lib",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"license": "MIT",
"description": "Core utilities and infrastructure for Socket.dev security tools",
"keywords": [
0 commit comments