fix: update comfyui json in plugin

This commit is contained in:
bennykok
2024-02-05 17:43:34 +08:00
parent 4171c08413
commit 6dc964c425
+1 -1
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/[email protected].7";
import { generateDependencyGraph } from "https://esm.sh/[email protected].8";
/** @typedef {import('../../../web/types/comfy.js').ComfyExtension} ComfyExtension*/
/** @type {ComfyExtension} */