@comfyorg/comfyui-frontend-types 1.36.9 → 1.36.10

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
@@ -2320,6 +2320,7 @@ export declare class ComfyApp {
2320
2320
  /** Widget type (see {@link TWidgetType}) */
2321
2321
  type: TType;
2322
2322
  value?: TValue;
2323
+ vueTrack?: () => void;
2323
2324
  /**
2324
2325
  * Whether the widget value should be serialized on node serialization.
2325
2326
  * @default true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.36.9",
3
+ "version": "1.36.10",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"