From 36062de0e7599f9721ba54fd65cbec54425bd925 Mon Sep 17 00:00:00 2001 From: Umputun Date: Thu, 20 Aug 2026 02:31:15 -0500 Subject: [PATCH] docs: drop the npm deprecation backlog item remark42 deferred work belongs in the pull request response where paskal and akellbl4 will see it, not in a file. --- .../backlog/npm-api-package-not-deprecated.md | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 docs/backlog/npm-api-package-not-deprecated.md diff --git a/docs/backlog/npm-api-package-not-deprecated.md b/docs/backlog/npm-api-package-not-deprecated.md deleted file mode 100644 index 4d0bdee1..00000000 --- a/docs/backlog/npm-api-package-not-deprecated.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -worth: yes -where: -added: 2026-08-19 ---- -# @remark42/api is still published on npm with no deprecation notice - -The npm package is live at 13 versions, all alphas. Twelve went out on 2022-06-19 and the last on -2022-07-11, and `dist-tags.latest` points at `0.6.0-alpha.12`. Anyone who finds it installs a 2022 -alpha that cannot do OAuth by construction, with nothing on the listing saying it is abandoned. - -Removing it from this repository does not change the npm listing. The fix is one command: - -``` -npm deprecate @remark42/api "use the REST API directly, see https://remark42.com/docs/contributing/api/" -``` - -Only akellbl4 can run it. The registry lists him as the sole maintainer and `pavel@mineev.me` -published every version, so neither umputun nor paskal has the credentials. - -Worth doing because the package's own auth client exposes only anonymous, email and telegram, so a -consumer who adopts it hits a wall that no amount of reading the source explains. The REST API is the -integration surface, which is the position umputun already gave in #1383.