File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments