diff --git a/go.mod b/go.mod index ad0124d..78a8b13 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/etherscan/etherscan-cli go 1.25.0 -toolchain go1.25.12 +toolchain go1.25.13 require ( github.com/BurntSushi/toml v1.6.0 diff --git a/npm/cli-darwin-arm64/package.json b/npm/cli-darwin-arm64/package.json index 15752be..02ae006 100644 --- a/npm/cli-darwin-arm64/package.json +++ b/npm/cli-darwin-arm64/package.json @@ -1,7 +1,7 @@ { "name": "@etherscan-npm/cli-darwin-arm64", "version": "0.0.0-development", - "description": "Etherscan CLI for macOS ARM64", + "description": "macOS ARM64 binary for @etherscan-npm/cli. Installed automatically as an optional dependency; do not install directly.", "license": "MIT", "repository": { "type": "git", diff --git a/npm/cli-darwin-x64/package.json b/npm/cli-darwin-x64/package.json index 9bd543c..7677aa6 100644 --- a/npm/cli-darwin-x64/package.json +++ b/npm/cli-darwin-x64/package.json @@ -1,7 +1,7 @@ { "name": "@etherscan-npm/cli-darwin-x64", "version": "0.0.0-development", - "description": "Etherscan CLI for macOS x64", + "description": "macOS x64 binary for @etherscan-npm/cli. Installed automatically as an optional dependency; do not install directly.", "license": "MIT", "repository": { "type": "git", diff --git a/npm/cli-linux-arm64/package.json b/npm/cli-linux-arm64/package.json index 7745781..6ce09f6 100644 --- a/npm/cli-linux-arm64/package.json +++ b/npm/cli-linux-arm64/package.json @@ -1,7 +1,7 @@ { "name": "@etherscan-npm/cli-linux-arm64", "version": "0.0.0-development", - "description": "Etherscan CLI for Linux ARM64", + "description": "Linux ARM64 binary for @etherscan-npm/cli. Installed automatically as an optional dependency; do not install directly.", "license": "MIT", "repository": { "type": "git", diff --git a/npm/cli-linux-x64/package.json b/npm/cli-linux-x64/package.json index 9dc5266..70f420b 100644 --- a/npm/cli-linux-x64/package.json +++ b/npm/cli-linux-x64/package.json @@ -1,7 +1,7 @@ { "name": "@etherscan-npm/cli-linux-x64", "version": "0.0.0-development", - "description": "Etherscan CLI for Linux x64", + "description": "Linux x64 binary for @etherscan-npm/cli. Installed automatically as an optional dependency; do not install directly.", "license": "MIT", "repository": { "type": "git", diff --git a/npm/cli-win32-arm64/package.json b/npm/cli-win32-arm64/package.json index c6c0648..358be69 100644 --- a/npm/cli-win32-arm64/package.json +++ b/npm/cli-win32-arm64/package.json @@ -1,7 +1,7 @@ { "name": "@etherscan-npm/cli-win32-arm64", "version": "0.0.0-development", - "description": "Etherscan CLI for Windows ARM64", + "description": "Windows ARM64 binary for @etherscan-npm/cli. Installed automatically as an optional dependency; do not install directly.", "license": "MIT", "repository": { "type": "git", diff --git a/npm/cli-win32-x64/package.json b/npm/cli-win32-x64/package.json index dc304c4..d7c7678 100644 --- a/npm/cli-win32-x64/package.json +++ b/npm/cli-win32-x64/package.json @@ -1,7 +1,7 @@ { "name": "@etherscan-npm/cli-win32-x64", "version": "0.0.0-development", - "description": "Etherscan CLI for Windows x64", + "description": "Windows x64 binary for @etherscan-npm/cli. Installed automatically as an optional dependency; do not install directly.", "license": "MIT", "repository": { "type": "git", diff --git a/package.json b/package.json index 2f9a320..ce74ad5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@etherscan-npm/cli", "version": "0.0.0-development", - "description": "Official command-line interface for the Etherscan API V2. Query EVM blockchain data, inspect transactions, and verify smart contracts.", + "description": "Etherscan CLI — the official command-line interface (CLI) for the Etherscan API V2. Query EVM blockchain data, inspect transactions, and verify smart contracts.", "keywords": [ "etherscan", "etherscan-cli",