chore(plugin): update comfyui json

This commit is contained in:
bennykok 2024-02-14 14:55:42 +08:00
parent 8e58d962a7
commit 01e8668d1a

View File

@ -1,7 +1,7 @@
import { app } from "./app.js";
import { api } from "./api.js";
import { ComfyWidgets, LGraphNode } from "./widgets.js";
import { generateDependencyGraph } from "https://esm.sh/comfyui-json@0.1.16";
import { generateDependencyGraph } from "https://esm.sh/comfyui-json@0.1.19";
/** @typedef {import('../../../web/types/comfy.js').ComfyExtension} ComfyExtension*/
/** @type {ComfyExtension} */