Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
54fbe5beac | |||
0704853fa2 |
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-03-07 - 3.29.3 - fix(core)
|
||||||
|
Fix functional errors in the proxy setup and enhance pnpm configuration
|
||||||
|
|
||||||
|
- Corrected pnpm configuration to include specific dependencies as 'onlyBuiltDependencies'.
|
||||||
|
|
||||||
## 2025-03-07 - 3.29.2 - fix(PortProxy)
|
## 2025-03-07 - 3.29.2 - fix(PortProxy)
|
||||||
Fix test for PortProxy handling of custom IPs in Docker/CI environments.
|
Fix test for PortProxy handling of custom IPs in Docker/CI environments.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartproxy",
|
"name": "@push.rocks/smartproxy",
|
||||||
"version": "3.29.2",
|
"version": "3.29.3",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.",
|
"description": "A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
@ -77,6 +77,11 @@
|
|||||||
"url": "https://code.foss.global/push.rocks/smartproxy/issues"
|
"url": "https://code.foss.global/push.rocks/smartproxy/issues"
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"overrides": {}
|
"overrides": {},
|
||||||
|
"onlyBuiltDependencies": [
|
||||||
|
"esbuild",
|
||||||
|
"mongodb-memory-server",
|
||||||
|
"puppeteer"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
1863
pnpm-lock.yaml
generated
1863
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartproxy',
|
name: '@push.rocks/smartproxy',
|
||||||
version: '3.29.2',
|
version: '3.29.3',
|
||||||
description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.'
|
description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user