@comfyorg/comfyui-frontend-types 1.36.13 → 1.36.14

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 +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -3060,6 +3060,8 @@ export declare class ComfyApp {
3060
3060
  socketless?: boolean;
3061
3061
  /** If `true`, the widget will not be rendered by the Vue renderer. */
3062
3062
  canvasOnly?: boolean;
3063
+ /** Used as a temporary override for determining the asset type in vue mode*/
3064
+ nodeType?: string;
3063
3065
  values?: TValues;
3064
3066
  /** Optional function to format values for display (e.g., hash → human-readable name) */
3065
3067
  getOptionLabel?: (value?: string | null) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.36.13",
3
+ "version": "1.36.14",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"