-
released this
2026-07-18 14:51:20 -05:00 | 51 commits to main since this releaseChanged
- Internal maintenance — no user-facing changes. The op.gg scrapers now share one common module (position slugs, URL scheme, embedded-JSON extraction, error mapping), the main-process startup was decomposed into focused wiring functions, and the renderer store gained a single bridge accessor with
this-free action types. - Tooling: type-checked ESLint now gates CI (typecheck → lint → tests → build), and the repo declares
engines.node >=22.19, an.nvmrc, and an.editorconfig. A handful of latent nits the new lint surfaced were fixed (dead stores, untyped JSON parses, a non-Error promise rejection, a zero-width space in a comment).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Internal maintenance — no user-facing changes. The op.gg scrapers now share one common module (position slugs, URL scheme, embedded-JSON extraction, error mapping), the main-process startup was decomposed into focused wiring functions, and the renderer store gained a single bridge accessor with