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

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '10.0.3',
version: '10.0.4',
description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, dynamic routing with authentication options, and automatic ACME certificate management.'
}