We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6239d0f commit ba2f8f4Copy full SHA for ba2f8f4
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.1] - 2025-10-21
9
+
10
+### Fixed
11
12
+- Fixed relative import paths in compiled CommonJS output (changed `require("../external/...")` to `require("./external/...")` for root-level dist files)
13
14
## [1.0.0] - 2025-10-20
15
16
### Changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@socketsecurity/lib",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"license": "MIT",
"description": "Core utilities and infrastructure for Socket.dev security tools",
"keywords": [
0 commit comments