feat(smartnetwork): Add exclude option to findFreePort and skip excluded ports during search

This commit is contained in:
2025-09-12 18:26:56 +00:00
parent 6e59f0f5c0
commit 0f79773985
4 changed files with 37 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartnetwork',
version: '4.3.0',
version: '4.4.0',
description: 'A toolkit for network diagnostics including speed tests, port availability checks, and more.'
}