@comfyorg/comfyui-frontend-types 1.15.7 → 1.15.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -11926,7 +11926,7 @@ declare module '@comfyorg/litegraph' {
|
|
|
11926
11926
|
* We should remove this hacky solution once we have a proper solution.
|
|
11927
11927
|
*/
|
|
11928
11928
|
interface INodeOutputSlot {
|
|
11929
|
-
widget?:
|
|
11929
|
+
widget?: { name: string; [key: symbol]: unknown }
|
|
11930
11930
|
}
|
|
11931
11931
|
}
|
|
11932
11932
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comfyorg/comfyui-frontend-types",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.8",
|
|
4
4
|
"types": "./index.d.ts",
|
|
5
5
|
"files": [
|
|
6
6
|
"index.d.ts"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"description": "TypeScript definitions for @comfyorg/comfyui-frontend",
|
|
14
14
|
"license": "GPL-3.0-only",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@comfyorg/litegraph": "^0.11.
|
|
16
|
+
"@comfyorg/litegraph": "^0.11.8"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"vue": "^3.5.13",
|