Skip to content

Commit 71cbbeb

Browse files
committed
Add CHANGELOG.md with package fixes
1 parent 40835f6 commit 71cbbeb

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
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+
## [Unreleased]
9+
10+
### Fixed
11+
12+
#### @socketregistry/is-arguments@1.0.10 - 2025-10-01
13+
- Add explicit `./index.js` export to package.json exports field to fix module resolution errors in CommonJS environments
14+
15+
#### @socketregistry/indent-string@1.0.15 - 2025-10-01
16+
- Rename function parameter from `string` to `input` to match error message expectations and upstream test requirements
17+
18+
#### @socketregistry/isarray@1.0.8 - 2025-10-01
19+
- Convert to dual CommonJS/ESM support with proper module exports
20+
- Add `index.cjs` for CommonJS compatibility
21+
- Add `index.mjs` for ESM support
22+
- Add corresponding TypeScript definitions (`index.d.cts`, `index.d.mts`)
23+
- Update package.json exports to use `import`/`require` conditions
24+
25+
#### install-npm-packages.mjs
26+
- Fix temp directory naming to use unique paths per package to prevent extraction conflicts when multiple packages are processed concurrently

0 commit comments

Comments
 (0)