fix(core): Refactor module exports and update packageManager version in package.json

This commit is contained in:
2025-05-04 12:44:35 +00:00
parent 09ad7644f4
commit 8cd693c063
5 changed files with 14 additions and 5 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-05-04 - 10.0.4 - fix(core)
Refactor module exports and update packageManager version in package.json
- In package.json, bumped pnpm version from 10.7.0 to 10.10.0 for dependency consistency.
- In ts/index.ts, removed redundant type export and now export common types directly.
- In ts/smartproxy/classes.smartproxy.ts, reorganized imports and explicitly export IPortProxySettings and IDomainConfig.
## 2025-05-04 - 10.0.3 - fix(smartproxy)
Update dependency versions (@push.rocks/smartacme to ^7.2.4, @push.rocks/smartnetwork to ^4.0.1, ws to ^8.18.2) and export common types via index.ts for easier imports.