fix(package.json): Pin pnpm packageManager in package.json and remove stale analysis.md
This commit is contained in:
@@ -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. |
|
|
||||||
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# 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)
|
## 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.
|
Rename UrlHouse to UrlHaus (public API change), migrate dev dependencies to @git.zone, bump runtime deps, adjust TS module resolution, and update tests/docs.
|
||||||
|
|
||||||
|
|||||||
@@ -43,5 +43,6 @@
|
|||||||
"https-proxy-agent": "^7.0.6",
|
"https-proxy-agent": "^7.0.6",
|
||||||
"node-fetch": "^3.3.2",
|
"node-fetch": "^3.3.2",
|
||||||
"unzipper": "^0.12.3"
|
"unzipper": "^0.12.3"
|
||||||
}
|
},
|
||||||
|
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@apiclient.xyz/abuse.ch',
|
name: '@apiclient.xyz/abuse.ch',
|
||||||
version: '2.0.0',
|
version: '2.0.1',
|
||||||
description: 'an unofficial client to retrieve abuse.ch data'
|
description: 'an unofficial client to retrieve abuse.ch data'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user