Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
ef97e39eb2 | |||
e3024c4eb5 |
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-05-18 - 19.2.2 - fix(smartproxy)
|
||||||
|
Update internal module structure and utility functions without altering external API behavior
|
||||||
|
|
||||||
|
- Refactored and reorganized TypeScript source files for improved maintainability and clarity
|
||||||
|
- Enhanced type definitions and utility methods across core, proxy, TLS, and forwarding modules
|
||||||
|
- Updated autogenerated commit info file
|
||||||
|
|
||||||
## 2025-05-18 - 19.2.1 - fix(commitinfo)
|
## 2025-05-18 - 19.2.1 - fix(commitinfo)
|
||||||
Bump commitinfo version to 19.2.1
|
Bump commitinfo version to 19.2.1
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartproxy",
|
"name": "@push.rocks/smartproxy",
|
||||||
"version": "19.2.1",
|
"version": "19.2.2",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.",
|
"description": "A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartproxy',
|
name: '@push.rocks/smartproxy',
|
||||||
version: '19.2.1',
|
version: '19.2.2',
|
||||||
description: 'A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.'
|
description: 'A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user