From 9a9bcd2df0dbfb8b07b31143c311738ecb1aa177 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 5 Apr 2025 08:54:34 +0000 Subject: [PATCH] fix(package.json): Update packageManager field in package.json to specify the pnpm version for improved reproducibility. --- changelog.md | 5 +++++ package.json | 3 ++- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index e3dbcf7..1344773 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2025-04-05 - 7.0.1 - fix(package.json) +Update packageManager field in package.json to specify the pnpm version for improved reproducibility. + +- Added the packageManager field to clearly specify the pnpm version and its checksum. + ## 2025-04-04 - 7.0.0 - BREAKING CHANGE(redirect) Remove deprecated SSL redirect implementation and update exports to use the new redirect module diff --git a/package.json b/package.json index 940a862..89cee17 100644 --- a/package.json +++ b/package.json @@ -83,5 +83,6 @@ "mongodb-memory-server", "puppeteer" ] - } + }, + "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6" } diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index ddba9af..eacc082 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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.' }