diff --git a/analysis.md b/analysis.md deleted file mode 100644 index 01be33e..0000000 --- a/analysis.md +++ /dev/null @@ -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. | diff --git a/changelog.md b/changelog.md index fcc03b2..bde415c 100644 --- a/changelog.md +++ b/changelog.md @@ -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. diff --git a/package.json b/package.json index 5a76388..efc308a 100644 --- a/package.json +++ b/package.json @@ -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" } diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 0ef22eb..fb96f31 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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' }