@comfyorg/comfyui-frontend-types 1.28.1 → 1.28.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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -6249,6 +6249,7 @@ export declare class ComfyApp {
6249
6249
  * @default 0,0
6250
6250
  */
6251
6251
  readonly pos: Point;
6252
+ readonly size?: Size;
6252
6253
  /** true if this object is part of the selection, otherwise false. */
6253
6254
  selected?: boolean;
6254
6255
  /** See {@link IPinnable.pinned} */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.28.1",
3
+ "version": "1.28.2",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"