Skip to content

Commit 81d598f

Browse files
committed
chore: bump version to 3.1.0
1 parent 3a4667f commit 81d598f

File tree

3 files changed

+42
-7
lines changed

3 files changed

+42
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [3.1.0](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.1.0) - 2025-11-02
8+
9+
### Fixed
10+
11+
- Changed SDK output format from ESM to CJS to resolve Node.js built-in module bundling issues when bundling CJS dependencies into ESM output
12+
- SDK now correctly handles `@socketsecurity/lib` bundling without creating broken `__require()` wrappers that caused "Dynamic require of 'async_hooks' is not supported" errors in isolated environments
13+
714
## [3.0.31](https://github.com/SocketDev/socket-sdk-js/releases/tag/v3.0.31) - 2025-11-02
815

916
### Added

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/sdk",
3-
"version": "3.0.31",
3+
"version": "3.1.0",
44
"license": "MIT",
55
"description": "SDK for the Socket API client",
66
"author": {
@@ -54,6 +54,7 @@
5454
"update": "node scripts/update.mjs"
5555
},
5656
"devDependencies": {
57+
"@babel/generator": "7.28.5",
5758
"@babel/parser": "7.26.3",
5859
"@babel/traverse": "7.26.4",
5960
"@babel/types": "7.26.3",

pnpm-lock.yaml

Lines changed: 33 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)