chore(index): pin rom-manager 0.3.2 and playnite 0.2.0
validate / validate (pull_request) Successful in 7s
validate / validate (pull_request) Successful in 7s
Both entries were stale — the index still pinned rom-manager 0.3.1 and playnite 0.1.1 while the registry had moved on. rom-manager 0.3.2 is a bug-fix release: the API encoded absent optional fields as `null`, which the UI's own decoder then rejected, so the Overview page broke on a never-synced host and the Emulators page's Detect button broke on any box with an emulator installed. The published delta is exactly that fix plus the version bump — no new files, no new outbound hosts. playnite 0.2.0 is a ground-up rewrite onto @punktfunk/plugin-kit: three workspaces, a three-page console UI, per-game include/exclude overrides, and an allow-listed cover-art proxy. Behaviour that matters is preserved verbatim — the ingest inbox is still read first, the art modes are unchanged, and launches still hand back to Playnite. The bundled C# exporter is untouched (same wire schema), so an installed .pext keeps working. Also: playnite's card icon now matches the icon the plugin registers for its own console nav entry (`library-big`), and both descriptions mention the console UI. minHost stays 0.15.0 for both — neither release needs anything newer from the host than the plugin-UI surface and the ingest inbox already provide.
This commit is contained in:
+7
-7
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema": 1,
|
||||
"name": "unom official",
|
||||
"generated": "2026-07-20T18:00:00Z",
|
||||
"generated": "2026-07-20T22:06:13Z",
|
||||
"plugins": [
|
||||
{
|
||||
"id": "rom-manager",
|
||||
@@ -13,8 +13,8 @@
|
||||
"author": "unom",
|
||||
"homepage": "https://git.unom.io/unom/punktfunk-plugin-rom-manager",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"version": "0.3.1",
|
||||
"integrity": "sha512-SGqMriqQPOQobXMYiT20w0rcTMNdYfZc8No3fPu57njMN+2eTVBVlQjyn1t3KoRFxfoRYGwuumN4X3aNmS0Tpw==",
|
||||
"version": "0.3.2",
|
||||
"integrity": "sha512-4w/PnzY7ctMU+uZEQZiipanvdOEGETbu0NWwaY7s5fWVsqjsnaI1tE5K0Ye9XoPhLVW0BOTNiCIr4AM9xf1NjQ==",
|
||||
"verification": {
|
||||
"reviewedAt": "2026-07-20"
|
||||
},
|
||||
@@ -29,13 +29,13 @@
|
||||
"pkg": "@punktfunk/plugin-playnite",
|
||||
"registry": "https://git.unom.io/api/packages/unom/npm/",
|
||||
"title": "Playnite",
|
||||
"description": "Bridges your Playnite library on Windows into the host game library, keeping installed games, metadata, and launch commands in sync as a library provider.",
|
||||
"icon": "library",
|
||||
"description": "Bridges your Playnite library on Windows into the host game library, keeping installed games, metadata, and launch commands in sync as a library provider. Includes a console-hosted web UI for filters and cover art.",
|
||||
"icon": "library-big",
|
||||
"author": "unom",
|
||||
"homepage": "https://git.unom.io/unom/punktfunk-plugin-playnite",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"version": "0.1.1",
|
||||
"integrity": "sha512-H40QEcUN7g0wHTy5CFCOTA4+j/FypbVzWSZ0OlW5Ej5+FnnT1fMUDVOx8KEH34mavTy70fd1zx3zDucu9hNQuQ==",
|
||||
"version": "0.2.0",
|
||||
"integrity": "sha512-FGVXSnRw2XnBtbvl60YxzPlOgW9EAwKms7lqMiucchKyl68mqDVZtknZdmcQ34KgICCCC20aYhTzHjQm5+4U/A==",
|
||||
"verification": {
|
||||
"reviewedAt": "2026-07-20"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user