Skip to content

release: v1.0.7 — npm search ranking fix + Go toolchain 1.25.13 - #14

Open
homeyong wants to merge 2 commits into
masterfrom
release-1.0.7
Open

release: v1.0.7 — npm search ranking fix + Go toolchain 1.25.13#14
homeyong wants to merge 2 commits into
masterfrom
release-1.0.7

Conversation

@homeyong

Copy link
Copy Markdown
Collaborator

Combined release branch for v1.0.7. Supersedes #12 and #13.

1. npm search ranking fix (the headline change)

A search for `etherscan cli` ranked the 6 platform packages #1#6 and the real `@etherscan-npm/cli` at #19 (below competitors), because the platform descriptions literally said "Etherscan CLI for " while the umbrella's description lacked the word "CLI".

  • Reword all 6 platform descriptions to internal-plumbing text (no "Etherscan CLI" phrase).
  • Lead the umbrella description with "Etherscan CLI — the official command-line interface (CLI)…".

2. Go toolchain 1.25.13 (release-unblock)

govulncheck began failing the release job on 4 Go stdlib CVEs (GO-2026-6218 net/url, GO-2026-6090 crypto/tls, GO-2026-5972 encoding/asn1, GO-2026-5026 net/http), all fixed in go1.25.13.


Note: v1.0.7 is being published from this branch's tag ahead of merge; merge at your convenience to bring master up to date.

🤖 Generated with Claude Code

homeyong and others added 2 commits August 19, 2026 15:36
Resolves 4 govulncheck findings that block the release job
(GO-2026-6218 net/url, GO-2026-6090 crypto/tls, GO-2026-5972
encoding/asn1, GO-2026-5026 net/http) — all fixed in go1.25.13.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
A search for "etherscan cli" ranked the 6 platform packages #1-#6 (their
"Etherscan CLI for <os>" descriptions matched the query in both name and
description) while the real @etherscan-npm/cli sat at #19 — below
competitors — because its description said "command-line interface" with
no literal "CLI".

- Reword platform descriptions to internal-plumbing text without the
  "Etherscan CLI" phrase, so they stop matching the query and sink.
- Lead the umbrella description with "Etherscan CLI (CLI)" so it matches
  and ranks first.

Metadata refreshes on the next published release.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

@wwwMalcolm wwwMalcolm left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants