fix(package.json): Pin pnpm packageManager in package.json and remove stale analysis.md

This commit is contained in:
2025-11-22 17:27:31 +00:00
parent 7ac3e7dbdd
commit 01b6bad760
4 changed files with 9 additions and 3 deletions

View File

@@ -1 +0,0 @@
| `./apiclient.xyz/abuse.ch` | `master` | The `main` branch does not exist (only `master` exists locally and remotely), and there are uncommitted changes (4 modified/deleted files plus 1 untracked file) on the current `master` branch. |

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-11-22 - 2.0.1 - fix(package.json)
Pin pnpm packageManager in package.json and remove stale analysis.md
- Add packageManager field to package.json to pin pnpm to pnpm@10.18.1 with integrity hash
- Remove outdated analysis.md file
## 2025-11-22 - 2.0.0 - BREAKING CHANGE(UrlHaus)
Rename UrlHouse to UrlHaus (public API change), migrate dev dependencies to @git.zone, bump runtime deps, adjust TS module resolution, and update tests/docs.

View File

@@ -43,5 +43,6 @@
"https-proxy-agent": "^7.0.6",
"node-fetch": "^3.3.2",
"unzipper": "^0.12.3"
}
},
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
}

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/abuse.ch',
version: '2.0.0',
version: '2.0.1',
description: 'an unofficial client to retrieve abuse.ch data'
}