fix(portproxy): Fix incorrect import path in test file

This commit is contained in:
2025-02-24 09:53:39 +00:00
parent 38601a41bb
commit dc3d56771b
10 changed files with 223 additions and 6 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 2025-02-24 - 3.10.5 - fix(portproxy)
Fix incorrect import path in test file
- Change import path from '../ts/smartproxy.portproxy.js' to '../ts/classes.portproxy.js' in test/test.portproxy.ts
## 2025-02-23 - 3.10.4 - fix(PortProxy)
Refactor connection tracking to utilize unified records in PortProxy