fix(core_node): Fix unix socket URL parsing and handling in CoreRequest

This commit is contained in:
2025-11-16 23:22:58 +00:00
parent f3ba77050a
commit 9f3503704b
4 changed files with 22 additions and 5 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartrequest',
version: '4.4.0',
version: '4.4.1',
description: 'A module for modern HTTP/HTTPS requests with support for form data, file uploads, JSON, binary data, streams, and more.'
}