fix(package.json): Update packageManager field in package.json to specify the pnpm version for improved reproducibility.

This commit is contained in:
2025-04-05 08:54:34 +00:00
parent b27cb8988c
commit 9a9bcd2df0
3 changed files with 8 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '7.0.0',
version: '7.0.1',
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.'
}