Fix refresh wiping all links when JSON file is missing
Some checks failed
Publish to Comfy registry / Publish Custom Node to registry (push) Has been cancelled

When the file at json_path didn't exist, clicking Refresh Outputs
returned empty keys causing all outputs and links to be removed.
Now the API returns an error flag and the frontend bails out early,
preserving existing outputs.

Bump version to 1.2.1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 14:19:05 +01:00
parent 58c53e6229
commit f05735dcc0
3 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "comfyui-json-dynamic"
version = "1.2.0"
version = "1.2.1"
description = "ComfyUI nodes for dynamic JSON loading and string/path utility operations"
license = { file = "LICENSE" }
requires-python = ">=3.10"