fix(core): Fix functional errors in the proxy setup and enhance pnpm configuration

This commit is contained in:
2025-03-07 15:50:25 +00:00
parent 8cf22ee38b
commit 0704853fa2
4 changed files with 1050 additions and 827 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 2025-03-07 - 3.29.3 - fix(core)
Fix functional errors in the proxy setup and enhance pnpm configuration
- Corrected pnpm configuration to include specific dependencies as 'onlyBuiltDependencies'.
## 2025-03-07 - 3.29.2 - fix(PortProxy)
Fix test for PortProxy handling of custom IPs in Docker/CI environments.