From 6dc964c425efc31bc9d1161d1c841ac2ecd315d6 Mon Sep 17 00:00:00 2001 From: bennykok Date: Mon, 5 Feb 2024 17:43:21 +0800 Subject: [PATCH] fix: update comfyui json in plugin --- 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 8f1e9a9..c313607 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.7"; +import { generateDependencyGraph } from "https://esm.sh/comfyui-json@0.1.8"; /** @typedef {import('../../../web/types/comfy.js').ComfyExtension} ComfyExtension*/ /** @type {ComfyExtension} */