From 6e068590a0831d10009074e65d23a083b31dd2d7 Mon Sep 17 00:00:00 2001 From: bennykok Date: Mon, 19 Feb 2024 17:35:33 +0800 Subject: [PATCH] chore: bump comfyui-json version --- 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 a5ac60d..e909c70 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.19"; +import { generateDependencyGraph } from "https://esm.sh/comfyui-json@0.1.22"; const loadingIcon = ``;