Drop the deprecated @types/libsodium-wrappers-sumo stub (closes #27)
check / check (push) Successful in 1m16s

The package is an empty stub with no declarations; libsodium-wrappers-sumo
ships its own types. Removed with yarn remove, which regenerated yarn.lock.

Model: opus-5-5
This commit is contained in:
2026-09-22 23:56:01 +00:00
parent fe952d3e62
commit 429243f716
3 changed files with 4 additions and 9 deletions
+3
View File
@@ -18,6 +18,9 @@ Tag v1.0.0.
# Completed Steps
- 2026-09-22: Dropped the deprecated `@types/libsodium-wrappers-sumo` stub from
`devDependencies` (issue 27). It shipped no declarations; the types come from
`libsodium-wrappers-sumo` itself. `yarn.lock` regenerated by `yarn remove`.
- 2026-09-22: Rewrote the README API reference (and the Getting Started / usage
snippets) to match the shipped cache/API library on `next` (issue 53, issue
13). Documented `Library.open` and its options, the default-read vs `fresh()`