From 01e8668d1a76ab1ec4a93b10ae5031c9337f3ae2 Mon Sep 17 00:00:00 2001 From: bennykok Date: Wed, 14 Feb 2024 14:55:42 +0800 Subject: [PATCH] chore(plugin): update comfyui json --- web-plugin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-plugin/index.js b/web-plugin/index.js index 380eea7..72e3217 100644 --- a/web-plugin/index.js +++ b/web-plugin/index.js @@ -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} */