472ce00dc4
Publish to Comfy registry / Publish Custom Node to registry (push) Has been cancelled
The disable action failed for git/nightly-installed packs (e.g.
masquerade-nodes-comfyui): /customnode/installed reports a git commit hash
as the version and the cnr_id as id, but ComfyUI Manager's disable endpoint
needs the install *state version* ("nightly"/semver/"unknown") and the
directory name as id.
Switch fetchManagerInfo to /customnode/getlist (the unified list Manager's
own UI uses), key by directory name, and build the payload as
{id: dirname, version: state, files?: repo}. Eligibility/reconciliation now
key off pack state instead of an enabled flag.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
14 lines
308 B
TOML
14 lines
308 B
TOML
[project]
|
|
name = "comfyui-nodes-stats"
|
|
description = "Track usage statistics for all ComfyUI nodes and packages"
|
|
version = "1.2.1"
|
|
license = "MIT"
|
|
|
|
[project.urls]
|
|
Repository = "https://github.com/ethanfel/Comfyui-Nodes-Stats"
|
|
|
|
[tool.comfy]
|
|
PublisherId = "ethanfel"
|
|
DisplayName = "Node Usage Stats"
|
|
Icon = ""
|