+6
-6
| { | ||
| "name": "acac-cli", | ||
| "version": "0.2.4", | ||
| "version": "0.2.5", | ||
| "description": "Show recent AtCoder AC history as a weekly ccusage-style table", | ||
@@ -25,7 +25,7 @@ "keywords": [ | ||
| "optionalDependencies": { | ||
| "acac-darwin-arm64": "0.2.4", | ||
| "acac-darwin-x64": "0.2.4", | ||
| "acac-linux-arm64": "0.2.4", | ||
| "acac-linux-x64": "0.2.4", | ||
| "acac-win32-x64": "0.2.4" | ||
| "acac-darwin-arm64": "0.2.5", | ||
| "acac-darwin-x64": "0.2.5", | ||
| "acac-linux-arm64": "0.2.5", | ||
| "acac-linux-x64": "0.2.5", | ||
| "acac-win32-x64": "0.2.5" | ||
| }, | ||
@@ -32,0 +32,0 @@ "engines": { |
+4
-2
@@ -5,4 +5,5 @@  | ||
| [](https://github.com/RyosukeDTomita/acac-cli/actions/workflows/release.yml) | ||
| [](https://www.npmjs.com/package/acac-cli) | ||
| [](https://www.npmjs.com/package/acac-cli) | ||
| [](https://socket.dev/npm/package/acac-cli) | ||
| [](https://scorecard.dev/viewer/?uri=github.com/RyosukeDTomita/acac-cli) | ||
| [](LICENSE) | ||
@@ -14,3 +15,3 @@ | ||
| A CLI tool written in [Haskell](https://www.haskell.org/) for checking your recent AtCoder AC count and the problems you solved, from the command line. | ||
| A CLI tool written in [Haskell](https://www.haskell.org/) for checking your recent [AtCoder](https://atcoder.jp/) AC count and the problems you solved, from the command line. | ||
@@ -93,2 +94,3 @@ Inspired by [ccusage](https://ccusage.com/). | ||
| - Releases are cut from `v*.*.*` tags using GitHub **Immutable Releases** (the release is created by the CI bot, not by hand). | ||
| - Each GitHub Release binary is **signed with cosign (keyless)** — every `acac-<os>-<arch>` ships an accompanying `.sig` (signature) and `.pem` (certificate), plus a `acac.intoto.jsonl` SLSA **provenance** attestation for the release. This is what OpenSSF Scorecard's `Signed-Releases` checks (Immutable Releases and npm provenance alone do not satisfy it). | ||
| - Platform binaries are distributed as `acac-<os>-<arch>` `optionalDependency` packages, so the main package has no runtime dependencies. |
11192
5.92%94
2.17%