@comfyorg/comfyui-frontend-types 1.13.0 → 1.13.2
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 +3 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -10397,7 +10397,9 @@ declare module '@comfyorg/litegraph' {
|
|
|
10397
10397
|
imageRects: Rect[]
|
|
10398
10398
|
overIndex?: number | null
|
|
10399
10399
|
pointerDown?: { index: number | null; pos: Point } | null
|
|
10400
|
-
|
|
10400
|
+
/**
|
|
10401
|
+
* @deprecated No longer needed as we use {@link useImagePreviewWidget}
|
|
10402
|
+
*/
|
|
10401
10403
|
setSizeForImage?(force?: boolean): void
|
|
10402
10404
|
/** @deprecated Unused */
|
|
10403
10405
|
inputHeight?: unknown
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comfyorg/comfyui-frontend-types",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.2",
|
|
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.10.0
|
|
16
|
+
"@comfyorg/litegraph": "^0.10.0"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"vue": "^3.5.13",
|